mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
03d3a7f75d
* 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>
13 lines
295 B
BlitzBasic
13 lines
295 B
BlitzBasic
RDEPENDS_${PN} = "kexec-klibc"
|
|
PV = "0.5.9"
|
|
PR = "r10+gitr${SRCREV}"
|
|
|
|
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
|
|
SRCREV = "b667914bb0cba1c30f9b771abccfe98f1419afeb"
|
|
S = "${WORKDIR}/git"
|
|
|
|
# the binary is statically linked against klibc
|
|
inherit klibc
|
|
|
|
require kexecboot.inc
|