summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-09-09 14:47:07 -0500
committerBrandon Bayer <bbayer@multitech.com>2016-09-13 10:11:57 -0500
commit22715646980f87f5ab5f70e2522525efa2f5f817 (patch)
tree844bf03d92284205f09f105e905d3c491962745f /recipes-core
parent94a186c4260f71bd15127fb3a2388239fd1cfca4 (diff)
downloadmeta-mlinux-atmel-22715646980f87f5ab5f70e2522525efa2f5f817.tar.gz
meta-mlinux-atmel-22715646980f87f5ab5f70e2522525efa2f5f817.tar.bz2
meta-mlinux-atmel-22715646980f87f5ab5f70e2522525efa2f5f817.zip
picocell:feat: add recipe for semtech lora-gateway 4.0.1
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/mlinux-picocell-image.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-picocell-image.bb b/recipes-core/images/mlinux-picocell-image.bb
index 09e0fd6..85855c0 100644
--- a/recipes-core/images/mlinux-picocell-image.bb
+++ b/recipes-core/images/mlinux-picocell-image.bb
@@ -3,5 +3,9 @@ require mlinux-base-image.bb
# Multi-Tech SMS Utility (see http://git.multitech.net)
IMAGE_INSTALL += "sms-utils"
+# LoRa
+IMAGE_INSTALL += "lora-gateway-utils \
+ lora-gateway-utils-dbg"
+
# MQTT server
IMAGE_INSTALL += "mosquitto mosquitto-clients"