aboutsummaryrefslogtreecommitdiffstats
path: root/packages/initrdscripts/initramfs-module-kexecboot_1.0.bb
blob: 3080269920bfed521ec64c22b6bc2c2556746fac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC_URI = "file://87-kexecboot.sh"
PR = "r2"
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/* "