[oe-commits] Kai Kang : packagegroup-core-tools-profile: remove sysprof for aarch64

git at git.openembedded.org git at git.openembedded.org
Tue Dec 23 10:18:50 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: e185e96c2f4a1d4561a37764345556abef20ccfe
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e185e96c2f4a1d4561a37764345556abef20ccfe

Author: Kai Kang <kai.kang at windriver.com>
Date:   Thu Dec 18 16:51:11 2014 +0800

packagegroup-core-tools-profile: remove sysprof for aarch64

Remove sysprof from packagegroup-core-tools-profile that sysprof doesn't
support arch aarch64.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 39a8813..f0ba8b9 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -12,6 +12,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 inherit packagegroup
 
 PROFILE_TOOLS_X = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sysprof', '', d)}"
+# sysprof doesn't support aarch64
+PROFILE_TOOLS_X_aarch64 = ""
 PROFILE_TOOLS_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-analyze', '', d)}"
 
 RRECOMMENDS_${PN} = "\



More information about the Openembedded-commits mailing list