summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/conf/machine
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-09-18 12:16:07 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-12-03 14:20:44 -0600
commit6eed0090597bfe82603be5ffa9c9f1fd141306f0 (patch)
treee4e16247f8ae3b3ad3a1426f59af2dcf5668e533 /meta-emenlow/conf/machine
parentb4141a6404fa7d3445d660860b6bf68acec9f114 (diff)
downloadmeta-intel-6eed0090597bfe82603be5ffa9c9f1fd141306f0.tar.gz
emenlow: use emgd instead of psb for graphics driver
Remove all the Poulsbo graphics driver specific meta data files. And configure the BSP to use EMGD instead of psb for graphics stack. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow/conf/machine')
-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}"