From 089ac5e4e4456eb9b336247b5ac1953f6acada2a Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 29 Sep 2013 00:59:06 +0200 Subject: kexecboot(-klibc): upgrade to last upstream commit id: 0bcc14671aa2d84ec20f260582aca36bb901ccf1 Changelog: minor headers fixes fix fb offset computations replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS Signed-off-by: Andrea Adami --- meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb | 2 +- meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-initramfs') diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb index 45741bf460..4144d850d7 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb @@ -2,7 +2,7 @@ PV = "0.5.9" PR = "r10+gitr${SRCREV}" SRC_URI = "git://github.com/kexecboot/kexecboot.git" -SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb" +SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1" S = "${WORKDIR}/git" # 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 c3c496da84..dd630a97e8 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb @@ -2,7 +2,7 @@ PV = "0.5.9" PR = "r10+gitr${SRCREV}" SRC_URI = "git://github.com/kexecboot/kexecboot.git" -SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb" +SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1" S = "${WORKDIR}/git" require kexecboot.inc -- cgit 1.2.3-korg