From 9a846961784a0c84d411d3494b1d5bc13cc42e45 Mon Sep 17 00:00:00 2001 From: Jack Mitchell Date: Fri, 31 Aug 2012 14:08:34 +0100 Subject: 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 Signed-off-by: Andrei Gherzan --- recipes-core/images/rpi-basic-image.bb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes-core/images/rpi-basic-image.bb 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 @@ +# Base this image on rpi-hwup-image +include rpi-hwup-image.bb + +IMAGE_FEATURES += "ssh-server-dropbear" -- cgit v1.2.3-54-g00ecf