mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +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:
@@ -1,9 +1,9 @@
|
|||||||
RDEPENDS_${PN} = "kexec-klibc"
|
RDEPENDS_${PN} = "kexec-klibc"
|
||||||
PV = "0.5.9"
|
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 "
|
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
|
||||||
SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7"
|
SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
# the binary is statically linked against klibc
|
# the binary is statically linked against klibc
|
||||||
|
|||||||
@@ -43,11 +43,12 @@ do_install () {
|
|||||||
install -d ${D}/proc
|
install -d ${D}/proc
|
||||||
install -d ${D}/mnt
|
install -d ${D}/mnt
|
||||||
install -d ${D}/dev
|
install -d ${D}/dev
|
||||||
|
install -d ${D}/sys
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
FILES_${PN} += " ${bindir}/kexecboot /init /proc /mnt /dev"
|
FILES_${PN} += " ${bindir}/kexecboot /init /proc /mnt /dev /sys"
|
||||||
|
|
||||||
pkg_postinst_${PN} () {
|
pkg_postinst_${PN} () {
|
||||||
ln -sf ${bindir}/kexecboot $D/init
|
ln -sf ${bindir}/kexecboot $D/init
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ RDEPENDS_${PN} = "kexec"
|
|||||||
PV = "0.5.9"
|
PV = "0.5.9"
|
||||||
PR = "r8+gitr${SRCREV}"
|
PR = "r8+gitr${SRCREV}"
|
||||||
|
|
||||||
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
|
SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
|
||||||
SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7"
|
SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
require kexecboot.inc
|
require kexecboot.inc
|
||||||
|
|||||||
Reference in New Issue
Block a user