summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluigi Tiesi <sherpya@netfarm.it>2019-04-17 16:35:27 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2019-09-26 10:08:43 +0100
commit4e5be97d75668804694412f9b86e9291edb38b9d (patch)
tree9f13bfbd4bc594e0f8b4d57c0841a2a73e0a9abd
parent89bdf97beaf3b136c24c4d6f86c0bcbb47fe3043 (diff)
downloadmeta-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_%.bbappend3
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2SPLASH_IMAGES_append_rpi = " file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" 2SPLASH_IMAGES_append_rpi = " file://psplash-raspberrypi-img.h;outsuffix=raspberrypi"
3ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "10" 3ALTERNATIVE_PRIORITY_psplash-raspberrypi[psplash] = "200"
4