mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
Building without PIE support seems broken upstream, enable it by default to match the configuration others evidently use. Tweak git submodule option to match upstream. Drop backported/merged patches, refresh others. (From OE-Core rev: ede1b86e663f1cafccc8aa8c35fa13ebd3f55d11) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
235 B
BlitzBasic
10 lines
235 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-blobs --disable-guest-agent"
|
|
|
|
PACKAGECONFIG ??= "pie"
|