mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
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>
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
RDEPENDS_${PN} = "kexec-klibc"
|
RDEPENDS_${PN} = "kexec-klibc"
|
||||||
PV = "0.5.9"
|
PV = "0.5.9"
|
||||||
PR = "r9+gitr${SRCREV}"
|
PR = "r10+gitr${SRCREV}"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
|
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
|
||||||
SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
|
SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
# the binary is statically linked against klibc
|
# the binary is statically linked against klibc
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
RDEPENDS_${PN} = "kexec"
|
RDEPENDS_${PN} = "kexec"
|
||||||
PV = "0.5.9"
|
PV = "0.5.9"
|
||||||
PR = "r9+gitr${SRCREV}"
|
PR = "r10+gitr${SRCREV}"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
|
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
|
||||||
SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
|
SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
require kexecboot.inc
|
require kexecboot.inc
|
||||||
|
|||||||
Reference in New Issue
Block a user