images: split images in several images
Remove cockpit from normal image, add lora image, add node-red image
This commit is contained in:
parent
a6b03cb0d2
commit
c11e894a02
|
|
@ -0,0 +1,8 @@
|
||||||
|
require nmrouter-image.bb
|
||||||
|
|
||||||
|
SUMMARY = "nmrouter image that includes cockpit"
|
||||||
|
|
||||||
|
IMAGE_INSTALL_append = " \
|
||||||
|
cockpit \
|
||||||
|
"
|
||||||
|
|
||||||
|
|
@ -31,5 +31,7 @@ IMAGE_INSTALL_append = " \
|
||||||
lrzsz \
|
lrzsz \
|
||||||
${BENCH_TOOLS} \
|
${BENCH_TOOLS} \
|
||||||
${EASY_EDITOR} \
|
${EASY_EDITOR} \
|
||||||
|
python3 \
|
||||||
|
python3-misc \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
require nmrouter-image.bb
|
||||||
|
|
||||||
|
IMAGE_INSTALL_append = " \
|
||||||
|
lora-gateway-utils \
|
||||||
|
lora-packet-forwarder \
|
||||||
|
"
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
require nmrouter-image.bb
|
||||||
|
|
||||||
|
SUMMARY = "nmrouter image that includes node-red"
|
||||||
|
|
||||||
|
IMAGE_INSTALL_append = " \
|
||||||
|
nodejs \
|
||||||
|
node-red \
|
||||||
|
python3 \
|
||||||
|
python3-pip \
|
||||||
|
python3-misc \
|
||||||
|
"
|
||||||
|
|
||||||
|
IMAGE_INSTALL_remove = " \
|
||||||
|
python-pip \
|
||||||
|
"
|
||||||
|
|
@ -11,8 +11,6 @@ IMAGE_FEATURES_append = " \
|
||||||
ssh-server-openssh \
|
ssh-server-openssh \
|
||||||
"
|
"
|
||||||
|
|
||||||
PREFERED_VERSION-pn_nodejs = "4.4.5"
|
|
||||||
|
|
||||||
FIRMWARE ?= "linux-firmware"
|
FIRMWARE ?= "linux-firmware"
|
||||||
FIRMWARE_am335x-nbhw16 = " \
|
FIRMWARE_am335x-nbhw16 = " \
|
||||||
linux-firmware-ath6k \
|
linux-firmware-ath6k \
|
||||||
|
|
@ -39,11 +37,14 @@ IMAGE_INSTALL_append = " \
|
||||||
python-subprocess \
|
python-subprocess \
|
||||||
networkmanager \
|
networkmanager \
|
||||||
modemmanager \
|
modemmanager \
|
||||||
cockpit \
|
|
||||||
board-descriptor \
|
board-descriptor \
|
||||||
sw-update \
|
sw-update \
|
||||||
python-pip \
|
python-pip \
|
||||||
rng-tools \
|
rng-tools \
|
||||||
|
glibc-utils \
|
||||||
|
glibc-gconv \
|
||||||
|
glibc-gconv-utf-16 \
|
||||||
|
glibc-gconv-utf-32 \
|
||||||
${FIRMWARE} \
|
${FIRMWARE} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue