summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/conf/machine/emenlow.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-emenlow/conf/machine/emenlow.conf')
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf35
1 files changed, 15 insertions, 20 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 1a4aa812..235498ce 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -10,27 +10,22 @@ PREFERRED_VERSION_linux-yocto ?= "3.4%"
10 10
11require conf/machine/include/tune-atom.inc 11require conf/machine/include/tune-atom.inc
12require conf/machine/include/ia32-base.inc 12require conf/machine/include/ia32-base.inc
13require conf/machine/include/meta-intel.inc
13 14
14PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" 15MACHINE_FEATURES += "va-impl-mixvideo"
15PREFERRED_PROVIDER_drm = "libdrm-poulsbo" 16
16PREFERRED_PROVIDER_virtual/libgl = "xpsb-glx" 17XSERVER ?= "${XSERVER_IA32_BASE} \
17PREFERRED_PROVIDER_virtual/libgles1 = "" 18 ${XSERVER_IA32_EXT} \
18PREFERRED_PROVIDER_virtual/libgles2 = "" 19 ${XSERVER_IA32_EMGD} \
19PREFERRED_PROVIDER_virtual/xserver = "xserver-psb" 20 "
20PREFERRED_PROVIDER_virtual/xserver-xf86 = "xserver-psb" 21
21PREFERRED_PROVIDER_mesa-dri = "xpsb-glx" 22PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
22PREFERRED_VERSION_libva ?= "0.31.0" 23PREFERRED_VERSION_mesa-dri ?= "7.11"
23PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" 24PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
24PREFERRED_VERSION_cairo ?= "1.10.2"
25XSERVER ?= "xserver-psb \
26 xserver-psb-extension-dri \
27 xserver-psb-extension-dri2 \
28 xserver-psb-extension-glx \
29 xserver-psb-extension-extmod \
30 xserver-psb-extension-dbe \
31 xserver-psb-module-libint10 \
32 xf86-input-mouse \
33 xf86-input-keyboard \
34 xf86-input-evdev"
35 25
36APPEND += "video=vesafb vga=0x318" 26APPEND += "video=vesafb vga=0x318"
27
28VA_FEATURES = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", \
29 "commercial", "gst-va-intel va-intel", "va-intel", d)}"
30
31MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}"