octoprint-image: add image with everything needed for octoprint

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2015-09-03 09:53:29 +02:00
parent 67a55b6e03
commit 58b6ffcf19

View File

@@ -0,0 +1,13 @@
#Angstrom image for 3d printing
require recipes-images/angstrom/systemd-image.bb
IMAGE_INSTALL += " \
octoprint-nginx \
screen \
bash \
sshfs-fuse \
"
export IMAGE_BASENAME = "Octoprint-image"