mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
Update along the stable release series. (From OE-Core rev: 64c2e0a378cf3341e164664925190cc87e41b2fc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
244 B
BlitzBasic
10 lines
244 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"
|