diff options
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r-- | meta/conf/machine/qemux86.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 246d5a0c85..ad840c0498 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -6,7 +6,6 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | |||
6 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | 6 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" |
7 | 7 | ||
8 | require conf/machine/include/tune-i586.inc | 8 | require conf/machine/include/tune-i586.inc |
9 | require conf/machine/include/qemu.inc | ||
10 | 9 | ||
11 | MACHINE_FEATURES += "x86" | 10 | MACHINE_FEATURES += "x86" |
12 | 11 | ||
@@ -23,6 +22,8 @@ XSERVER ?= "xserver-xorg \ | |||
23 | xf86-video-vmware \ | 22 | xf86-video-vmware \ |
24 | qemugl" | 23 | qemugl" |
25 | 24 | ||
25 | require conf/machine/include/qemu.inc | ||
26 | |||
26 | GLIBC_ADDONS = "nptl" | 27 | GLIBC_ADDONS = "nptl" |
27 | GLIBC_EXTRA_OECONF = "--with-tls" | 28 | GLIBC_EXTRA_OECONF = "--with-tls" |
28 | 29 | ||