diff options
author | Gianluigi Tiesi <sherpya@netfarm.it> | 2019-04-17 16:35:27 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-09-26 10:08:43 +0100 |
commit | 4e5be97d75668804694412f9b86e9291edb38b9d (patch) | |
tree | 9f13bfbd4bc594e0f8b4d57c0841a2a73e0a9abd | |
parent | 89bdf97beaf3b136c24c4d6f86c0bcbb47fe3043 (diff) | |
download | meta-raspberrypi-thud.tar.gz |
psplash: Raise alternatives priority to 200thud
Alternatives priority of psplash in poky is now 100,
so we need something higher (fixes #381).
Signed-off-by: Gianluigi Tiesi <sherpya@netfarm.it>
-rw-r--r-- | recipes-core/psplash/psplash_%.bbappend | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-core/psplash/psplash_%.bbappend b/recipes-core/psplash/psplash_%.bbappend index 698564b..09e3ec9 100644 --- a/recipes-core/psplash/psplash_%.bbappend +++ b/recipes-core/psplash/psplash_%.bbappend | |||
@@ -1,4 +1,3 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
2 | SPLASH_IMAGES_append_rpi = " 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" | 3 | ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "200" |
4 | |||