mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
Handles CVE-2024-8354. Drop patch included in (backported to) this release. Reference: * https://security-tracker.debian.org/tracker/CVE-2024-8354 (From OE-Core rev: f9d2e0155df2fe799e5edd0b52097ee284930ba5) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> 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"
|
|
|