diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-12 19:37:36 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-14 16:33:59 +0000 |
commit | cfd71413e5e3c8ecd9460aa67c6a7f07ec022651 (patch) | |
tree | 97b183c0850750585397ff97e1c1824e5729bb16 /meta/conf | |
parent | 7aaa97c9040d4c87ea4de09eed73a68ff24d53dc (diff) | |
download | poky-cfd71413e5e3c8ecd9460aa67c6a7f07ec022651.tar.gz |
Enable qemu usermode on ppc64
d044743cdc4 disabled it, perhaps it did not work back in 2016
(From OE-Core rev: fb5408a2fe1c0519c74d378023b6b77aa8f3068a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/powerpc/arch-powerpc64.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/machine/include/powerpc/arch-powerpc64.inc b/meta/conf/machine/include/powerpc/arch-powerpc64.inc index cf5c3ef8e6..467abc5faa 100644 --- a/meta/conf/machine/include/powerpc/arch-powerpc64.inc +++ b/meta/conf/machine/include/powerpc/arch-powerpc64.inc | |||
@@ -10,9 +10,6 @@ TUNE_ARCH .= "${@bb.utils.contains('TUNE_FEATURES', [ 'm64' ], 'powerpc64${ENDIA | |||
10 | # musl only supports elfv2 ABI for ppc64 | 10 | # musl only supports elfv2 ABI for ppc64 |
11 | TUNE_CCARGS .= "${@['', ' -mabi=elfv2']['libc-musl' in d.getVar('OVERRIDES').split(':')]}" | 11 | TUNE_CCARGS .= "${@['', ' -mabi=elfv2']['libc-musl' in d.getVar('OVERRIDES').split(':')]}" |
12 | 12 | ||
13 | # user mode qemu doesn't support ppc64 | ||
14 | MACHINE_FEATURES_BACKFILL_CONSIDERED_append = " ${@bb.utils.contains('TUNE_FEATURES', 'm64', 'qemu-usermode', '', d)}" | ||
15 | |||
16 | AVAILTUNES += "powerpc64 powerpc64le" | 13 | AVAILTUNES += "powerpc64 powerpc64le" |
17 | 14 | ||
18 | TUNE_FEATURES_tune-powerpc64 = "m64 fpu-hard bigendian" | 15 | TUNE_FEATURES_tune-powerpc64 = "m64 fpu-hard bigendian" |