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

git at git.openembedded.org git at git.openembedded.org
Tue Feb 20 07:47:45 UTC 2018


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

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

commit 15ad0cb24c3943330a3956078336842f3922296f
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>
    (cherry picked from commit dece983e35721ca1cfc6ddddaf52726fb1d6db1f)
    Signed-off-by: Armin Kuster <akuster808 at gmail.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