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, 12 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
new file mode 100644
index 0000000000..0d6d00f6f1
--- /dev/null
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
@@ -0,0 +1,12 @@
1RDEPENDS_${PN} = "kexec-klibc"
2PV = "0.5.9"
3PR = "r8+gitr${SRCREV}"
4
5SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
6SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7"
7S = "${WORKDIR}/git"
8
9# the binary is statically linked against klibc
10inherit klibc
11
12require kexecboot.inc