mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
rpi-base: make SPLASH overridable from outside
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
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
|
||||||
|
|||||||
Reference in New Issue
Block a user