diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-04-01 10:13:25 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-04-13 11:32:57 -0500 |
commit | 0ee0ab3ad891cc00d62ffdea7c0426fff1910556 (patch) | |
tree | c3e09473bf9f18ec25d1302dbb2d938ab3d01829 /meta-emenlow/conf | |
parent | 15b948dc7da509abd05d6321dc9c03f2881ab440 (diff) | |
download | meta-intel-0ee0ab3ad891cc00d62ffdea7c0426fff1910556.tar.gz |
emenlow: 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-emenlow/conf')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 7f8d2bfd..989b00b6 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf | |||
@@ -27,5 +27,6 @@ PREFERRED_VERSION_xserver-xorg ?= "1.9.3" | |||
27 | PREFERRED_VERSION_mesa ?= "9.0.2" | 27 | PREFERRED_VERSION_mesa ?= "9.0.2" |
28 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" | 28 | PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" |
29 | PREFERRED_VERSION_emgd-driver-bin ?= "1.16" | 29 | PREFERRED_VERSION_emgd-driver-bin ?= "1.16" |
30 | PREFERRED_VERSION_libva ?= "1.0.16" | ||
30 | 31 | ||
31 | APPEND += "video=vesafb vga=0x318 vmalloc=256MB" | 32 | APPEND += "video=vesafb vga=0x318 vmalloc=256MB" |