summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2015-05-22 14:47:52 -0500
committerJesse Gilles <jgilles@multitech.com>2015-05-22 14:47:52 -0500
commit81363ec441d5eb26db2e498be9a001b7db154335 (patch)
tree0c39aa0af384a85f168584f5ec6d7e6d27fcc6a1 /recipes-core
parentbfd5846c53d528c16a875f5b2469e1d29381763e (diff)
downloadmeta-mlinux-atmel-81363ec441d5eb26db2e498be9a001b7db154335.tar.gz
meta-mlinux-atmel-81363ec441d5eb26db2e498be9a001b7db154335.tar.bz2
meta-mlinux-atmel-81363ec441d5eb26db2e498be9a001b7db154335.zip
mlinux-factory-image: add LoRa support packages
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/mlinux-factory-image.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb
index 8730a6b..128b148 100644
--- a/recipes-core/images/mlinux-factory-image.bb
+++ b/recipes-core/images/mlinux-factory-image.bb
@@ -19,6 +19,9 @@ IMAGE_INSTALL += "autossh"
# Monit system/process monitor
IMAGE_INSTALL += "monit"
+# LoRa support (MTAC-LORA accessory card)
+IMAGE_INSTALL += "lora-network-server lora-query"
+
# MQTT server
IMAGE_INSTALL += "mosquitto mosquitto-clients"