blob: 9ae7ea75c2cf87974d2c2e5bfe24c9f25ea5d389 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "mLinux PicoCell debug image"
require mlinux-picocell-image.bb
# Extra stuff to install
IMAGE_INSTALL += "lora-network-server-mtp \
lora-gateway-utils \
lora-query \
mosquitto mosquitto-clients"
|