diff options
author | Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | 2012-08-31 14:08:34 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-03 02:20:01 +0300 |
commit | 9a846961784a0c84d411d3494b1d5bc13cc42e45 (patch) | |
tree | 80ffe0284db64d197d53035115267b3ad5c47b6e | |
parent | 495d44ce1dbff80d5850f1e84272da9717bb2a8a (diff) | |
download | meta-raspberrypi-9a846961784a0c84d411d3494b1d5bc13cc42e45.tar.gz |
rpi-basic-image: Add new basic image with SSH server
Add a new basic image with ssh-server-dropbear IMAGE_FEATURE
This is to allow people without physical hardware attached to
the Pi such as monitor and keyboard to connect over the network.
[GITHUB #52]
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-core/images/rpi-basic-image.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/images/rpi-basic-image.bb b/recipes-core/images/rpi-basic-image.bb new file mode 100644 index 0000000..cb258d8 --- /dev/null +++ b/recipes-core/images/rpi-basic-image.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | # Base this image on rpi-hwup-image | ||
2 | include rpi-hwup-image.bb | ||
3 | |||
4 | IMAGE_FEATURES += "ssh-server-dropbear" | ||