summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-04-01 10:13:35 -0700
committerTom Zanussi <tom.zanussi@intel.com>2013-04-12 10:47:41 -0500
commit08ce3263c8c77d603eeb49ab1e2541c6d258a8a1 (patch)
tree031ab5f47e0d7fc302feb1201fa94881ede8211f
parent448a9dda63ad081558d85b9f88fd0350462d4ae6 (diff)
downloadmeta-intel-08ce3263c8c77d603eeb49ab1e2541c6d258a8a1.tar.gz
fri2: 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>
-rw-r--r--meta-fri2/conf/machine/fri2.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf
index 024da946..da572515 100644
--- a/meta-fri2/conf/machine/fri2.conf
+++ b/meta-fri2/conf/machine/fri2.conf
@@ -28,6 +28,7 @@ PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
28PREFERRED_VERSION_mesa ?= "9.0.2" 28PREFERRED_VERSION_mesa ?= "9.0.2"
29PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" 29PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
30PREFERRED_VERSION_emgd-driver-bin ?= "1.16" 30PREFERRED_VERSION_emgd-driver-bin ?= "1.16"
31PREFERRED_VERSION_libva ?= "1.0.16"
31 32
32# Syslinux does not know about the 64MHz uart clock and it does not detect the 33# Syslinux does not know about the 64MHz uart clock and it does not detect the
33# serial device by number. Use the IO port directly and divide the baud down to 34# serial device by number. Use the IO port directly and divide the baud down to