X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=recipes-core%2Fpsplash%2Fpsplash_agldemo.inc;h=93d4b0583cbbcfc96b9843dc4d8259fc502e5eab;hb=4ed1a0a0302cec13f12d3999466d62841c104402;hp=dad26129ed45384ca39bf8546db08a9a33b0e625;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-core/psplash/psplash_agldemo.inc b/recipes-core/psplash/psplash_agldemo.inc index dad26129e..93d4b0583 100644 --- a/recipes-core/psplash/psplash_agldemo.inc +++ b/recipes-core/psplash/psplash_agldemo.inc @@ -1,9 +1,20 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -SRC_URI_append = " file://psplash-colors.h" +SRC_URI:append = " \ + file://psplash-colors.h \ + file://psplash-args.conf \ +" SPLASH_IMAGES = "file://psplash-poky-img.h;outsuffix=default" -do_configure_append () { - cp -f ${WORKDIR}/psplash-colors.h ${S} +do_configure:append () { + cp -f ${UNPACKDIR}/psplash-colors.h ${S} } + +do_install:append () { + # Install override + install -d ${D}${systemd_system_unitdir}/psplash-start.service.d + install -m 0644 ${UNPACKDIR}/psplash-args.conf ${D}${systemd_system_unitdir}/psplash-start.service.d/ +} + +FILES:${PN} += "${systemd_system_unitdir}"