blob: 13a35187d9b5871b8c61cc17b3a8f7798558163f (
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_append = " lora-network-server-mtcap \
lora-gateway-utils \
lora-query \
mosquitto mosquitto-clients \
nodejs \
nodejs-npm \
"
|