mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
sysprof: Enable for aarch64.
It can be compiled for aarch64, so deleted the limit for aarch64. (From OE-Core rev: a80d1c97eb51c6f0bf3e81afed23a2be403ad559) Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8fc56faa5d
commit
b9aaae417a
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user