summaryrefslogtreecommitdiffstats
path: root/meta-sys940x
diff options
context:
space:
mode:
Diffstat (limited to 'meta-sys940x')
-rw-r--r--meta-sys940x/conf/machine/sys940x.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf
index 5f8868de..e47c720c 100644
--- a/meta-sys940x/conf/machine/sys940x.conf
+++ b/meta-sys940x/conf/machine/sys940x.conf
@@ -31,6 +31,6 @@ APPEND += "console=ttyS0,115200 console=tty0"
31# Add these only when Xserver is enabled with the EMGD driver 31# Add these only when Xserver is enabled with the EMGD driver
32# Otherwise unwanted X components will start showing up in the non-X images 32# Otherwise unwanted X components will start showing up in the non-X images
33VA_FEATURES ?= "gst-va-intel va-intel \ 33VA_FEATURES ?= "gst-va-intel va-intel \
34 ${@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)}" 34 ${@bb.utils.contains("XSERVER", "emgd-driver-bin", "emgd-driver-video emgd-gst-plugins-va emgd-gst-plugins-mixvideo", "", d)}"
35 35
36MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" 36MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}"