aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/initramfs-module-squashfs_1.0.bb
blob: c8e04b09d6691d590de0333022128f6ecb53b7ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC_URI = "file://80-squashfs.sh"
PR = "r1"
DESCRIPTION = "An initramfs module for mount squashfs."
RDEPENDS_${PN} = "initramfs-uniboot"

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

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