diff options
| author | Gianluigi Tiesi <sherpya@netfarm.it> | 2019-04-17 16:35:27 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-04-24 13:13:37 +0100 |
| commit | 7059c374512f1c1c0df9ecab0703d11438bdf78b (patch) | |
| tree | 7145dc44cac8874242bef35498f4c02fe05954ac | |
| parent | 1de713eec35199bfcaca7875dbb59060e2f3b338 (diff) | |
| download | meta-raspberrypi-7059c374512f1c1c0df9ecab0703d11438bdf78b.tar.gz | |
psplash: Raise alternatives priority to 200
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 | |||
