Add music server packages
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 30 Dec 2022 05:02:38 +0000 (00:02 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 1 Mar 2023 17:10:15 +0000 (12:10 -0500)
recipes-core/images/image-hvmpd-common.inc

index 847a762..e72a797 100644 (file)
@@ -17,6 +17,13 @@ IMAGE_INSTALL:append = " \
        i2c-tools \
 "
 
+# Music server specific features/components:
+IMAGE_INSTALL:append = " \
+       alsa-utils \
+       mpd \
+       mpc \
+"
+
 IMAGE_INSTALL:append = " \
        libubootenv \
        u-boot-fw-utils \