diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-02-21 17:28:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-23 22:35:01 +0000 |
commit | 555d09870681ca4e3b4e1c3c7a3ff288c550845f (patch) | |
tree | 968680f2b33872a1ec8d1b0bfc795120690e59ac /meta/conf/machine | |
parent | 60c65379f1e1e5365313b6cd37c01b65902846f0 (diff) | |
download | poky-555d09870681ca4e3b4e1c3c7a3ff288c550845f.tar.gz |
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>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/include/tune-power9.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/machine/include/tune-power9.inc b/meta/conf/machine/include/tune-power9.inc index e33536c241..401b73744f 100644 --- a/meta/conf/machine/include/tune-power9.inc +++ b/meta/conf/machine/include/tune-power9.inc | |||
@@ -29,6 +29,3 @@ PACKAGE_EXTRA_ARCHS_tune-ppc64p9le = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64le} pp | |||
29 | 29 | ||
30 | # glibc configure options to get power9 specific library | 30 | # glibc configure options to get power9 specific library |
31 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'power9', '--with-cpu=power9', '', d)}" | 31 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'power9', '--with-cpu=power9', '', d)}" |
32 | |||
33 | # QEMU usermode fails with invalid instruction error | ||
34 | MACHINE_FEATURES_BACKFILL_CONSIDERED_append = "${@bb.utils.contains('TUNE_FEATURES', 'power9', ' qemu-usermode', '', d)}" | ||