diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-07-09 14:27:48 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-07-19 11:59:51 -0400 |
commit | 9ee1fbb72042e874b57c64949ebffbd696427b22 (patch) | |
tree | 3a6353144f09c4be3eed5ce1c0847c66811e87a4 /meta/conf/machine/qemux86.conf | |
parent | f0af0ba94a9084aa40e1b592dc8e0acaddfaee8d (diff) | |
download | poky-9ee1fbb72042e874b57c64949ebffbd696427b22.tar.gz |
qemu machines: Switch to use linux-wrs
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 462743a639..cb2a32d7bd 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -1,12 +1,11 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: qemu x86 Emulator setup | 2 | #@NAME: common_pc |
3 | #@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation | 3 | #@DESCRIPTION: Machine configuration for running a common x86 |
4 | 4 | ||
5 | TARGET_ARCH = "i586" | 5 | TARGET_ARCH = "i586" |
6 | PACKAGE_EXTRA_ARCHS = "x86" | 6 | PACKAGE_EXTRA_ARCHS = "x86" |
7 | 7 | ||
8 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" | 8 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" |
9 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-moblin" | ||
10 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 9 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
11 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | 10 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" |
12 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | 11 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" |