X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl%2Frecipes-core%2Fpsplash%2Fpsplash_git.bbappend;h=bdc196b6f0a4d9f16ed7cc65a81ea12fa19c9813;hb=95fbe983a8d658764eb31ddccc179ff309022e84;hp=c2c58c5623888a16b27169486ac0cd3ad0b32093;hpb=5fcfb16981111c09493b59e4f1b521bba1b505b3;p=AGL%2Fmeta-agl.git diff --git a/meta-agl/recipes-core/psplash/psplash_git.bbappend b/meta-agl/recipes-core/psplash/psplash_git.bbappend index c2c58c562..bdc196b6f 100644 --- a/meta-agl/recipes-core/psplash/psplash_git.bbappend +++ b/meta-agl/recipes-core/psplash/psplash_git.bbappend @@ -3,6 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://psplash-colors.h \ file://psplash-start.service \ file://psplash-quit.service \ + file://psplash-anim \ " SPLASH_IMAGES="file://psplash-poky-img.h;outsuffix=default" @@ -22,4 +23,5 @@ do_install_append () { install -d ${D}${systemd_unitdir}/system install -m 644 ${WORKDIR}/*.service ${D}/${systemd_unitdir}/system fi + install -m 755 ${WORKDIR}/psplash-anim ${D}/${bindir} }