aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/initramfs-kexec-image.bb
blob: 93cc348cdae736a5f18adfc98e61b66b86a40c46 (plain)
1
2
3
4
5
6
7
8
9
#initramfs image which mounts the rootfilesystem and kexecs a kernel from there

IMAGE_FSTYPES += " cpio.gz"
inherit image

export IMAGE_BASENAME = "initramfs-kexec-image"

IMAGE_INSTALL = "klibc-utils-static-sh klibc-utils-static-mount kexec-static initramfs-kexec"
IMAGE_LINGUAS = ""