From 58b6ffcf1953bb5a7992b2ac351a342a9bc87978 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 3 Sep 2015 09:53:29 +0200 Subject: [PATCH] octoprint-image: add image with everything needed for octoprint Signed-off-by: Koen Kooi --- recipes-images/maker/octoprint-image.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-images/maker/octoprint-image.bb diff --git a/recipes-images/maker/octoprint-image.bb b/recipes-images/maker/octoprint-image.bb new file mode 100644 index 0000000..8f8ba79 --- /dev/null +++ b/recipes-images/maker/octoprint-image.bb @@ -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" +