blob: ce20bdc9844004b0a4e55847369a755b5b312e5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 \
"
|