[oe-commits] [openembedded-core] 04/18: sysprof: Disable nios2 support

git at git.openembedded.org git at git.openembedded.org
Thu May 19 21:33:51 UTC 2016


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

commit ba6b3674e7788dd3a8aa0a2c830fa78badf68532
Author: Marek Vasut <marex at denx.de>
AuthorDate: Sun May 8 23:40:13 2016 +0200

    sysprof: Disable nios2 support
    
    sysprof does not support nios2 yet, so disable it.
    
    Signed-off-by: Marek Vasut <marex at denx.de>
    Cc: Ley Foon Tan <lftan at altera.com>
    Cc: Richard Purdie <richard.purdie at linuxfoundation.org>
    Cc: Ross Burton <ross.burton at intel.com>
    Cc: Thomas Chou <thomas at wytron.com.tw>
    Cc: Walter Goossens <waltergoossens at home.nl>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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} = "\

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


More information about the Openembedded-commits mailing list