summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index de316b7d..39da41cb 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"
25 25
26APPEND += "video=vesafb vga=0x318 vmalloc=256MB" 26APPEND += "video=vesafb vga=0x318 vmalloc=256MB"
27 27
28VA_FEATURES = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", \ 28# Some of the EMGD components have dependency on libx11.
29 "commercial", "gst-va-intel va-intel", "va-intel", d)}" 29# Add these only when Xserver is enabled with the EMGD driver
30# Otherwise unwanted X components will start showing up in the non-X images
31VA_FEATURES ?= "gst-va-intel va-intel \
32 ${@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)}"
30 33
31MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" 34MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}"