Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame^] | 1 | require initramfs-kexecboot-image.bb |
2 | |||||
3 | SUMMARY = "Initramfs image for kexecboot kernel (klibc-static binaries)" | ||||
4 | |||||
5 | # We really need just kexecboot, kexec and ubiattach | ||||
6 | # statically compiled against klibc | ||||
7 | IMAGE_INSTALL = "kexecboot-klibc kexec-klibc ubiattach-klibc" |