aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/initramfs-module-check-modules_1.0.bb
blob: 6986316a6feaeb354b4ed42ed0dade1ae7896e16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC_URI = "file://90-check-modules.sh"
PR = "r0"
DESCRIPTION = "An initramfs module for checking that kernel modules exist in rootfs"
RDEPENDS = "initramfs-uniboot"

do_install() {
	install -d ${D}/initrd.d
        install -m 0755 ${WORKDIR}/90-check-modules.sh ${D}/initrd.d/
}

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