mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00

BSPs should not be overriding the distro splash images, here we reduce the priority of psplash-raspberrypi below 100 so the defaults from distros can kick in. Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 lines
190 B
Plaintext
5 lines
190 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
SPLASH_IMAGES_append_rpi = " file://psplash-raspberrypi-img.h;outsuffix=raspberrypi"
|
|
ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "10"
|
|
|