diff options
| -rw-r--r-- | meta/classes/kernel-fitimage.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass index 2517d75746..2820ff9689 100644 --- a/meta/classes/kernel-fitimage.bbclass +++ b/meta/classes/kernel-fitimage.bbclass | |||
| @@ -10,6 +10,8 @@ python __anonymous () { | |||
| 10 | uarch = d.getVar("UBOOT_ARCH") | 10 | uarch = d.getVar("UBOOT_ARCH") |
| 11 | if uarch == "arm64": | 11 | if uarch == "arm64": |
| 12 | replacementtype = "Image" | 12 | replacementtype = "Image" |
| 13 | elif uarch == "riscv": | ||
| 14 | replacementtype = "Image" | ||
| 13 | elif uarch == "mips": | 15 | elif uarch == "mips": |
| 14 | replacementtype = "vmlinuz.bin" | 16 | replacementtype = "vmlinuz.bin" |
| 15 | elif uarch == "x86": | 17 | elif uarch == "x86": |
