mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
packagegroup-core-tools-profile: disable valgrind on armeb
Valgrind supports only little endian ARM. (From OE-Core rev: 15ad0cb24c3943330a3956078336842f3922296f) Signed-off-by: Mariia Movchan <mmovchan@cisco.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit dece983e35721ca1cfc6ddddaf52726fb1d6db1f) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
7770160fb4
commit
699aeb239a
|
|
@ -58,6 +58,7 @@ VALGRIND_nios2 = ""
|
|||
VALGRIND_armv4 = ""
|
||||
VALGRIND_armv5 = ""
|
||||
VALGRIND_armv6 = ""
|
||||
VALGRIND_armeb = ""
|
||||
VALGRIND_aarch64 = ""
|
||||
VALGRIND_linux-gnux32 = ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user