summaryrefslogtreecommitdiffstats
path: root/meta-sys940x
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-04-01 10:13:45 -0700
committerTom Zanussi <tom.zanussi@intel.com>2013-04-12 10:47:52 -0500
commitf1a06eb68a77fa0e849c25db3de1e55f7a984536 (patch)
tree00eabd53ba6e4f763d282b15a45324ece76bc544 /meta-sys940x
parent08ce3263c8c77d603eeb49ab1e2541c6d258a8a1 (diff)
downloadmeta-intel-f1a06eb68a77fa0e849c25db3de1e55f7a984536.tar.gz
sys940x: specify a working libva version
With the newer (1.1.0 & 1.1.1) versions of libva recipe video playback is giving segmentation fault at the end of playback. And the 1.0.16 version of libva is working fine for the video playback. So specifying the specific working version of libva recipe for all the EMGD based BSPs here. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-sys940x')
-rw-r--r--meta-sys940x/conf/machine/sys940x.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf
index bee8e500..092a7453 100644
--- a/meta-sys940x/conf/machine/sys940x.conf
+++ b/meta-sys940x/conf/machine/sys940x.conf
@@ -27,6 +27,7 @@ PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
27PREFERRED_VERSION_mesa ?= "9.0.2" 27PREFERRED_VERSION_mesa ?= "9.0.2"
28PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" 28PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
29PREFERRED_VERSION_emgd-driver-bin ?= "1.16" 29PREFERRED_VERSION_emgd-driver-bin ?= "1.16"
30PREFERRED_VERSION_libva ?= "1.0.16"
30 31
31SERIAL_CONSOLE = "115200 ttyS0" 32SERIAL_CONSOLE = "115200 ttyS0"
32APPEND += "console=ttyS0,115200 console=tty0" 33APPEND += "console=ttyS0,115200 console=tty0"