A fstab replacement method change to build container guest
[AGL/meta-agl-demo.git] / recipes-core / psplash / psplash_agl-container-guest-demo.inc
1 FILESEXTRAPATHS:prepend := "${THISDIR}/agl-container-guest:"
2 SRC_URI:append = " file://psplash.env"
3
4 PACKAGECONFIG:append = " drm drm-lease"
5
6 PSPLASH_DRM_LEASE_ARGS = "--drm-lease lease"
7
8 do_install:append () {
9         sed -i -e '/^\[Service\]/a EnvironmentFile=/etc/default/psplash' ${D}${systemd_system_unitdir}/psplash-start.service
10     install -Dm644 ${WORKDIR}/psplash.env ${D}${sysconfdir}/default/psplash
11 }