From f37b185f253091d32e24ad00f9465160e86ac833 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 13 Aug 2012 23:56:09 -0700 Subject: 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 Signed-off-by: Darren Hart --- meta-sys940x/conf/machine/sys940x.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta-sys940x/conf') 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 require conf/machine/include/ia32-base.inc # Add "pcbios" if you have a non-efi version of the firmware -MACHINE_FEATURES += "efi pcbios" +MACHINE_FEATURES += "efi pcbios gst-va-mixvideo" PREFERRED_VERSION_linux-yocto ?= "3.2%" @@ -23,3 +23,7 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" SERIAL_CONSOLE = "115200 ttyS0" APPEND += "console=ttyS0,115200 console=tty0" + +VA_FEATURES ?= "gst-va-intel va-intel" + +MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" -- cgit v1.2.3-54-g00ecf