mirror of
git://git.yoctoproject.org/poky
synced 2026-09-27 03:19:12 +00:00
qemu: disable sdl for target build
This allows qemu to build for the target in the world build. Not sure this would make sense to run on the target. (From OE-Core rev: 09a55b1d4354531afe692f2618bd4fa5bf2dec74) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8e7f1b444e
commit
eb0deaeef8
@ -8,9 +8,13 @@ QEMU_TARGETS ?= "arm i386 mips mipsel mips64 mips64el ppc sh4 x86_64"
|
|||||||
|
|
||||||
require qemu-targets.inc
|
require qemu-targets.inc
|
||||||
|
|
||||||
EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls --enable-kvm --audio-drv-list=oss,alsa --audio-card-list=ac97,es1370"
|
SDL ?= "--disable-sdl"
|
||||||
|
SDL_virtclass-native ?= ""
|
||||||
|
SDL_virtclass-nativesdk ?= ""
|
||||||
|
|
||||||
#EXTRA_OECOF += "--disable-sdl"
|
EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --disable-vnc-tls --enable-kvm --audio-drv-list=oss,alsa --audio-card-list=ac97,es1370 ${SDL}"
|
||||||
|
|
||||||
|
#EXTRA_OECONF += "--disable-sdl"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user