diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-09-29 00:59:06 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-30 21:53:14 +0100 |
commit | 089ac5e4e4456eb9b336247b5ac1953f6acada2a (patch) | |
tree | d316a120ca5152013df089a210e0369fe428487f /meta-initramfs | |
parent | 832aa22f1ecddc44ea03572521af53dc8fe2f32a (diff) | |
download | meta-openembedded-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.bb | 2 | ||||
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | 2 |
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 45741bf46..4144d850d 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" | |||
2 | PR = "r10+gitr${SRCREV}" | 2 | PR = "r10+gitr${SRCREV}" |
3 | 3 | ||
4 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" | 4 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" |
5 | SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb" | 5 | SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1" |
6 | S = "${WORKDIR}/git" | 6 | S = "${WORKDIR}/git" |
7 | 7 | ||
8 | # the binary is statically linked against klibc | 8 | # 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 c3c496da8..dd630a97e 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" | |||
2 | PR = "r10+gitr${SRCREV}" | 2 | PR = "r10+gitr${SRCREV}" |
3 | 3 | ||
4 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" | 4 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" |
5 | SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb" | 5 | SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1" |
6 | S = "${WORKDIR}/git" | 6 | S = "${WORKDIR}/git" |
7 | 7 | ||
8 | require kexecboot.inc | 8 | require kexecboot.inc |