diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-05-21 14:17:26 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | b7327e3f9d882b03eaacbb7559f3bbc64ad45a1c (patch) | |
tree | 92b4d2d089fff86d12dbfc4aea0fc42faf64273c /recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb | |
parent | 9335d17597e9e2b7bec8b30666b2df52ecee1439 (diff) | |
download | meta-mlinux-b7327e3f9d882b03eaacbb7559f3bbc64ad45a1c.tar.gz meta-mlinux-b7327e3f9d882b03eaacbb7559f3bbc64ad45a1c.tar.bz2 meta-mlinux-b7327e3f9d882b03eaacbb7559f3bbc64ad45a1c.zip |
lora: update packet forwarders with increased JIT peek ahead time 60ms for v1.5 and 90ms for v2.1, add additional escapes from spec scan loops
Diffstat (limited to 'recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb | 8 |
1 files changed, 4 insertions, 4 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 424ea43..403670a 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 = "r3" +PSR = "r4" # Recipe revision -PR = "r5" +PR = "r6" 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] = "70cce8e2c7a790d68aebe66e93302ee6" -SRC_URI[sha256sum] = "6e09e265bb22a5370bbfb8e80b9aac5e1b7bd2b5f867e55eddea6cb2685a72b4" +SRC_URI[md5sum] = "542f02198a3258ca2ad4e549524e3ddc" +SRC_URI[sha256sum] = "8176f5f55f96b7a72946cfb51743a8ea4f88a4033e54009e7bcf8f03077d248e" S = "${WORKDIR}" |