diff options
-rw-r--r-- | meta-sys940x/conf/machine/sys940x.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf index ce45a205..5f8868de 100644 --- a/meta-sys940x/conf/machine/sys940x.conf +++ b/meta-sys940x/conf/machine/sys940x.conf | |||
@@ -27,6 +27,10 @@ PREFERRED_VERSION_emgd-driver-bin ?= "1.14" | |||
27 | SERIAL_CONSOLE = "115200 ttyS0" | 27 | SERIAL_CONSOLE = "115200 ttyS0" |
28 | APPEND += "console=ttyS0,115200 console=tty0" | 28 | APPEND += "console=ttyS0,115200 console=tty0" |
29 | 29 | ||
30 | VA_FEATURES ?= "gst-va-intel va-intel" | 30 | # Some of the EMGD components have dependency on libx11. |
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 | ||
33 | VA_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)}" | ||
31 | 35 | ||
32 | MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" | 36 | MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" |