diff options
Diffstat (limited to 'meta-sys940x/conf/machine')
-rw-r--r-- | meta-sys940x/conf/machine/sys940x.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf index bdd655fa..eefca59e 100644 --- a/meta-sys940x/conf/machine/sys940x.conf +++ b/meta-sys940x/conf/machine/sys940x.conf | |||
@@ -26,7 +26,6 @@ PREFERRED_VERSION_emgd-driver-bin ?= "1.14" | |||
26 | SERIAL_CONSOLE = "115200 ttyS0" | 26 | SERIAL_CONSOLE = "115200 ttyS0" |
27 | APPEND += "console=ttyS0,115200 console=tty0" | 27 | APPEND += "console=ttyS0,115200 console=tty0" |
28 | 28 | ||
29 | VA_FEATURES = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", \ | 29 | VA_FEATURES = "gst-va-intel va-intel" |
30 | "commercial", "gst-va-intel va-intel", "va-intel", d)}" | ||
31 | 30 | ||
32 | MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" | 31 | MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" |