aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
blob: 4144d850d76b2b4980477a49dec9284ecbf11ab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PV = "0.5.9"
PR = "r10+gitr${SRCREV}"

SRC_URI = "git://github.com/kexecboot/kexecboot.git"
SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1"
S = "${WORKDIR}/git"

# the binary is statically linked against klibc
inherit klibc

require kexecboot.inc
SUMMARY = "kexecboot linux-as-bootloader, statically compiled against klibc"