1require initramfs-kexecboot-image.bb 2 3SUMMARY = "Initramfs image for kexecboot kernel (klibc-static binaries)" 4 5# We really need just kexecboot, kexec and ubiattach 6# statically compiled against klibc 7IMAGE_INSTALL = "kexecboot-klibc kexec-klibc ubiattach-klibc" 8 9python () { 10 if d.getVar('TARGET_ARCH') == "nios2": 11 raise bb.parse.SkipRecipe("'nios2' not supported arch") 12} 13