From d70e311c43073e01e1873647fed76f8d84bae286 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 14 Apr 2017 11:21:33 -0700 Subject: [PATCH] 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 --- recipes-core/psplash/psplash_git.bbappend | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -SPLASH_IMAGES += "file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" +SPLASH_IMAGES_append_rpi = " file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" +ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "10" +