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 | |
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 @@ | |||
| 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 | SPLASH = "psplash-raspberrypi" | ||
| 5 | |||
| 4 | IMAGE_FEATURES += "ssh-server-dropbear splash" | 6 | IMAGE_FEATURES += "ssh-server-dropbear splash" |
