diff options
| -rw-r--r-- | conf/machine/raspberrypi.conf | 3 | ||||
| -rw-r--r-- | recipes-core/psplash/psplash_git.bbappend | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 6e95291..e25b59a 100644 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf | |||
| @@ -32,3 +32,6 @@ MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" | |||
| 32 | MACHINE_EXTRA_RRECOMMENDS += " \ | 32 | MACHINE_EXTRA_RRECOMMENDS += " \ |
| 33 | kernel-modules \ | 33 | kernel-modules \ |
| 34 | " | 34 | " |
| 35 | |||
| 36 | # Set raspberrypi splash image | ||
| 37 | SPLASH = "psplash-raspberrypi" | ||
diff --git a/recipes-core/psplash/psplash_git.bbappend b/recipes-core/psplash/psplash_git.bbappend index eea8dfb..65dc30f 100644 --- a/recipes-core/psplash/psplash_git.bbappend +++ b/recipes-core/psplash/psplash_git.bbappend | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
| 2 | SPLASH_IMAGES = "file://psplash-raspberrypi-img.h;outsuffix=default" | 2 | SPLASH_IMAGES += "file://psplash-raspberrypi-img.h;outsuffix=raspberrypi" |
