1st Version with a web and flask server on the device

This commit is contained in:
2024-03-20 21:32:56 +01:00
parent fcaa0d5d72
commit f9a4bf7d8d
22 changed files with 975 additions and 51 deletions

View File

@@ -13,7 +13,9 @@ 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"
#IMAGE_INSTALL += "nginx"
#IMAGE_INSTALL += "python3-gunicorn"
#IMAGE_INSTALL += "python3-flask"
#IMAGE_INSTALL += "python3-flask-cors"
#IMAGE_INSTALL += "python3-cors"
IMAGE_INSTALL += "vrpmdv-web"