aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-09-29 00:59:06 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-09-30 21:53:14 +0100
commit089ac5e4e4456eb9b336247b5ac1953f6acada2a (patch)
treed316a120ca5152013df089a210e0369fe428487f /meta-initramfs
parent832aa22f1ecddc44ea03572521af53dc8fe2f32a (diff)
downloadmeta-openembedded-contrib-089ac5e4e4456eb9b336247b5ac1953f6acada2a.tar.gz
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 <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb2
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb2
2 files changed, 2 insertions, 2 deletions
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