klibc is not yet ported to riscv32
Signed-off-by: Khem Raj <[email protected]>
---
.../recipes-core/images/initramfs-kexecboot-klibc-image.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/meta-initramfs/recipes-core/images/initramfs-kexecboot-klibc-image.bb
b/meta-initramfs/recipes-core/images/initramfs-kexecboot-klibc-image.bb
index 3a8d9f7438..a99e5d42c4 100644
--- a/meta-initramfs/recipes-core/images/initramfs-kexecboot-klibc-image.bb
+++ b/meta-initramfs/recipes-core/images/initramfs-kexecboot-klibc-image.bb
@@ -9,4 +9,6 @@ IMAGE_INSTALL = "kexecboot-klibc kexec-klibc ubiattach-klibc"
python () {
if d.getVar('TARGET_ARCH') == "nios2":
raise bb.parse.SkipRecipe("'nios2' not supported arch")
+ if d.getVar('TARGET_ARCH') == "riscv32":
+ raise bb.parse.SkipRecipe("'riscv32' not supported arch")
}
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#122638):
https://lists.openembedded.org/g/openembedded-devel/message/122638
Mute This Topic: https://lists.openembedded.org/mt/116760067/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-