summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r--meta/conf/machine/qemux86.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index 918376dce8..64b6c5fbff 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -3,11 +3,9 @@
3#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation 3#@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation
4 4
5TARGET_ARCH = "i586" 5TARGET_ARCH = "i586"
6TARGET_VENDOR = "-oe"
7PACKAGE_EXTRA_ARCHS = "x86" 6PACKAGE_EXTRA_ARCHS = "x86"
8 7
9require conf/machine/include/qemu.conf 8require conf/machine/include/qemu.conf
10# require conf/machine/include/tune-arm926ejs.conf
11 9
12SERIAL_CONSOLE = "115200 ttyS0" 10SERIAL_CONSOLE = "115200 ttyS0"
13 11