recipes-core: Add recipe for greenhouse container image app
This commit is contained in:
parent
a448d9a2e5
commit
2ca4554a48
21
recipes-core/images/greenhouse-container-image.bb
Normal file
21
recipes-core/images/greenhouse-container-image.bb
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user