All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tisdk-server-extra-rootfs-image: only add multimedia when alsa is enabled
@ 2016-03-07 21:18 Denys Dmytriyenko
  2016-03-07 22:40 ` Gou, Hongmei
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2016-03-07 21:18 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-core/images/tisdk-server-extra-rootfs-image.bb              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/images/tisdk-server-extra-rootfs-image.bb b/meta-arago-distro/recipes-core/images/tisdk-server-extra-rootfs-image.bb
index 432f421..51237cb 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-server-extra-rootfs-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-server-extra-rootfs-image.bb
@@ -3,7 +3,7 @@ require recipes-core/images/tisdk-server-rootfs-image.bb
 IMAGE_INSTALL += "\
     packagegroup-arago-test-addons \
     packagegroup-arago-tisdk-addons-extra \
-    packagegroup-arago-tisdk-multimedia \
+    ${@base_contains('MACHINE_FEATURES', 'alsa', 'packagegroup-arago-tisdk-multimedia', '',d)} \
 "
 
 export IMAGE_BASENAME = "tisdk-server-extra-rootfs-image"
-- 
2.2.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-08  0:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07 21:18 [PATCH] tisdk-server-extra-rootfs-image: only add multimedia when alsa is enabled Denys Dmytriyenko
2016-03-07 22:40 ` Gou, Hongmei
2016-03-07 22:44   ` Denys Dmytriyenko
2016-03-07 23:41     ` Gou, Hongmei
2016-03-08  0:57       ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.