mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
Drop two patches merged upstream. (From OE-Core rev: 540ba2ce2f6d138b386d0d7545c197fd7f54edc8) 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"
|
|
|