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

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

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