summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <texier.pj2@gmail.com>2021-05-09 21:11:53 +0200
committerAndrei Gherzan <andrei@gherzan.com>2021-05-11 16:18:24 +0100
commitd4d1441bd217f1a3dc353a6c20eadceb819c8e37 (patch)
tree880e96cbd7e78839cac465b0d543e6dd5d6193d1
parent8cffbf5e8534e824c81541802d7a2298100054b5 (diff)
downloadmeta-raspberrypi-d4d1441bd217f1a3dc353a6c20eadceb819c8e37.tar.gz
rpi-base: make SPLASH overridable from outside
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
-rw-r--r--conf/machine/include/rpi-base.inc2
1 files changed, 1 insertions, 1 deletions
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}"
102BOOTFILES_DIR_NAME ?= "bootfiles" 102BOOTFILES_DIR_NAME ?= "bootfiles"
103 103
104# Set Raspberrypi splash image 104# Set Raspberrypi splash image
105SPLASH = "psplash-raspberrypi" 105SPLASH ?= "psplash-raspberrypi"
106 106
107def make_dtb_boot_files(d): 107def make_dtb_boot_files(d):
108 # Generate IMAGE_BOOT_FILES entries for device tree files listed in 108 # Generate IMAGE_BOOT_FILES entries for device tree files listed in