[oe-commits] [openembedded-core] 40/82: valgrind: Disable nios2 support

git at git.openembedded.org git at git.openembedded.org
Sun Mar 20 07:52:50 UTC 2016


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

commit 498ea3f94c03ec01a18ffa299f08d88fc05a76e0
Author: Marek Vasut <marex at denx.de>
AuthorDate: Thu Mar 17 13:31:39 2016 +0100

    valgrind: Disable nios2 support
    
    valgrind 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: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 443b726..6173c9c 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -61,6 +61,7 @@ VALGRIND_libc-uclibc = ""
 VALGRIND_mips = ""
 VALGRIND_mips64 = ""
 VALGRIND_mips64n32 = ""
+VALGRIND_nios2 = ""
 VALGRIND_arm = ""
 VALGRIND_aarch64 = ""
 

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


More information about the Openembedded-commits mailing list