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 | |
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
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 6 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 4 | ||||
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 3 |
3 files changed, 6 insertions, 7 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb index 432c9a8..ac3c276 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -7,16 +7,14 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" DEPENDS = "libgps24" RDEPENDS_${PN} = "libgps24" -PR = "r14" -SRCREV = "660f8ec6a84315a75327458934d01276dd9d5ab9" +PR = "r20" +SRCREV = "6de119daaed517a0916ef889505bc6ccdaa372be" SRC_URI = "git://git@gitlab.multitech.net/lora_enterprise/lora_gateway_mtac_full.git;protocol=ssh;branch=master \ file://library_4.0.cfg \ file://ln-lora-spi-dev.sh \ " -SRC_URI[md5sum] = "9e06a3733a9fea39a3d61f77b412badf" -SRC_URI[sha256sum] = "28fbfe098013908794b32e51d1fed4427f20dd6c8adbbca78df2e1800f5c84dc" S = "${WORKDIR}/git" diff --git a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb index 3a5daf5..d57b913 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb @@ -7,9 +7,9 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45" DEPENDS = "lora-gateway logrotate lora-logging gpsd" RDEPENDS_${PN} += "bash" -PR = "r21" +PR = "r22" -SRCREV = "86d30c1f498543a18a585fd726931131a6853af7" +SRCREV = "e6960db410f52ccadd3d70d3411c1f512f21ff78" SRC_URI = "git://git@gitlab.multitech.net/lora_enterprise/packet_forwarder_mtac_full.git;protocol=ssh;branch=master \ file://README.md \ 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 |