From e32cdfd27a38b588af648b422dc6991717f1a386 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sat, 19 May 2012 21:49:18 -0500 Subject: meta-crownbay: use gst-va-intel and va-intel and gst-va-mixvideo Have crownbay use gst-va-intel and va-intel so we can easily test and make use of the video acceleration capabilities of this machine. Also have it use the gst-va-mixvideo so the emgd mixvideo components get selected. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta-crownbay/conf') diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf index 0d432cab..a39d0375 100644 --- a/meta-crownbay/conf/machine/crownbay.conf +++ b/meta-crownbay/conf/machine/crownbay.conf @@ -9,6 +9,8 @@ PREFERRED_VERSION_linux-yocto ?= "3.2%" require conf/machine/include/tune-atom.inc require conf/machine/include/ia32-base.inc +MACHINE_FEATURES += "gst-va-mixvideo" + XSERVER ?= "${XSERVER_IA32_BASE} \ ${XSERVER_IA32_EXT} \ ${XSERVER_IA32_EMGD} \ @@ -20,4 +22,6 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" APPEND += "video=vesafb vga=0x318" -MACHINE_EXTRA_RRECOMMENDS += "gst-va-intel" +VA_FEATURES ?= "gst-va-intel va-intel" + +MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" -- cgit v1.2.3-54-g00ecf