From d4d1441bd217f1a3dc353a6c20eadceb819c8e37 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Sun, 9 May 2021 21:11:53 +0200 Subject: [PATCH] rpi-base: make SPLASH overridable from outside Signed-off-by: Pierre-Jean Texier --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 572fe22..77cada7 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -102,7 +102,7 @@ SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}" BOOTFILES_DIR_NAME ?= "bootfiles" # Set Raspberrypi splash image -SPLASH = "psplash-raspberrypi" +SPLASH ?= "psplash-raspberrypi" def make_dtb_boot_files(d): # Generate IMAGE_BOOT_FILES entries for device tree files listed in