mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
495d44ce1d
commit
9a84696178
4
recipes-core/images/rpi-basic-image.bb
Normal file
4
recipes-core/images/rpi-basic-image.bb
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Base this image on rpi-hwup-image
|
||||
include rpi-hwup-image.bb
|
||||
|
||||
IMAGE_FEATURES += "ssh-server-dropbear"
|
Loading…
Reference in New Issue
Block a user