diff options
Diffstat (limited to 'recipes-core')
-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 | |||