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" +