diff options
| -rw-r--r-- | meta-initramfs/recipes-core/images/initramfs-kexecboot-klibc-image.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
| 9 | python () { | 9 | python () { |
| 10 | if d.getVar('TARGET_ARCH') == "nios2": | 10 | if d.getVar('TARGET_ARCH') == "nios2": |
| 11 | raise bb.parse.SkipRecipe("'nios2' not supported arch") | 11 | raise bb.parse.SkipRecipe("'nios2' not supported arch") |
| 12 | if d.getVar('TARGET_ARCH') == "riscv32": | ||
| 13 | raise bb.parse.SkipRecipe("'riscv32' not supported arch") | ||
| 12 | } | 14 | } |
