summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2013-03-11 00:37:06 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-17 23:10:28 +0000
commit6911fd0889261fb173775727db61dffaac355ed7 (patch)
tree85b899adba9b1efe3554811b6ba2a0ddd36839f7 /scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf
parent04d15f567d0493654df519f404f564e2591e9453 (diff)
downloadpoky-6911fd0889261fb173775727db61dffaac355ed7.tar.gz
yocto-bsp: upgrade i386 template with emgd 1.16
Along with related changes. (From meta-yocto rev: 6e93c881e2323b57f5b102db3b2b54220a06a1b6) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf
index a33cb2edb3..268ddc82d4 100644
--- a/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/i386/conf/machine/{{=machine}}.conf
@@ -58,8 +58,9 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
58 58
59{{ if xserver == "y" and xserver_choice == "xserver_emgd": }} 59{{ if xserver == "y" and xserver_choice == "xserver_emgd": }}
60PREFERRED_VERSION_xserver-xorg ?= "1.9.3" 60PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
61PREFERRED_VERSION_mesa-dri ?= "7.11" 61PREFERRED_VERSION_mesa-dri ?= "9.0.2"
62PREFERRED_VERSION_emgd-driver-bin ?= "1.14" 62PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
63PREFERRED_VERSION_emgd-driver-bin ?= "1.16"
63 64
64{{ if xserver == "y" and xserver_choice == "xserver_vesa" or xserver_choice == "xserver_emgd": }} 65{{ if xserver == "y" and xserver_choice == "xserver_vesa" or xserver_choice == "xserver_emgd": }}
65APPEND += "video=vesafb vga=0x318" 66APPEND += "video=vesafb vga=0x318 vmalloc=256MB"