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

@@ -7,47 +7,25 @@ inherit packagegroup
PACKAGES = " \
packagegroup-vrpmdv-base \
vrpmdv-base-buildtools \
vrpmdv-base-python \
vrpmdv-base-connectivity \
"
RDEPENDS_${PN} = " \
vrpmdv-base-buildtools \
RDEPENDS:${PN} = " \
vrpmdv-base-python \
vrpmdv-base-connectivity \
"
SUMMARY_vrpmdv-base-buildtools = "Build utilities"
RDEPENDS_vrpmdv-base-buildtools = " \
autoconf \
automake \
binutils \
binutils-symlinks \
cpp \
cpp-symlinks \
gcc \
gcc-symlinks \
g++ \
g++-symlinks \
gettext \
make \
libstdc++ \
libtool \
pkgconfig \
"
RDEPENDS_vrpmdv-base-buildtools-dev += " \
libstdc++-dev \
"
SUMMARY_vrpmdv-base-python = "Python packages"
RDEPENDS_vrpmdv-base-python = " \
RDEPENDS:vrpmdv-base-python = " \
python3 \
libpython3 \
python3-core \
python3-flask \
python3-flask-cors \
python3-gunicorn \
python3-marshmallow \
python3-pip \
python3-requests \
python3-spidev \
@@ -57,13 +35,13 @@ RDEPENDS_vrpmdv-base-python = " \
SUMMARY_vrpmdv-base-connectivity = "Connectivity utilities"
RDEPENDS_vrpmdv-base-connectivity = " \
RDEPENDS:vrpmdv-base-connectivity = " \
curl \
dropbear \
hostapd \
kea \
nginx \
rpi-gpio \
rpio \
wpa-supplicant \
"