On 7/5/22 3:03 AM, Yu, Mingli wrote:
From: Mingli Yu <mingli...@windriver.com>
Disable the build on riscv32 as it's not supported on riscv32 [1].
[1]
https://github.com/strace/strace/commit/69ff62ea5087506ad36a27599db088096db215da
Signed-off-by: Mingli Yu <mingli...@windriver.com>
---
meta/recipes-devtools/strace/strace_5.18.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-devtools/strace/strace_5.18.bb
b/meta/recipes-devtools/strace/strace_5.18.bb
index 08f0f1d27e..75ff58bd50 100644
--- a/meta/recipes-devtools/strace/strace_5.18.bb
+++ b/meta/recipes-devtools/strace/strace_5.18.bb
@@ -18,6 +18,9 @@ SRC_URI[sha256sum] =
"60293ea79ac9253d600cdc9be077ad2988ca22284a439c9e66be5150db
inherit autotools ptest
+# Not yet ported to rv32
+COMPATIBLE_HOST:riscv32 = "null"
+
there might be more changes needed especially in package groups perhaps.
PACKAGECONFIG:class-target ??= "\
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#167654):
https://lists.openembedded.org/g/openembedded-core/message/167654
Mute This Topic: https://lists.openembedded.org/mt/92180245/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-