1st Version with a web and flask server on the device
This commit is contained in:
@@ -7,6 +7,9 @@ inherit core-image
|
||||
|
||||
|
||||
IMAGE_INSTALL += " packagegroup-core-boot"
|
||||
IMAGE_INSTALL += " packagegroup-vrpmdv-core"
|
||||
IMAGE_INSTALL += " packagegroup-vrpmdv-base"
|
||||
|
||||
IMAGE_FEATURES += " \
|
||||
debug-tweaks \
|
||||
package-management \
|
||||
|
||||
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user