summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-04-01 10:13:15 -0700
committerTom Zanussi <tom.zanussi@intel.com>2013-04-13 11:32:47 -0500
commit15b948dc7da509abd05d6321dc9c03f2881ab440 (patch)
tree1b417a7b3737dbc06f8ffd8538e5241a822b6de3
parent87481a04dd37f605b5a96a0d88209d06e5fe2f28 (diff)
downloadmeta-intel-15b948dc7da509abd05d6321dc9c03f2881ab440.tar.gz
crownbay: 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-crownbay/conf/machine/crownbay.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
index 6be21cbf..7e400a31 100644
--- a/meta-crownbay/conf/machine/crownbay.conf
+++ b/meta-crownbay/conf/machine/crownbay.conf
@@ -27,5 +27,6 @@ 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
31APPEND += "video=vesafb vga=0x318 vmalloc=256MB" 32APPEND += "video=vesafb vga=0x318 vmalloc=256MB"