[oe-commits] [openembedded-core] 15/17: sysprof: Enable for aarch64.

git at git.openembedded.org git at git.openembedded.org
Thu Aug 9 22:54:50 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit a80d1c97eb51c6f0bf3e81afed23a2be403ad559
Author: Lei Maohui <leimaohui at cn.fujitsu.com>
AuthorDate: Fri Jul 20 11:33:30 2018 -0700

    sysprof: Enable for aarch64.
    
    It can be compiled for aarch64, so deleted the limit for aarch64.
    
    Signed-off-by: Lei Maohui <leimaohui at cn.fujitsu.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/sysprof/sysprof_3.26.1.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb b/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb
index 2ac79f9..9fb4e57 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list