images: split images in several images

Remove cockpit from normal image, add lora image, add node-red image
This commit is contained in:
Stefan Eichenberger 2016-11-10 19:25:29 +01:00
parent a6b03cb0d2
commit c11e894a02
5 changed files with 35 additions and 3 deletions

View File

@ -0,0 +1,8 @@
require nmrouter-image.bb
SUMMARY = "nmrouter image that includes cockpit"
IMAGE_INSTALL_append = " \
cockpit \
"

View File

@ -31,5 +31,7 @@ IMAGE_INSTALL_append = " \
lrzsz \
${BENCH_TOOLS} \
${EASY_EDITOR} \
python3 \
python3-misc \
"

View File

@ -0,0 +1,6 @@
require nmrouter-image.bb
IMAGE_INSTALL_append = " \
lora-gateway-utils \
lora-packet-forwarder \
"

View File

@ -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 \
"

View File

@ -11,8 +11,6 @@ IMAGE_FEATURES_append = " \
ssh-server-openssh \
"
PREFERED_VERSION-pn_nodejs = "4.4.5"
FIRMWARE ?= "linux-firmware"
FIRMWARE_am335x-nbhw16 = " \
linux-firmware-ath6k \
@ -39,11 +37,14 @@ IMAGE_INSTALL_append = " \
python-subprocess \
networkmanager \
modemmanager \
cockpit \
board-descriptor \
sw-update \
python-pip \
rng-tools \
glibc-utils \
glibc-gconv \
glibc-gconv-utf-16 \
glibc-gconv-utf-32 \
${FIRMWARE} \
"