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

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

# the binary is statically linked against klibc
inherit klibc

require kexecboot.inc