aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-01-18 12:55:50 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-01-18 12:55:50 +0000
commit3811d80493e0ccd7870aba1dbf4e9f357b526326 (patch)
tree267865a6fc4299ed78a4f0c4ba7a498f72249ec6 /meta/conf/machine/qemux86.conf
parent0e7edcaf8a49bc3115bc02a714b2c8b6cc1ce69b (diff)
downloadopenembedded-core-contrib-3811d80493e0ccd7870aba1dbf4e9f357b526326.tar.gz
qemux86: added 'x86' to MACHINE_FEATURES
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r--meta/conf/machine/qemux86.conf2
1 files changed, 2 insertions, 0 deletions
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"