meta-digi/meta-digi-dey/recipes-core/psplash/psplash_git.bbappend

13 lines
360 B
Plaintext

# Copyright (C) 2016 Digi International
FILESEXTRAPATHS:prepend:dey := "${THISDIR}/files:"
SRC_URI += " \
file://0001-colors-modify-psplash-colors-to-match-Digi-scheme.patch \
file://psplash-digi-bar.png \
"
do_patch_png () {
cp ${WORKDIR}/psplash-digi-bar.png ${S}/base-images/psplash-bar.png
}
addtask patch_png after do_patch before do_configure