diff options
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb')
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb | 12 |
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 @@ | |||
1 | RDEPENDS_${PN} = "kexec-klibc" | ||
2 | PV = "0.5.9" | ||
3 | PR = "r8+gitr${SRCREV}" | ||
4 | |||
5 | SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " | ||
6 | SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7" | ||
7 | S = "${WORKDIR}/git" | ||
8 | |||
9 | # the binary is statically linked against klibc | ||
10 | inherit klibc | ||
11 | |||
12 | require kexecboot.inc | ||