From: Marcin Juszkiewicz Date: Fri, 18 Jan 2008 12:55:50 +0000 (+0000) Subject: qemux86: added 'x86' to MACHINE_FEATURES X-Git-Tag: 2011-1~9899 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3811d80493e0ccd7870aba1dbf4e9f357b526326;p=openembedded-core.git qemux86: added 'x86' to MACHINE_FEATURES git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3530 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index cce881043f..dddd552fa7 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf @@ -7,6 +7,8 @@ PACKAGE_EXTRA_ARCHS = "x86" require conf/machine/include/qemu.inc +MACHINE_FEATURES += "x86" + KERNEL_IMAGETYPE = "bzImage" SERIAL_CONSOLE = "115200 ttyS0"