mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
yocto-bsp: update qemu machine.conf template
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). (From meta-yocto rev: 644c201a8fb9e589cdda1f76385a0b41549ea057) Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a0123b0168
commit
9acfef9633
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user