diff mbox series

[oe,meta-oe,3/5] rsyslog: Sync VALGRIND supported arch list

Message ID 20191216034155.2675900-3-raj.khem@gmail.com
State Accepted
Commit a761b39a600670206d50f7a7f2f10f1e1a7d1bca
Headers show
Series [oe,meta-filesystems,1/5] ufs-utils: Renames from ufs-tool | expand

Commit Message

Khem Raj Dec. 16, 2019, 3:41 a.m. UTC
This list should be same as the valgrind recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
 .../rsyslog/rsyslog_8.1910.0.bb               | 24 +++++++++++++++----
 1 file changed, 19 insertions(+), 5 deletions(-)

-- 
2.24.1

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

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 8287d2b7fe..89ccc6d751 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 \