From 781048fb45e377a17e2c14bf8653a7f2a8edc170 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 30 Dec 2022 00:02:38 -0500 Subject: [PATCH] Add music server packages --- recipes-core/images/image-hvmpd-common.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/recipes-core/images/image-hvmpd-common.inc b/recipes-core/images/image-hvmpd-common.inc index 847a762..e72a797 100644 --- a/recipes-core/images/image-hvmpd-common.inc +++ b/recipes-core/images/image-hvmpd-common.inc @@ -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 \ -- 2.20.1