summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-14 11:21:33 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2017-04-17 02:20:30 +0100
commitd70e311c43073e01e1873647fed76f8d84bae286 (patch)
treef9e6f37a425c0e601202c569d2776ced7aa90855
parent7e941bb1ed80b34ed6271f19e08f91868b294043 (diff)
downloadmeta-raspberrypi-d70e311c43073e01e1873647fed76f8d84bae286.tar.gz
psplash: Let distro override the default splash image if it provides
BSPs should not be overriding the distro splash images, here we reduce the priority of psplash-raspberrypi below 100 so the defaults from distros can kick in. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-core/psplash/psplash_git.bbappend4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/psplash/psplash_git.bbappend b/recipes-core/psplash/psplash_git.bbappend
index 65dc30f..698564b 100644
--- a/recipes-core/psplash/psplash_git.bbappend
+++ b/recipes-core/psplash/psplash_git.bbappend
@@ -1,2 +1,4 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2SPLASH_IMAGES += "file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" 2SPLASH_IMAGES_append_rpi = " file://psplash-raspberrypi-img.h;outsuffix=raspberrypi"
3ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "10"
4