From: Otavio Salvador Date: Sun, 29 Mar 2009 04:09:33 +0000 (-0300) Subject: qemux86: use i686-generic as basis X-Git-Tag: Release-2010-05/1~3791^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3e3cf83f8d2d6bf877636553140f6458a269b6c;p=openembedded.git qemux86: use i686-generic as basis Signed-off-by: Otavio Salvador --- 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"