projects
/
yocto
/
meta-hvmpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74e03f3
)
Add music server packages
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 30 Dec 2022 05:02:38 +0000
(
00:02
-0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 1 Mar 2023 17:10:15 +0000
(12:10 -0500)
recipes-core/images/image-hvmpd-common.inc
patch
|
blob
|
history
diff --git
a/recipes-core/images/image-hvmpd-common.inc
b/recipes-core/images/image-hvmpd-common.inc
index
847a762
..
e72a797
100644
(file)
--- 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 \