From a80d1c97eb51c6f0bf3e81afed23a2be403ad559 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 20 Jul 2018 11:33:30 -0700 Subject: 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 --- meta/recipes-kernel/sysprof/sysprof_3.26.1.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb b/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb index 2ac79f9d72..9fb4e577a6 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 \ -- cgit 1.2.3-korg