mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
rpi-base: make SPLASH overridable from outside
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
This commit is contained in:
parent
8cffbf5e85
commit
d4d1441bd2
|
@ -102,7 +102,7 @@ SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}"
|
||||||
BOOTFILES_DIR_NAME ?= "bootfiles"
|
BOOTFILES_DIR_NAME ?= "bootfiles"
|
||||||
|
|
||||||
# Set Raspberrypi splash image
|
# Set Raspberrypi splash image
|
||||||
SPLASH = "psplash-raspberrypi"
|
SPLASH ?= "psplash-raspberrypi"
|
||||||
|
|
||||||
def make_dtb_boot_files(d):
|
def make_dtb_boot_files(d):
|
||||||
# Generate IMAGE_BOOT_FILES entries for device tree files listed in
|
# Generate IMAGE_BOOT_FILES entries for device tree files listed in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user