nmrouter: add new images (prodtest, container and node-mqtt)
This commit is contained in:
parent
af3f5867b1
commit
23e05b18c9
|
|
@ -0,0 +1,14 @@
|
||||||
|
inherit image
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
|
||||||
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
|
|
||||||
|
SUMMARY = "nmcontainer image minimal python3"
|
||||||
|
|
||||||
|
IMAGE_INSTALL = " \
|
||||||
|
python3 \
|
||||||
|
bluez5 \
|
||||||
|
"
|
||||||
|
|
||||||
|
LICENSE = "MIT"
|
||||||
|
|
||||||
|
|
@ -2,22 +2,22 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED = " wifi bluetooth"
|
||||||
|
|
||||||
inherit image
|
inherit image
|
||||||
|
|
||||||
|
IMAGE_FEATURES = "debug-tweaks"
|
||||||
|
|
||||||
|
KERNELDEPMODDEPEND = ""
|
||||||
|
|
||||||
SUMMARY = "Minimal image for bringup"
|
SUMMARY = "Minimal image for bringup"
|
||||||
|
|
||||||
#IMAGE_FEATURES += " \
|
NO_RECOMMENDATIONS = "1"
|
||||||
# "
|
|
||||||
|
|
||||||
#IMAGE_INSTALL += " \
|
|
||||||
# lrzsz \
|
|
||||||
# devmem2 \
|
|
||||||
# "
|
|
||||||
|
|
||||||
|
|
||||||
IMAGE_INSTALL = " \
|
IMAGE_INSTALL = " \
|
||||||
packagegroup-core-boot \
|
packagegroup-core-boot \
|
||||||
e2fsprogs \
|
e2fsprogs \
|
||||||
lrzsz \
|
|
||||||
devmem2 \
|
devmem2 \
|
||||||
|
util-linux-agetty \
|
||||||
|
systemd-serialgetty \
|
||||||
|
networkmanager \
|
||||||
|
modemmanager \
|
||||||
"
|
"
|
||||||
LICENSE = "BSD"
|
|
||||||
|
|
||||||
|
LICENSE = "BSD"
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
require nmrouter-image.bb
|
||||||
|
|
||||||
|
SUMMARY = "nmrouter image that includes node-red"
|
||||||
|
|
||||||
|
IMAGE_INSTALL_append = " \
|
||||||
|
nodejs \
|
||||||
|
node-mqtt \
|
||||||
|
node-dbus \
|
||||||
|
python3 \
|
||||||
|
python3-pip \
|
||||||
|
python3-misc \
|
||||||
|
"
|
||||||
|
|
||||||
|
IMAGE_INSTALL_remove = " \
|
||||||
|
python-pip \
|
||||||
|
"
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
require nmrouter-image-minimal.bb
|
||||||
|
|
||||||
|
IMAGE_INSTALL_append = " \
|
||||||
|
iperf \
|
||||||
|
python3 \
|
||||||
|
ti-wl18xx-calibrator \
|
||||||
|
linux-firmware-wl18xx \
|
||||||
|
fct \
|
||||||
|
nfs-utils \
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit extrausers
|
||||||
|
EXTRA_USERS_PARAMS = "\
|
||||||
|
useradd -o -u 0 -g 0 -p '' -s /usr/bin/fct.sh fct; \
|
||||||
|
"
|
||||||
Loading…
Reference in New Issue