From: Ross Burton <[email protected]> musl doesn't support riscv32, so set COMPATIBLE_HOST appropriately.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-core/musl/musl.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index 66468e92ff0..6ca52b186a5 100644 --- a/meta/recipes-core/musl/musl.inc +++ b/meta/recipes-core/musl/musl.inc @@ -25,6 +25,9 @@ MIPS_INSTRUCTION_SET = "mips" ARM_INSTRUCTION_SET:armv5 = "arm" ARM_INSTRUCTION_SET:armv4 = "arm" +# 1.2.4 doesn't support riscv32 +COMPATIBLE_HOST:riscv32 = "null" + # Enable out of tree build B = "${WORKDIR}/build" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#193919): https://lists.openembedded.org/g/openembedded-core/message/193919 Mute This Topic: https://lists.openembedded.org/mt/103787497/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
