summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-05-19 21:49:18 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-05-30 14:22:51 -0500
commite32cdfd27a38b588af648b422dc6991717f1a386 (patch)
treec8faca8fd32fff149741dfe10e7f577be43c0294
parent3b8ef4511f240dff4d940f250fa12f05698b74c0 (diff)
downloadmeta-intel-e32cdfd27a38b588af648b422dc6991717f1a386.tar.gz
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>
-rw-r--r--meta-crownbay/conf/machine/crownbay.conf6
1 files changed, 5 insertions, 1 deletions
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%"
9require conf/machine/include/tune-atom.inc 9require conf/machine/include/tune-atom.inc
10require conf/machine/include/ia32-base.inc 10require conf/machine/include/ia32-base.inc
11 11
12MACHINE_FEATURES += "gst-va-mixvideo"
13
12XSERVER ?= "${XSERVER_IA32_BASE} \ 14XSERVER ?= "${XSERVER_IA32_BASE} \
13 ${XSERVER_IA32_EXT} \ 15 ${XSERVER_IA32_EXT} \
14 ${XSERVER_IA32_EMGD} \ 16 ${XSERVER_IA32_EMGD} \
@@ -20,4 +22,6 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
20 22
21APPEND += "video=vesafb vga=0x318" 23APPEND += "video=vesafb vga=0x318"
22 24
23MACHINE_EXTRA_RRECOMMENDS += "gst-va-intel" 25VA_FEATURES ?= "gst-va-intel va-intel"
26
27MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}"