mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
initramfs-kexecboot-klibc-image: Skip for riscv32
klibc is not yet ported to riscv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -9,4 +9,6 @@ IMAGE_INSTALL = "kexecboot-klibc kexec-klibc ubiattach-klibc"
|
|||||||
python () {
|
python () {
|
||||||
if d.getVar('TARGET_ARCH') == "nios2":
|
if d.getVar('TARGET_ARCH') == "nios2":
|
||||||
raise bb.parse.SkipRecipe("'nios2' not supported arch")
|
raise bb.parse.SkipRecipe("'nios2' not supported arch")
|
||||||
|
if d.getVar('TARGET_ARCH') == "riscv32":
|
||||||
|
raise bb.parse.SkipRecipe("'riscv32' not supported arch")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user