From: Lei Maohui Date: Fri, 20 Jul 2018 18:33:30 +0000 (-0700) Subject: sysprof: Enable for aarch64. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17093 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a80d1c97eb51c6f0bf3e81afed23a2be403ad559;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sysprof: Enable for aarch64. It can be compiled for aarch64, so deleted the limit for aarch64. Signed-off-by: Lei Maohui Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb b/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb index 2ac79f9d720..9fb4e577a6b 100644 --- a/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb +++ b/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb @@ -26,9 +26,6 @@ FILES_SOLIBSDEV = "" SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service', '', d)}" -# We do not yet work for aarch64. -COMPATIBLE_HOST = "^(?!aarch64).*" - FILES_${PN} += " \ ${datadir}/dbus-1/system-services \ ${datadir}/dbus-1/system.d \