mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 13:29:40 +01:00
(From OE-Core rev: c5d6a15dc75eb6ab16c9b0c953e7f433b42a0e99) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
245 B
BlitzBasic
11 lines
245 B
BlitzBasic
BPN = "qemu"
|
|
|
|
DEPENDS += "glib-2.0-native zlib-native"
|
|
|
|
require qemu-native.inc
|
|
|
|
EXTRA_OECONF:append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-install-blobs --disable-guest-agent"
|
|
|
|
PACKAGECONFIG ??= "pie"
|
|
|