blob: 3a8d9f743872477f5990a07bdd43d9afa59c1928 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001require 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"
Patrick Williamsddad1a12017-02-23 20:36:32 -06008
9python () {
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010 if d.getVar('TARGET_ARCH') == "nios2":
Brad Bishop316dfdd2018-06-25 12:45:53 -040011 raise bb.parse.SkipRecipe("'nios2' not supported arch")
Patrick Williamsddad1a12017-02-23 20:36:32 -060012}