]> code.ossystems Code Review - openembedded-core.git/commitdiff
tune-power9: Enable qemu-usermode
authorKhem Raj <raj.khem@gmail.com>
Mon, 22 Feb 2021 01:28:35 +0000 (17:28 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Feb 2021 22:31:26 +0000 (22:31 +0000)
With latest qemu it works ok

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/tune-power9.inc

index e33536c241a69d70cd1b18b150cf3a17dc1bd9c8..401b73744febba0a8bb86ff24542370a1092fd3a 100644 (file)
@@ -29,6 +29,3 @@ PACKAGE_EXTRA_ARCHS_tune-ppc64p9le = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64le} pp
 
 # glibc configure options to get power9 specific library
 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)}"