
UNPACKDIR is new contruct for do_unpack things in latest master we should be using that instead of WORKDIR for referencing those files Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
477 B
Plaintext
13 lines
477 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
|
SPLASH_IMAGES:rpi = "file://psplash-raspberrypi-img.h;outsuffix=raspberrypi"
|
|
|
|
SRC_URI:append:rpi = " file://framebuf.conf"
|
|
|
|
do_install:append:rpi() {
|
|
if [ "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" ]; then
|
|
install -Dm 0644 ${UNPACKDIR}/framebuf.conf ${D}${systemd_system_unitdir}/psplash-start.service.d/framebuf.conf
|
|
fi
|
|
}
|
|
|
|
FILES:${PN}:append:rpi = " ${systemd_system_unitdir}/psplash-start.service.d"
|