aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2010-07-09 14:27:48 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2010-07-19 11:59:51 -0400
commit9ee1fbb72042e874b57c64949ebffbd696427b22 (patch)
tree3a6353144f09c4be3eed5ce1c0847c66811e87a4 /meta/conf/machine/qemux86.conf
parentf0af0ba94a9084aa40e1b592dc8e0acaddfaee8d (diff)
downloadopenembedded-core-contrib-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.conf5
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 @@
#@TYPE: Machine
-#@NAME: qemu x86 Emulator setup
-#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation
+#@NAME: common_pc
+#@DESCRIPTION: Machine configuration for running a common x86
TARGET_ARCH = "i586"
PACKAGE_EXTRA_ARCHS = "x86"
PREFERRED_PROVIDER_virtual/libgl = "mesa-dri"
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-moblin"
PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite"
PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite"