aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb
blob: 468146e974ccff7120dfdb94d748c2c89d81443d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC_URI = "file://87-kexecboot.sh"
PR = "r4"
DESCRIPTION = "An initramfs module for kexecing kernel from rootfs."
RDEPENDS_${PN} = "initramfs-uniboot kexec-klibc"

do_install() {
	install -d ${D}/initrd.d
        install -m 0755 ${WORKDIR}/87-kexecboot.sh ${D}/initrd.d/
}

PACKAGE_ARCH = "all"
FILES_${PN} += " /initrd.d/* "