aboutsummaryrefslogtreecommitdiffstats
path: root/packages/initrdscripts/initramfs-module-kexecboot_1.0.bb
blob: face73038a113d18c9d03d0cdd9aa5e1b82cf407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC_URI = "file://87-kexecboot.sh"
PR = "r1"
DESCRIPTION = "An initramfs module for kexecing kernel from rootfs."
RDEPENDS = "initramfs-uniboot kexec-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/* "