summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/qemux86-64.conf4
-rw-r--r--meta/conf/machine/qemux86.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 2e361a5cab..998ef60401 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -7,8 +7,6 @@ PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
7 7
8require conf/machine/include/tune-x86_64.inc 8require conf/machine/include/tune-x86_64.inc
9 9
10MACHINE_FEATURES += "x86"
11
12KERNEL_IMAGETYPE = "bzImage" 10KERNEL_IMAGETYPE = "bzImage"
13 11
14SERIAL_CONSOLE = "115200 ttyS0" 12SERIAL_CONSOLE = "115200 ttyS0"
@@ -24,6 +22,8 @@ XSERVER ?= "xserver-xorg \
24 22
25require conf/machine/include/qemu.inc 23require conf/machine/include/qemu.inc
26 24
25MACHINE_FEATURES += "x86"
26
27GLIBC_ADDONS = "nptl" 27GLIBC_ADDONS = "nptl"
28GLIBC_EXTRA_OECONF = "--with-tls" 28GLIBC_EXTRA_OECONF = "--with-tls"
29 29
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index ad840c0498..57e480c851 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -7,8 +7,6 @@ PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
7 7
8require conf/machine/include/tune-i586.inc 8require conf/machine/include/tune-i586.inc
9 9
10MACHINE_FEATURES += "x86"
11
12KERNEL_IMAGETYPE = "bzImage" 10KERNEL_IMAGETYPE = "bzImage"
13 11
14SERIAL_CONSOLE = "115200 ttyS0" 12SERIAL_CONSOLE = "115200 ttyS0"
@@ -24,6 +22,8 @@ XSERVER ?= "xserver-xorg \
24 22
25require conf/machine/include/qemu.inc 23require conf/machine/include/qemu.inc
26 24
25MACHINE_FEATURES += "x86"
26
27GLIBC_ADDONS = "nptl" 27GLIBC_ADDONS = "nptl"
28GLIBC_EXTRA_OECONF = "--with-tls" 28GLIBC_EXTRA_OECONF = "--with-tls"
29 29