diff mbox series

[meta-oe] librelp: update PACKAGECONFIG setting related to valgrind

Message ID 20260303022208.1399940-1-Qi.Chen@windriver.com
State New
Headers show
Series [meta-oe] librelp: update PACKAGECONFIG setting related to valgrind | expand

Commit Message

Chen, Qi March 3, 2026, 2:22 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

The riscv64 is not in COMPATIBLE_HOST of valgrind.
The armv4/armv5/armv6 are not in COMPATIBLE_HOST of valgrind.
Update the settings accordingly.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

Chen, Qi March 3, 2026, 2:28 a.m. UTC | #1
Sorry. Typo in commit message.
Riscv64 is not -> riscv64 is now

V2 will be sent.

Regards,
Qi

-----Original Message-----
From: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org> On Behalf Of Chen Qi via lists.openembedded.org
Sent: Tuesday, March 3, 2026 10:22 AM
To: openembedded-devel@lists.openembedded.org
Subject: [oe][meta-oe][PATCH] librelp: update PACKAGECONFIG setting related to valgrind

From: Chen Qi <Qi.Chen@windriver.com>

The riscv64 is not in COMPATIBLE_HOST of valgrind.
The armv4/armv5/armv6 are not in COMPATIBLE_HOST of valgrind.
Update the settings accordingly.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb
index 6bad112e5a..260e4171a7 100644
--- a/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb
@@ -17,9 +17,12 @@ CVE_PRODUCT = "rsyslog:librelp"
 inherit autotools pkgconfig ptest
 
 PACKAGECONFIG ?= "tls-openssl valgrind"
-# Valgrind is not available for RISCV yet
-PACKAGECONFIG:remove:riscv64 = "valgrind"
+# Valgrind is not available for RISCV32 yet
 PACKAGECONFIG:remove:riscv32 = "valgrind"
+# armv4/armv5/armv6 is not in COMPATIBLE_HOST of valgrind
+PACKAGECONFIG:remove:armv4 = "valgrind"
+PACKAGECONFIG:remove:armv5 = "valgrind"
+PACKAGECONFIG:remove:armv6 = "valgrind"
 
 PACKAGECONFIG[tls] = "--enable-tls,--disable-tls,gnutls nettle"
 PACKAGECONFIG[tls-openssl] = "--enable-tls-openssl,--disable-tls-openssl,openssl"
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb
index 6bad112e5a..260e4171a7 100644
--- a/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/librelp_1.12.0.bb
@@ -17,9 +17,12 @@  CVE_PRODUCT = "rsyslog:librelp"
 inherit autotools pkgconfig ptest
 
 PACKAGECONFIG ?= "tls-openssl valgrind"
-# Valgrind is not available for RISCV yet
-PACKAGECONFIG:remove:riscv64 = "valgrind"
+# Valgrind is not available for RISCV32 yet
 PACKAGECONFIG:remove:riscv32 = "valgrind"
+# armv4/armv5/armv6 is not in COMPATIBLE_HOST of valgrind
+PACKAGECONFIG:remove:armv4 = "valgrind"
+PACKAGECONFIG:remove:armv5 = "valgrind"
+PACKAGECONFIG:remove:armv6 = "valgrind"
 
 PACKAGECONFIG[tls] = "--enable-tls,--disable-tls,gnutls nettle"
 PACKAGECONFIG[tls-openssl] = "--enable-tls-openssl,--disable-tls-openssl,openssl"