mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 05:30:02 +00:00
02ebf5f7e3
* new git repository on github * new LABEL separator * text-ui fallback * install /sys for upcoming ubifs detection * menu-bug fix * minor fixes Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
10 lines
225 B
BlitzBasic
10 lines
225 B
BlitzBasic
RDEPENDS_${PN} = "kexec"
|
|
PV = "0.5.9"
|
|
PR = "r8+gitr${SRCREV}"
|
|
|
|
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
|
|
SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
|
|
S = "${WORKDIR}/git"
|
|
|
|
require kexecboot.inc
|