summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2015-03-02 00:06:20 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2015-03-12 22:20:51 +0100
commita7ce0592742abeebe5280cfe7bcf18ba652a7626 (patch)
treee3179d1eac95e4a3e14f456ecf51988d6a958a36 /recipes-core
parentd1fa1c0b75a8de15ae27a9a2f9eaa496a5fe6de9 (diff)
downloadmeta-raspberrypi-a7ce0592742abeebe5280cfe7bcf18ba652a7626.tar.gz
rpi-basic-image: Define rpi SPLASH specific package
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/rpi-basic-image.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/images/rpi-basic-image.bb b/recipes-core/images/rpi-basic-image.bb
index 44524fd..623a5a7 100644
--- a/recipes-core/images/rpi-basic-image.bb
+++ b/recipes-core/images/rpi-basic-image.bb
@@ -1,4 +1,6 @@
1# Base this image on rpi-hwup-image 1# Base this image on rpi-hwup-image
2include rpi-hwup-image.bb 2include rpi-hwup-image.bb
3 3
4SPLASH = "psplash-raspberrypi"
5
4IMAGE_FEATURES += "ssh-server-dropbear splash" 6IMAGE_FEATURES += "ssh-server-dropbear splash"