From 15b948dc7da509abd05d6321dc9c03f2881ab440 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 1 Apr 2013 10:13:15 -0700 Subject: 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 Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-crownbay') 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" PREFERRED_VERSION_mesa ?= "9.0.2" PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" PREFERRED_VERSION_emgd-driver-bin ?= "1.16" +PREFERRED_VERSION_libva ?= "1.0.16" APPEND += "video=vesafb vga=0x318 vmalloc=256MB" -- cgit v1.2.3-54-g00ecf