mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
tune-power9: Enable qemu-usermode
With latest qemu it works ok (From OE-Core rev: 0d4fa837bb55be799132cae84f0efb0bfbabd9e2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -29,6 +29,3 @@ PACKAGE_EXTRA_ARCHS_tune-ppc64p9le = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64le} pp
|
|||||||
|
|
||||||
# glibc configure options to get power9 specific library
|
# glibc configure options to get power9 specific library
|
||||||
GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'power9', '--with-cpu=power9', '', d)}"
|
GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'power9', '--with-cpu=power9', '', d)}"
|
||||||
|
|
||||||
# QEMU usermode fails with invalid instruction error
|
|
||||||
MACHINE_FEATURES_BACKFILL_CONSIDERED_append = "${@bb.utils.contains('TUNE_FEATURES', 'power9', ' qemu-usermode', '', d)}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user