diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-08-13 23:56:09 -0700 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2012-08-15 08:09:27 -0700 |
| commit | f37b185f253091d32e24ad00f9465160e86ac833 (patch) | |
| tree | 354cdacaa9e0fcb1b42633a1ba5a7fc045dc1540 | |
| parent | 7dfeac4b1aac9b70c7397f86b5c8ab80f5e8f2c4 (diff) | |
| download | meta-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>
| -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}" | ||
