initramfs-kexecboot-klibc-image.bb 386 B

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