mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
qemu: Drop BROKEN usage
BROKEN support was removed from bitbake back in 2013. These lines just increase parsing time, remove them. (From OE-Core rev: 140249a43eb7a36d09d55e7e633b502ddc345f90) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -129,9 +129,4 @@ PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls"
|
||||
|
||||
EXTRA_OECONF += "${@bb.utils.contains('PACKAGECONFIG', 'alsa', '--audio-drv-list=oss,alsa', '', d)}"
|
||||
|
||||
# Qemu target will not build in world build for ARM or Mips
|
||||
BROKEN_qemuarm = "1"
|
||||
BROKEN_qemumips64 = "1"
|
||||
BROKEN_qemumips = "1"
|
||||
|
||||
INSANE_SKIP_${PN} = "arch"
|
||||
|
||||
Reference in New Issue
Block a user