summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/recipes-bsp')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb6
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc3
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb4
3 files changed, 7 insertions, 6 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
index 0d6d00f6f..da479c858 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-klibc_git.bb
@@ -1,9 +1,9 @@
1RDEPENDS_${PN} = "kexec-klibc" 1RDEPENDS_${PN} = "kexec-klibc"
2PV = "0.5.9" 2PV = "0.5.9"
3PR = "r8+gitr${SRCREV}" 3PR = "r9+gitr${SRCREV}"
4 4
5SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " 5SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
6SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7" 6SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8 8
9# the binary is statically linked against klibc 9# the binary is statically linked against klibc
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc b/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc
index a205904e4..2a53f96ac 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot.inc
@@ -43,11 +43,12 @@ do_install () {
43 install -d ${D}/proc 43 install -d ${D}/proc
44 install -d ${D}/mnt 44 install -d ${D}/mnt
45 install -d ${D}/dev 45 install -d ${D}/dev
46 install -d ${D}/sys
46} 47}
47 48
48PACKAGE_ARCH = "${MACHINE_ARCH}" 49PACKAGE_ARCH = "${MACHINE_ARCH}"
49 50
50FILES_${PN} += " ${bindir}/kexecboot /init /proc /mnt /dev" 51FILES_${PN} += " ${bindir}/kexecboot /init /proc /mnt /dev /sys"
51 52
52pkg_postinst_${PN} () { 53pkg_postinst_${PN} () {
53 ln -sf ${bindir}/kexecboot $D/init 54 ln -sf ${bindir}/kexecboot $D/init
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
index 13414615b..b33b6400c 100644
--- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
@@ -2,8 +2,8 @@ RDEPENDS_${PN} = "kexec"
2PV = "0.5.9" 2PV = "0.5.9"
3PR = "r8+gitr${SRCREV}" 3PR = "r8+gitr${SRCREV}"
4 4
5SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " 5SRC_URI = "git://github.com/kexecboot/kexecboot.git;protocol=git"
6SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7" 6SRCREV = "0daa774eac019602cd89048961e95985ea50dadf"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8 8
9require kexecboot.inc 9require kexecboot.inc