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