aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/qemux86.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-10-07 18:06:42 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-10-07 18:06:42 +0000
commite307ea2a862bd308504b3f18fb688423b9a87215 (patch)
tree1acb88e6b434e94e003ad2527e0f8598262a8964 /conf/machine/qemux86.conf
parent209f1c683008652f45d8de04078e53f0b91bd8ee (diff)
downloadopenembedded-e307ea2a862bd308504b3f18fb688423b9a87215.tar.gz
x86 machines: added 'x86' MACHINE_FEATURE to limit amount of overrides needed when package need x86 special options - look at mplayer as example
Diffstat (limited to 'conf/machine/qemux86.conf')
-rw-r--r--conf/machine/qemux86.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/qemux86.conf b/conf/machine/qemux86.conf
index 2378a9990e..fe811ba54e 100644
--- a/conf/machine/qemux86.conf
+++ b/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"