diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-12-13 00:49:05 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-13 00:54:16 -0800 |
| commit | 7b9bfe4d6fbe0221a7a55665d7ad5104eb224fc0 (patch) | |
| tree | 130b0917701c6cfacc267faf9aedabbf1bdfd7cb | |
| parent | c89e5b9e2daa532d543e1c5c832e36caffc34e50 (diff) | |
| download | meta-openembedded-7b9bfe4d6fbe0221a7a55665d7ad5104eb224fc0.tar.gz | |
klibc is not yet ported to riscv32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 | } |
