[poky] [PATCH v2] yocto-bsp: update qemu machine.conf template
Stefan Stanacar
stefanx.stanacar at intel.com
Fri Nov 16 08:37:27 PST 2012
Update the template with the changes from the last commits to meta/conf/machine/qemux86.conf
Building sato image for a machine created using yocto-bsp with qemux86/x86-64 templates fails because nothing RPROVIDES qemugl anymore so remove support from the template as well.
Also drop redundant glibc configure knobs (they are no longer optional and they don't exist in conf/machine/qemux86.conf anymore so for consistency the template shouldn't keep them).
Signed-off-by: Stefan Stanacar <stefanx.stanacar at intel.com>
---
.../bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf | 5 +----
1 file changed, 1 insertion(+), 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 d1f50c1..01e646d 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 \
xf86-input-vmmouse \
xf86-input-keyboard \
xf86-input-evdev \
- xf86-video-vmware \
- qemugl"
+ xf86-video-vmware"
require conf/machine/include/qemu.inc
-GLIBC_ADDONS = "nptl"
-GLIBC_EXTRA_OECONF = "--with-tls"
{{ if qemuarch == "arm": }}
KERNEL_IMAGETYPE = "zImage"
--
1.7.11.7
More information about the poky
mailing list