diff options
author | Jason Reiss <jreiss@multitech.com> | 2018-07-18 11:04:45 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2018-07-18 11:04:45 -0500 |
commit | 3a994b35b6a9e794eca6551b7d18b5deec634743 (patch) | |
tree | 9bb45466e24ac66759ea1e3d026c1c8d2452a7f1 /recipes-connectivity | |
parent | 471f7c7dedc70a4356c206b20f68a36b96d1b2f2 (diff) | |
download | meta-mlinux-3a994b35b6a9e794eca6551b7d18b5deec634743.tar.gz meta-mlinux-3a994b35b6a9e794eca6551b7d18b5deec634743.tar.bz2 meta-mlinux-3a994b35b6a9e794eca6551b7d18b5deec634743.zip |
lora: update to latest geolocation build
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb | 8 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb b/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb index 3eb9ddc..6bd8110 100644 --- a/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb +++ b/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb @@ -6,9 +6,9 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://mlinux4/LICENSE.TXT;md5=86776875df1423114abfcec938f3e565" DEPENDS = "" # Source revision -PSR = "r1" +PSR = "r2" # Recipe revision -PR = "r4" +PR = "r5" SRCREV = "v${PV}" SRC_URI = "http://multitech.net/downloads/lora-packet-forwarder-geolocation_arm926ejste_${PV}-${PSR}.tar.gz \ @@ -16,8 +16,8 @@ SRC_URI = "http://multitech.net/downloads/lora-packet-forwarder-geolocation_arm9 file://config_64ch.json \ " -SRC_URI[md5sum] = "ee5b1f030d513e59248c4146d5629a18" -SRC_URI[sha256sum] = "a2154e9e79f713fef8ec6db7477c4df16aaae4537cccd65489bd28f75197ec5a" +SRC_URI[md5sum] = "0b9b49db3cebfa25200911dde1f17d4c" +SRC_URI[sha256sum] = "e57c1b05ffdea8b3f26841424f010c0e30b7feaec1c5dd692548f0837052c6af" S = "${WORKDIR}" diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb b/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb index 8feb421..cf16007 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://mlinux4/LICENSE.TXT;md5=86776875df1423114abfcec938f3e DEPENDS ?= "lora-gateway-geolocation logrotate lora-logging" RDEPENDS_${PN} += "bash" # Source revision -PSR = "r1" +PSR = "r2" # Recipe revision -PR = "r3" +PR = "r4" SRCREV = "v${PV}" @@ -26,8 +26,8 @@ SRC_URI = "http://multitech.net/downloads/lora-packet-forwarder-geolocation_arm9 file://global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_64x1_EU868 \ file://global_conf.json.MTAC_LORA_2_1_test_single_antenna_64ch_8x8_EU868 \ " -SRC_URI[md5sum] = "51fd0ff31eaeb13edcac33f26d47a2b2" -SRC_URI[sha256sum] = "71dfca7004401705cefc32048f4c4ebac7c5a54874c7bdd9fa73ce2c6f823bb5" +SRC_URI[md5sum] = "0b9b49db3cebfa25200911dde1f17d4c" +SRC_URI[sha256sum] = "e57c1b05ffdea8b3f26841424f010c0e30b7feaec1c5dd692548f0837052c6af" S = "${WORKDIR}" B = "${S}" |