diff options
Diffstat (limited to 'recipes/initrdscripts/initramfs-module-squashfs_1.0.bb')
-rw-r--r-- | recipes/initrdscripts/initramfs-module-squashfs_1.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/initrdscripts/initramfs-module-squashfs_1.0.bb b/recipes/initrdscripts/initramfs-module-squashfs_1.0.bb new file mode 100644 index 0000000000..f3d50ffa49 --- /dev/null +++ b/recipes/initrdscripts/initramfs-module-squashfs_1.0.bb @@ -0,0 +1,12 @@ +SRC_URI = "file://80-squashfs.sh" +PR = "r1" +DESCRIPTION = "An initramfs module for mount squashfs." +RDEPENDS = "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/* " |