diff options
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf index d1f50c1e7a..01e646d2fe 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf +++ b/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf | |||
@@ -44,11 +44,8 @@ XSERVER ?= "xserver-xorg \ | |||
44 | xf86-input-vmmouse \ | 44 | xf86-input-vmmouse \ |
45 | xf86-input-keyboard \ | 45 | xf86-input-keyboard \ |
46 | xf86-input-evdev \ | 46 | xf86-input-evdev \ |
47 | xf86-video-vmware \ | 47 | xf86-video-vmware" |
48 | qemugl" | ||
49 | require conf/machine/include/qemu.inc | 48 | require conf/machine/include/qemu.inc |
50 | GLIBC_ADDONS = "nptl" | ||
51 | GLIBC_EXTRA_OECONF = "--with-tls" | ||
52 | 49 | ||
53 | {{ if qemuarch == "arm": }} | 50 | {{ if qemuarch == "arm": }} |
54 | KERNEL_IMAGETYPE = "zImage" | 51 | KERNEL_IMAGETYPE = "zImage" |