diff options
author | Pierre-Jean Texier <texier.pj2@gmail.com> | 2021-05-09 21:11:53 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-05-11 16:18:24 +0100 |
commit | d4d1441bd217f1a3dc353a6c20eadceb819c8e37 (patch) | |
tree | 880e96cbd7e78839cac465b0d543e6dd5d6193d1 | |
parent | 8cffbf5e8534e824c81541802d7a2298100054b5 (diff) | |
download | meta-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.inc | 2 |
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}" | |||
102 | BOOTFILES_DIR_NAME ?= "bootfiles" | 102 | BOOTFILES_DIR_NAME ?= "bootfiles" |
103 | 103 | ||
104 | # Set Raspberrypi splash image | 104 | # Set Raspberrypi splash image |
105 | SPLASH = "psplash-raspberrypi" | 105 | SPLASH ?= "psplash-raspberrypi" |
106 | 106 | ||
107 | def make_dtb_boot_files(d): | 107 | def 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 |