summaryrefslogtreecommitdiffstats
path: root/meta-sys940x/conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-08-13 23:56:09 -0700
committerDarren Hart <dvhart@linux.intel.com>2012-08-15 08:09:27 -0700
commitf37b185f253091d32e24ad00f9465160e86ac833 (patch)
tree354cdacaa9e0fcb1b42633a1ba5a7fc045dc1540 /meta-sys940x/conf
parent7dfeac4b1aac9b70c7397f86b5c8ab80f5e8f2c4 (diff)
downloadmeta-intel-f37b185f253091d32e24ad00f9465160e86ac833.tar.gz
sys940x: fix libva dependency issues
This fixes bug: [YOCTO #2946] Avoids these errors: | error: Failed dependencies: | libva.so.1 is needed by libegl1-1.10-r0.core2 | libva-tpi.so.1 is needed by libegl1-1.10-r0.core2 | libva-x11.so.1 is needed by libegl1-1.10-r0.core2 NOTE: package core-image-sato-sdk-1.0-r0: task do_rootfs: Failed Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-sys940x/conf')
-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}"