summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-12-11 23:22:54 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-12-14 13:04:26 +0100
commit03d3a7f75d79755d426a8197779c462c021b9329 (patch)
tree2616977c181d8d98c71401127f7d7657cdb215df /meta-initramfs
parentf36e2e2ea4edcd4a0e65ed1c213bce388231214c (diff)
downloadmeta-openembedded-03d3a7f75d79755d426a8197779c462c021b9329.tar.gz
kexecboot(-klibc): upgrade to b667914
* now including boot from ubifs * fixed extra menu redrawing * 24bpp fixes * first round of big-endian fixes Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb4
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb4
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 @@
1RDEPENDS_${PN} = "kexec-klibc" 1RDEPENDS_${PN} = "kexec-klibc"
2PV = "0.5.9" 2PV = "0.5.9"
3PR = "r9+gitr${SRCREV}" 3PR = "r10+gitr${SRCREV}"
4 4
5SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git" 5SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
6SRCREV = "0daa774eac019602cd89048961e95985ea50dadf" 6SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb"
7S = "${WORKDIR}/git" 7S = "${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 @@
1RDEPENDS_${PN} = "kexec" 1RDEPENDS_${PN} = "kexec"
2PV = "0.5.9" 2PV = "0.5.9"
3PR = "r9+gitr${SRCREV}" 3PR = "r10+gitr${SRCREV}"
4 4
5SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git" 5SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
6SRCREV = "0daa774eac019602cd89048961e95985ea50dadf" 6SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8 8
9require kexecboot.inc 9require kexecboot.inc