diff options
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb | 4 | ||||
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb index da479c858..f9aee7c68 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | RDEPENDS_${PN} = "kexec-klibc" | 1 | RDEPENDS_${PN} = "kexec-klibc" |
2 | PV = "0.5.9" | 2 | PV = "0.5.9" |
3 | PR = "r9+gitr${SRCREV}" | 3 | PR = "r10+gitr${SRCREV}" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git" | 5 | SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git" |
6 | SRCREV = "0daa774eac019602cd89048961e95985ea50dadf" | 6 | SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
9 | # the binary is statically linked against klibc | 9 | # the binary is statically linked against klibc |
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index a3b4cdeb7..fe1ef3624 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | RDEPENDS_${PN} = "kexec" | 1 | RDEPENDS_${PN} = "kexec" |
2 | PV = "0.5.9" | 2 | PV = "0.5.9" |
3 | PR = "r9+gitr${SRCREV}" | 3 | PR = "r10+gitr${SRCREV}" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git" | 5 | SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git" |
6 | SRCREV = "0daa774eac019602cd89048961e95985ea50dadf" | 6 | SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
9 | require kexecboot.inc | 9 | require kexecboot.inc |