From: Alexander Kanavin Date: Wed, 27 Apr 2016 12:44:48 +0000 (+0300) Subject: arch-powerpc64.inc: disable the use of qemu usermode on ppc64 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26010 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d044743cdc4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git arch-powerpc64.inc: disable the use of qemu usermode on ppc64 It simply does not work at all: https://lists.yoctoproject.org/pipermail/yocto/2016-April/029698.html Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/conf/machine/include/powerpc/arch-powerpc64.inc b/meta/conf/machine/include/powerpc/arch-powerpc64.inc index 49419b6e0c0..f751c6b76ce 100644 --- a/meta/conf/machine/include/powerpc/arch-powerpc64.inc +++ b/meta/conf/machine/include/powerpc/arch-powerpc64.inc @@ -7,6 +7,9 @@ TUNECONFLICTS[m64] = "m32 nf" TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'm64', ' -m64', '', d)}" TUNE_ARCH .= "${@bb.utils.contains('TUNE_FEATURES', [ 'm64' ], 'powerpc64', '', d)}" +# user mode qemu doesn't support ppc64 +MACHINE_FEATURES_BACKFILL_CONSIDERED_append = " ${@bb.utils.contains('TUNE_FEATURES', 'm64', 'qemu-usermode', '', d)}" + AVAILTUNES += "powerpc64" TUNE_FEATURES_tune-powerpc64 = "m64 fpu-hard" BASE_LIB_tune-powerpc64 = "lib64"