diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-03-02 00:06:20 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-03-12 22:20:51 +0100 |
commit | a7ce0592742abeebe5280cfe7bcf18ba652a7626 (patch) | |
tree | e3179d1eac95e4a3e14f456ecf51988d6a958a36 | |
parent | d1fa1c0b75a8de15ae27a9a2f9eaa496a5fe6de9 (diff) | |
download | meta-raspberrypi-a7ce0592742abeebe5280cfe7bcf18ba652a7626.tar.gz meta-raspberrypi-a7ce0592742abeebe5280cfe7bcf18ba652a7626.tar.bz2 meta-raspberrypi-a7ce0592742abeebe5280cfe7bcf18ba652a7626.zip |
rpi-basic-image: Define rpi SPLASH specific package
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-core/images/rpi-basic-image.bb | 2 |
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 @@ # Base this image on rpi-hwup-image include rpi-hwup-image.bb +SPLASH = "psplash-raspberrypi" + IMAGE_FEATURES += "ssh-server-dropbear splash" |