valgrind does not support nios2 yet, so disable it. Signed-off-by: Marek Vasut <[email protected]> Cc: Ley Foon Tan <[email protected]> Cc: Richard Purdie <[email protected]> Cc: Ross Burton <[email protected]> Cc: Thomas Chou <[email protected]> Cc: Walter Goossens <[email protected]> --- 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 = "" -- 2.7.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
