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>
This commit is contained in:
Jack Mitchell 2012-08-31 14:08:34 +01:00 committed by Andrei Gherzan
parent 495d44ce1d
commit 9a84696178

View File

@ -0,0 +1,4 @@
# Base this image on rpi-hwup-image
include rpi-hwup-image.bb
IMAGE_FEATURES += "ssh-server-dropbear"