summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/powerpc/arch-powerpc64.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-12 19:37:36 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-14 16:33:59 +0000
commitcfd71413e5e3c8ecd9460aa67c6a7f07ec022651 (patch)
tree97b183c0850750585397ff97e1c1824e5729bb16 /meta/conf/machine/include/powerpc/arch-powerpc64.inc
parent7aaa97c9040d4c87ea4de09eed73a68ff24d53dc (diff)
downloadpoky-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/machine/include/powerpc/arch-powerpc64.inc')
-rw-r--r--meta/conf/machine/include/powerpc/arch-powerpc64.inc3
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
11TUNE_CCARGS .= "${@['', ' -mabi=elfv2']['libc-musl' in d.getVar('OVERRIDES').split(':')]}" 11TUNE_CCARGS .= "${@['', ' -mabi=elfv2']['libc-musl' in d.getVar('OVERRIDES').split(':')]}"
12 12
13# user mode qemu doesn't support ppc64
14MACHINE_FEATURES_BACKFILL_CONSIDERED_append = " ${@bb.utils.contains('TUNE_FEATURES', 'm64', 'qemu-usermode', '', d)}"
15
16AVAILTUNES += "powerpc64 powerpc64le" 13AVAILTUNES += "powerpc64 powerpc64le"
17 14
18TUNE_FEATURES_tune-powerpc64 = "m64 fpu-hard bigendian" 15TUNE_FEATURES_tune-powerpc64 = "m64 fpu-hard bigendian"