diff options
Diffstat (limited to 'meta-emenlow/conf')
-rw-r--r-- | 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 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 | ||
26 | APPEND += "video=vesafb vga=0x318 vmalloc=256MB" | 26 | APPEND += "video=vesafb vga=0x318 vmalloc=256MB" |
27 | 27 | ||
28 | VA_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 | ||
31 | VA_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 | ||
31 | MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" | 34 | MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" |