summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Mitchell <jack.mitchell@dbbroadcast.co.uk>2012-08-31 14:08:34 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-03 02:20:01 +0300
commit9a846961784a0c84d411d3494b1d5bc13cc42e45 (patch)
tree80ffe0284db64d197d53035115267b3ad5c47b6e
parent495d44ce1dbff80d5850f1e84272da9717bb2a8a (diff)
downloadmeta-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.bb4
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
2include rpi-hwup-image.bb
3
4IMAGE_FEATURES += "ssh-server-dropbear"