mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
kexecboot: upgrade and move to git tag 0daa77
* 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>
This commit is contained in:
parent
1e26b20707
commit
02ebf5f7e3
|
|
@ -1,9 +1,9 @@
|
|||
RDEPENDS_${PN} = "kexec-klibc"
|
||||
PV = "0.5.9"
|
||||
PR = "r8+gitr${SRCREV}"
|
||||
PR = "r9+gitr${SRCREV}"
|
||||
|
||||
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
|
||||
SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7"
|
||||
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
|
||||
SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# the binary is statically linked against klibc
|
||||
|
|
|
|||
|
|
@ -43,11 +43,12 @@ do_install () {
|
|||
install -d ${D}/proc
|
||||
install -d ${D}/mnt
|
||||
install -d ${D}/dev
|
||||
install -d ${D}/sys
|
||||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
FILES_${PN} += " ${bindir}/kexecboot /init /proc /mnt /dev"
|
||||
FILES_${PN} += " ${bindir}/kexecboot /init /proc /mnt /dev /sys"
|
||||
|
||||
pkg_postinst_${PN} () {
|
||||
ln -sf ${bindir}/kexecboot $D/init
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ RDEPENDS_${PN} = "kexec"
|
|||
PV = "0.5.9"
|
||||
PR = "r8+gitr${SRCREV}"
|
||||
|
||||
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
|
||||
SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7"
|
||||
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
|
||||
SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require kexecboot.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user