diff options
author | John Klug <john.klug@multitech.com> | 2016-10-21 15:08:23 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-10-21 15:08:23 -0500 |
commit | 2557c57f92b60c3a3fe95a5772dc979995f1d14a (patch) | |
tree | d5d04ad1adb043caca032d260f68fdb4dfc8daf6 /recipes-core | |
parent | 90586e6a93a46255b31ff6b8cd46423b2d9a73d1 (diff) | |
download | meta-mlinux-2557c57f92b60c3a3fe95a5772dc979995f1d14a.tar.gz meta-mlinux-2557c57f92b60c3a3fe95a5772dc979995f1d14a.tar.bz2 meta-mlinux-2557c57f92b60c3a3fe95a5772dc979995f1d14a.zip |
lora-gateway and lora-gateway-usb conflict on sysroots loragw_hal.h
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 9cf9b06..6cc7197 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -20,7 +20,7 @@ IMAGE_INSTALL += "autossh" IMAGE_INSTALL += "monit" # LoRa support (MTAC-LORA accessory card) -IMAGE_INSTALL += "lora-gateway-utils lora-gateway-usb-utils lora-network-server lora-query lora-packet-forwarder-usb" +IMAGE_INSTALL += "lora-gateway-utils lora-network-server lora-query" # MQTT server IMAGE_INSTALL += "mosquitto mosquitto-clients" |