diff options
Diffstat (limited to 'meta/conf/machine/qemux86-64.conf')
| -rw-r--r-- | meta/conf/machine/qemux86-64.conf | 4 |
1 files changed, 2 insertions, 2 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 | ||
| 8 | require conf/machine/include/tune-x86_64.inc | 8 | require conf/machine/include/tune-x86_64.inc |
| 9 | 9 | ||
| 10 | MACHINE_FEATURES += "x86" | ||
| 11 | |||
| 12 | KERNEL_IMAGETYPE = "bzImage" | 10 | KERNEL_IMAGETYPE = "bzImage" |
| 13 | 11 | ||
| 14 | SERIAL_CONSOLE = "115200 ttyS0" | 12 | SERIAL_CONSOLE = "115200 ttyS0" |
| @@ -24,6 +22,8 @@ XSERVER ?= "xserver-xorg \ | |||
| 24 | 22 | ||
| 25 | require conf/machine/include/qemu.inc | 23 | require conf/machine/include/qemu.inc |
| 26 | 24 | ||
| 25 | MACHINE_FEATURES += "x86" | ||
| 26 | |||
| 27 | GLIBC_ADDONS = "nptl" | 27 | GLIBC_ADDONS = "nptl" |
| 28 | GLIBC_EXTRA_OECONF = "--with-tls" | 28 | GLIBC_EXTRA_OECONF = "--with-tls" |
| 29 | 29 | ||
