diff options
| -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 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" | |||
| 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 \ |
