aboutsummaryrefslogtreecommitdiffstats
path: root/packages/initrdscripts/initramfs-module-check-modules_1.0.bb
blob: 69117056648c5961bedd747bfb13f067f7c714eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC_URI = "file://90-check-modules.sh"
FILE_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/* "