diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 12:55:50 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 12:55:50 +0000 |
commit | 3811d80493e0ccd7870aba1dbf4e9f357b526326 (patch) | |
tree | 267865a6fc4299ed78a4f0c4ba7a498f72249ec6 /meta/conf/machine | |
parent | 0e7edcaf8a49bc3115bc02a714b2c8b6cc1ce69b (diff) | |
download | openembedded-core-3811d80493e0ccd7870aba1dbf4e9f357b526326.tar.gz openembedded-core-3811d80493e0ccd7870aba1dbf4e9f357b526326.tar.bz2 openembedded-core-3811d80493e0ccd7870aba1dbf4e9f357b526326.zip |
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')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 2 |
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" |