diff --git a/recipes-core/images/greenhouse-container-image.bb b/recipes-core/images/greenhouse-container-image.bb new file mode 100644 index 0000000..e428ae0 --- /dev/null +++ b/recipes-core/images/greenhouse-container-image.bb @@ -0,0 +1,21 @@ +SUMMARY = "Greenhouse container image" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +require app-container-image.bb + +IMAGE_INSTALL += " \ + busybox \ + greenhouse \ +" + +# docker run +# --detach +# --restart always +# --cap-add SYS_RAWIO +# --device=/dev/mem:/dev/mem +# --device=/dev/gpiomem:/dev/gpiomem +# --publish 80:80 +# --name greenhouse +# greenhouse +# run.sh