[gnome-continuous-yocto/gnomeostree-3.28-rocko: 401/8267] sysprof: Disable nios2 support



commit 458f824b7e282c745358bdb50d8ad7eb7aae5fbe
Author: Marek Vasut <marex denx de>
Date:   Sun May 8 23:40:13 2016 +0200

    sysprof: Disable nios2 support
    
    sysprof does not support nios2 yet, so disable it.
    
    (From OE-Core rev: ba6b3674e7788dd3a8aa0a2c830fa78badf68532)
    
    Signed-off-by: Marek Vasut <marex denx de>
    Cc: Ley Foon Tan <lftan altera com>
    Cc: Richard Purdie <richard purdie linuxfoundation org>
    Cc: Ross Burton <ross burton intel com>
    Cc: Thomas Chou <thomas wytron com tw>
    Cc: Walter Goossens <waltergoossens home nl>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../packagegroup-core-tools-profile.bb             |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb 
b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 5a8ee58..55e9c6f 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -11,8 +11,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 inherit packagegroup
 
 PROFILE_TOOLS_X = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sysprof', '', d)}"
-# sysprof doesn't support aarch64
+# sysprof doesn't support aarch64 and nios2
 PROFILE_TOOLS_X_aarch64 = ""
+PROFILE_TOOLS_X_nios2 = ""
 PROFILE_TOOLS_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-analyze', '', d)}"
 
 RRECOMMENDS_${PN} = "\


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]