From: Nitin A Kamble <[email protected]> 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 <[email protected]> --- 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 58e2ba1..18f769d 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}" -- 1.7.3.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
