[oe-commits] [openembedded-core] 43/62: packagegroup-core-tools-profile: disable valgrind on armeb

git at git.openembedded.org git at git.openembedded.org
Tue Feb 6 11:07:44 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit dece983e35721ca1cfc6ddddaf52726fb1d6db1f
Author: Mariia Movchan <mmovchan at cisco.com>
AuthorDate: Fri Feb 2 21:19:20 2018 +0200

    packagegroup-core-tools-profile: disable valgrind on armeb
    
    Valgrind supports only little endian ARM.
    
    Signed-off-by: Mariia Movchan <mmovchan at cisco.com>
    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 51335e2..a8e47da 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -58,6 +58,7 @@ VALGRIND_nios2 = ""
 VALGRIND_armv4 = ""
 VALGRIND_armv5 = ""
 VALGRIND_armv6 = ""
+VALGRIND_armeb = ""
 VALGRIND_aarch64 = ""
 VALGRIND_linux-gnux32 = ""
 

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


More information about the Openembedded-commits mailing list