blob: 02574daecde67aa4078eb454e4ff2f8ae846a23a [file] [log] [blame]
Patrick Williamsb9e124c2022-12-14 09:10:49 -06001INITRAMFS_CTYPE="zst"
2
3IMAGE_FSTYPES += "cpio.${INITRAMFS_CTYPE}.fitImage mtd-static-norootfs"
4
5# We don't want to build an initial kernel-based FIT image because the
6# initramfs is going to be the eventual rootfs from this image and not
7# a smaller initramfs.
8INITRAMFS_IMAGE = ""
9KERNEL_IMAGETYPE = "${ARCH_DEFAULT_KERNELIMAGETYPE}"
10KERNEL_IMAGETYPES = "${ARCH_DEFAULT_KERNELIMAGETYPE}"