diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-04-14 11:21:33 -0700 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-17 02:20:30 +0100 |
| commit | d70e311c43073e01e1873647fed76f8d84bae286 (patch) | |
| tree | f9e6f37a425c0e601202c569d2776ced7aa90855 | |
| parent | 7e941bb1ed80b34ed6271f19e08f91868b294043 (diff) | |
| download | meta-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.bbappend | 4 |
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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
| 2 | SPLASH_IMAGES += "file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" | 2 | SPLASH_IMAGES_append_rpi = " file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" |
| 3 | ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "10" | ||
| 4 | |||
