diff options
Diffstat (limited to 'meta-crownbay/conf')
-rw-r--r-- | meta-crownbay/conf/machine/crownbay.conf | 6 |
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%" | |||
9 | require conf/machine/include/tune-atom.inc | 9 | require conf/machine/include/tune-atom.inc |
10 | require conf/machine/include/ia32-base.inc | 10 | require conf/machine/include/ia32-base.inc |
11 | 11 | ||
12 | MACHINE_FEATURES += "gst-va-mixvideo" | ||
13 | |||
12 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 14 | XSERVER ?= "${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 | ||
21 | APPEND += "video=vesafb vga=0x318" | 23 | APPEND += "video=vesafb vga=0x318" |
22 | 24 | ||
23 | MACHINE_EXTRA_RRECOMMENDS += "gst-va-intel" | 25 | VA_FEATURES ?= "gst-va-intel va-intel" |
26 | |||
27 | MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}" | ||