diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-17 01:54:25 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-18 19:16:47 +0300 |
commit | 90d7b92d6dde9ec07c4c71ca041d89b7aa271ab0 (patch) | |
tree | 46b04d4ea5401ad548c267337b56f7ce9c980c5d | |
parent | 63c9977a405ffd10a081193eef231e374246681d (diff) | |
download | meta-raspberrypi-90d7b92d6dde9ec07c4c71ca041d89b7aa271ab0.tar.gz |
rpi-basic-image: Add splash image feature
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-core/images/rpi-basic-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/rpi-basic-image.bb b/recipes-core/images/rpi-basic-image.bb index cb258d8..44524fd 100644 --- a/recipes-core/images/rpi-basic-image.bb +++ b/recipes-core/images/rpi-basic-image.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | # Base this image on rpi-hwup-image | 1 | # Base this image on rpi-hwup-image |
2 | include rpi-hwup-image.bb | 2 | include rpi-hwup-image.bb |
3 | 3 | ||
4 | IMAGE_FEATURES += "ssh-server-dropbear" | 4 | IMAGE_FEATURES += "ssh-server-dropbear splash" |