diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-09-25 10:43:51 -0500 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-20 19:50:21 +0300 |
commit | fe3047981a6d9630781db0c483f1bf771f4fa052 (patch) | |
tree | 50b2276c8f1bcc82076ef3479ed747a0379a7e87 /recipes-core | |
parent | 5a579996324b2846e3e8186fb7e363ad60e660f0 (diff) | |
download | meta-mlinux-fe3047981a6d9630781db0c483f1bf771f4fa052.tar.gz meta-mlinux-fe3047981a6d9630781db0c483f1bf771f4fa052.tar.bz2 meta-mlinux-fe3047981a6d9630781db0c483f1bf771f4fa052.zip |
lora: update gw and pkf recipes, remove geolocation packets for devices other than mtcdt
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 77a48ed..65c1f1f 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -26,7 +26,8 @@ IMAGE_INSTALL_append= " autossh" IMAGE_INSTALL_append = " monit" # LoRa support (MTAC-LORA accessory card) -IMAGE_INSTALL_append = " lora-gateway-utils lora-query lora-network-server lora-packet-forwarder-usb lora-gateway-geolocation-utils lora-packet-forwarder-geolocation" +IMAGE_INSTALL_append = " lora-gateway-utils lora-query lora-network-server lora-packet-forwarder-usb" +IMAGE_INSTALL_mtcdt_append = " lora-gateway-geolocation-utils lora-packet-forwarder-geolocation" IMAGE_INSTALL_mtbsp-at91_append = " mtac-xdot-util" # MQTT server |