summaryrefslogtreecommitdiff
path: root/packages/initrdscripts/initramfs-module-psplash_1.0.bb
blob: a765b36ad3846631c53ca26b617a600b8c0aab9c (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 = "r1"
RDEPENDS = "initramfs-uniboot 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/* "