[oe-commits] [meta-openembedded] 03/17: rsyslog: Sync VALGRIND supported arch list

git at git.openembedded.org git at git.openembedded.org
Mon Dec 16 05:11:01 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit a761b39a600670206d50f7a7f2f10f1e1a7d1bca
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Dec 15 15:46:26 2019 -0800

    rsyslog: Sync VALGRIND supported arch list
    
    This list should be same as the valgrind recipe
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-extended/rsyslog/rsyslog_8.1910.0.bb   | 24 +++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1910.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1910.0.bb
index 8287d2b..89ccc6d 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.1910.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.1910.0.bb
@@ -162,12 +162,26 @@ RDEPENDS_${PN} += "logrotate"
 
 # for rsyslog-ptest
 VALGRIND = "valgrind"
-VALGRIND_mips = ""
-VALGRIND_mips64 = ""
-VALGRIND_mips64n32 = ""
-VALGRIND_arm = ""
-VALGRIND_aarch64 = ""
+
+# valgrind supports armv7 and above
+VALGRIND_armv4 = ''
+VALGRIND_armv5 = ''
+VALGRIND_armv6 = ''
+
+# X32 isn't supported by valgrind at this time
+VALGRIND_linux-gnux32 = ''
+VALGRIND_linux-muslx32 = ''
+
+# Disable for some MIPS variants
+VALGRIND_mipsarchr6 = ''
+VALGRIND_linux-gnun32 = ''
+
+# Disable for powerpc64 with musl
+VALGRIND_libc-musl_powerpc64 = ''
+
+# RISC-V support for valgrind is not there yet
 VALGRIND_riscv64 = ""
+
 RDEPENDS_${PN}-ptest += "\
   make diffutils gzip bash gawk coreutils procps \
   libgcc python-core python-io \

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


More information about the Openembedded-commits mailing list