blob: 48009aed3c4ed05e21690c976dea1132c99bf532 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "mLinux Conduit Access Point debug image"
require mlinux-mtcap-image.bb
# Extra stuff to install
IMAGE_INSTALL += "lora-network-server-mtcap \
lora-gateway-utils \
lora-query \
mosquitto mosquitto-clients \
nodejs \
nodejs-npm \
"
|