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 <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi 2012-05-19 21:49:18 -05:00
parent 3b8ef4511f
commit e32cdfd27a

View File

@ -9,6 +9,8 @@ PREFERRED_VERSION_linux-yocto ?= "3.2%"
require conf/machine/include/tune-atom.inc require conf/machine/include/tune-atom.inc
require conf/machine/include/ia32-base.inc require conf/machine/include/ia32-base.inc
MACHINE_FEATURES += "gst-va-mixvideo"
XSERVER ?= "${XSERVER_IA32_BASE} \ XSERVER ?= "${XSERVER_IA32_BASE} \
${XSERVER_IA32_EXT} \ ${XSERVER_IA32_EXT} \
${XSERVER_IA32_EMGD} \ ${XSERVER_IA32_EMGD} \
@ -20,4 +22,6 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
APPEND += "video=vesafb vga=0x318" APPEND += "video=vesafb vga=0x318"
MACHINE_EXTRA_RRECOMMENDS += "gst-va-intel" VA_FEATURES ?= "gst-va-intel va-intel"
MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}"