1st Versionwith nginx, gunicorn and flask

This commit is contained in:
2024-03-11 11:56:30 +01:00
commit fcaa0d5d72
35 changed files with 1322 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
DISTRO ?= "vrmpdv"
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "vrpmdv"
BBFILE_PATTERN_vrpmdv = "^${LAYERDIR}/"
BBFILE_PRIORITY_vrpmdv = "6"
LAYERDEPENDS_vrpmdv = "core"
LAYERSERIES_COMPAT_vrpmdv = "mickledore"
IMAGE_INSTALL += "nginx"
IMAGE_INSTALL += "python3-gunicorn"
IMAGE_INSTALL += "python3-flask"
IMAGE_INSTALL += "vrpmdv-setup-page"