mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
qemu.bbclass: drop OLDEST_KERNEL reference
which is introducing task hash changes for some allarch package builds, and should no longer be needed with recent versions of qemu. (From OE-Core rev: 3a3cfb5f48fc92e548333e5856f3d3fcce27da46) Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f4edd2c98b
commit
94b371e1c9
@@ -54,7 +54,7 @@ def qemu_run_binary(data, rootfs_path, binary):
|
|||||||
# this dance). For others (e.g. arm) a -cpu option is not necessary, since the
|
# this dance). For others (e.g. arm) a -cpu option is not necessary, since the
|
||||||
# qemu-arm default CPU supports all required architecture levels.
|
# qemu-arm default CPU supports all required architecture levels.
|
||||||
|
|
||||||
QEMU_OPTIONS = "-r ${OLDEST_KERNEL} ${@d.getVar("QEMU_EXTRAOPTIONS_%s" % d.getVar('PACKAGE_ARCH')) or ""}"
|
QEMU_OPTIONS = "${@d.getVar("QEMU_EXTRAOPTIONS_%s" % d.getVar('PACKAGE_ARCH')) or ""}"
|
||||||
QEMU_OPTIONS[vardeps] += "QEMU_EXTRAOPTIONS_${PACKAGE_ARCH}"
|
QEMU_OPTIONS[vardeps] += "QEMU_EXTRAOPTIONS_${PACKAGE_ARCH}"
|
||||||
|
|
||||||
QEMU_EXTRAOPTIONS_ppce500v2 = " -cpu e500v2"
|
QEMU_EXTRAOPTIONS_ppce500v2 = " -cpu e500v2"
|
||||||
|
|||||||
Reference in New Issue
Block a user