summaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/initramfs-module-psplash_1.0.bb
blob: 9f9dc471c4e48b9f3ac66b57ceeb9537d0c49db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SRC_URI = "file://00-psplash.sh file://99-psplash.sh"
PR = "r6"
RDEPENDS_${PN} = "initramfs-uniboot virtual-psplash"
DESCRIPTION = "An initramfs module to enable psplash."

do_install() {
    install -d ${D}/initrd.d
    install -m 0755 ${WORKDIR}/00-psplash.sh ${D}/initrd.d/
    install -m 0755 ${WORKDIR}/99-psplash.sh ${D}/initrd.d/
}

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