summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
deleted file mode 100644
index 4144d850d7..0000000000
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1PV = "0.5.9"
2PR = "r10+gitr${SRCREV}"
3
4SRC_URI = "git://github.com/kexecboot/kexecboot.git"
5SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1"
6S = "${WORKDIR}/git"
7
8# the binary is statically linked against klibc
9inherit klibc
10
11require kexecboot.inc
12SUMMARY = "kexecboot linux-as-bootloader, statically compiled against klibc"