summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
index dd630a97e8..b52012e968 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
@@ -1,8 +1,9 @@
1PV = "0.5.9" 1PV = "0.5.9.1"
2PR = "r10+gitr${SRCREV}"
3 2
4SRC_URI = "git://github.com/kexecboot/kexecboot.git" 3SRC_URI = "git://github.com/kexecboot/kexecboot.git"
5SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1" 4SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1"
6S = "${WORKDIR}/git" 5S = "${WORKDIR}/git"
7 6
8require kexecboot.inc 7require kexecboot.inc
8
9BBCLASSEXTEND = "klibc"