[meta-intel] [PATCH 3/3] emenlow.conf: add EMGD VA components to VA_FEATURES var

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Wed Dec 19 11:38:39 PST 2012


From: Nitin A Kamble <nitin.a.kamble at intel.com>

These EMGD subpackages
  emgd-driver-video
  emgd-gst-plugins-va-0.10.10
  emgd-gst-plugins-mixvideo-0.10.34
provide video acceleration and have dependency on libva and libx11. Include
these in the VA_FEATURES variable only when Xserver with EMGD driver is part
of the image.
  For Images such as core-image-lsb which do not include X components,
including any of these emgd subpackages will pull unwanted X components.

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 meta-emenlow/conf/machine/emenlow.conf |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index de316b7..39da41c 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -25,7 +25,10 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
 
 APPEND += "video=vesafb vga=0x318 vmalloc=256MB"
 
-VA_FEATURES = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", \
-	    "commercial", "gst-va-intel va-intel", "va-intel", d)}"
+# Some of the EMGD components have dependency on libx11.
+# Add these only when Xserver is enabled with the EMGD driver
+# Otherwise unwanted X components will start showing up in the non-X images
+VA_FEATURES ?= "gst-va-intel va-intel \
+                ${@bb.utils.contains("XSERVER", "emgd-driver-bin", "emgd-driver-video emgd-gst-plugins-va-0.10.10 emgd-gst-plugins-mixvideo-0.10.34", "", d)}"
 
 MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}"
-- 
1.7.3.4




More information about the meta-intel mailing list