aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2009-03-29 01:09:33 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2009-04-03 17:14:05 -0300
commita3e3cf83f8d2d6bf877636553140f6458a269b6c (patch)
tree2d29de043933a4484e545d5e94593257ae7c3d57
parentbd90cde53920178c4dcb9021e07893334d244706 (diff)
downloadopenembedded-a3e3cf83f8d2d6bf877636553140f6458a269b6c.tar.gz
qemux86: use i686-generic as basis
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/qemux86.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/machine/qemux86.conf b/conf/machine/qemux86.conf
index ad1138f422..c25121659c 100644
--- a/conf/machine/qemux86.conf
+++ b/conf/machine/qemux86.conf
@@ -2,11 +2,8 @@
#@NAME: qemu x86 Emulator setup
#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation
-TARGET_ARCH = "i586"
-TARGET_CC_ARCH = "-march=i586"
-PACKAGE_EXTRA_ARCHS = "x86"
-
require conf/machine/include/qemu.inc
+require conf/machine/i686-generic.conf
MACHINE_FEATURES += "x86"
MACHINE_EXTRA_RRECOMMENDS = "kernel-module-uvesafb v86d"