diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-12-15 15:46:26 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-15 21:08:54 -0800 |
commit | a761b39a600670206d50f7a7f2f10f1e1a7d1bca (patch) | |
tree | f83da946147c8ea637eb852aad05cd0c93bfe13c /meta-oe/recipes-extended/rsyslog/rsyslog_8.1910.0.bb | |
parent | 28cbc857324ab41b1204db5fa928022d0297389d (diff) | |
download | meta-openembedded-a761b39a600670206d50f7a7f2f10f1e1a7d1bca.tar.gz |
rsyslog: Sync VALGRIND supported arch list
This list should be same as the valgrind recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/rsyslog/rsyslog_8.1910.0.bb')
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog_8.1910.0.bb | 24 |
1 files 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 8287d2b7f..89ccc6d75 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" | |||
162 | 162 | ||
163 | # for rsyslog-ptest | 163 | # for rsyslog-ptest |
164 | VALGRIND = "valgrind" | 164 | VALGRIND = "valgrind" |
165 | VALGRIND_mips = "" | 165 | |
166 | VALGRIND_mips64 = "" | 166 | # valgrind supports armv7 and above |
167 | VALGRIND_mips64n32 = "" | 167 | VALGRIND_armv4 = '' |
168 | VALGRIND_arm = "" | 168 | VALGRIND_armv5 = '' |
169 | VALGRIND_aarch64 = "" | 169 | VALGRIND_armv6 = '' |
170 | |||
171 | # X32 isn't supported by valgrind at this time | ||
172 | VALGRIND_linux-gnux32 = '' | ||
173 | VALGRIND_linux-muslx32 = '' | ||
174 | |||
175 | # Disable for some MIPS variants | ||
176 | VALGRIND_mipsarchr6 = '' | ||
177 | VALGRIND_linux-gnun32 = '' | ||
178 | |||
179 | # Disable for powerpc64 with musl | ||
180 | VALGRIND_libc-musl_powerpc64 = '' | ||
181 | |||
182 | # RISC-V support for valgrind is not there yet | ||
170 | VALGRIND_riscv64 = "" | 183 | VALGRIND_riscv64 = "" |
184 | |||
171 | RDEPENDS_${PN}-ptest += "\ | 185 | RDEPENDS_${PN}-ptest += "\ |
172 | make diffutils gzip bash gawk coreutils procps \ | 186 | make diffutils gzip bash gawk coreutils procps \ |
173 | libgcc python-core python-io \ | 187 | libgcc python-core python-io \ |