summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-sys940x/conf/machine/sys940x.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf
index 58e2ba11..18f769dc 100644
--- a/meta-sys940x/conf/machine/sys940x.conf
+++ b/meta-sys940x/conf/machine/sys940x.conf
@@ -8,7 +8,7 @@ require conf/machine/include/tune-atom.inc
8require conf/machine/include/ia32-base.inc 8require conf/machine/include/ia32-base.inc
9 9
10# Add "pcbios" if you have a non-efi version of the firmware 10# Add "pcbios" if you have a non-efi version of the firmware
11MACHINE_FEATURES += "efi pcbios" 11MACHINE_FEATURES += "efi pcbios gst-va-mixvideo"
12 12
13PREFERRED_VERSION_linux-yocto ?= "3.2%" 13PREFERRED_VERSION_linux-yocto ?= "3.2%"
14 14
@@ -23,3 +23,7 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
23 23
24SERIAL_CONSOLE = "115200 ttyS0" 24SERIAL_CONSOLE = "115200 ttyS0"
25APPEND += "console=ttyS0,115200 console=tty0" 25APPEND += "console=ttyS0,115200 console=tty0"
26
27VA_FEATURES ?= "gst-va-intel va-intel"
28
29MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}"