diff options
Diffstat (limited to 'meta-sys940x')
-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 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 | |||
8 | require conf/machine/include/ia32-base.inc | 8 | require 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 |
11 | MACHINE_FEATURES += "efi pcbios" | 11 | MACHINE_FEATURES += "efi pcbios gst-va-mixvideo" |
12 | 12 | ||
13 | PREFERRED_VERSION_linux-yocto ?= "3.2%" | 13 | PREFERRED_VERSION_linux-yocto ?= "3.2%" |
14 | 14 | ||
@@ -23,3 +23,7 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" | |||
23 | 23 | ||
24 | SERIAL_CONSOLE = "115200 ttyS0" | 24 | SERIAL_CONSOLE = "115200 ttyS0" |
25 | APPEND += "console=ttyS0,115200 console=tty0" | 25 | APPEND += "console=ttyS0,115200 console=tty0" |
26 | |||
27 | VA_FEATURES ?= "gst-va-intel va-intel" | ||
28 | |||
29 | MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" | ||