diff options
author | Jason Reiss <jreiss@multitech.com> | 2018-07-18 10:21:21 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2018-07-18 10:21:21 -0500 |
commit | 471f7c7dedc70a4356c206b20f68a36b96d1b2f2 (patch) | |
tree | 34402fb3d3e23280dcd30a7291161af219d969aa /recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb | |
parent | 1bf218bf284540382831eaf4e347e5e8e72cfbca (diff) | |
download | meta-mlinux-471f7c7dedc70a4356c206b20f68a36b96d1b2f2.tar.gz meta-mlinux-471f7c7dedc70a4356c206b20f68a36b96d1b2f2.tar.bz2 meta-mlinux-471f7c7dedc70a4356c206b20f68a36b96d1b2f2.zip |
lora: add r1 to pkt fwd geo recipe
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb')
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 dd9425a..8feb421 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 @@ -13,7 +13,7 @@ PR = "r3" SRCREV = "v${PV}" -SRC_URI = "http://multitech.net/downloads/lora-packet-forwarder-geolocation_arm926ejste_${PV}.tar.gz \ +SRC_URI = "http://multitech.net/downloads/lora-packet-forwarder-geolocation_arm926ejste_${PV}-${PSR}.tar.gz \ file://global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_EU868 \ file://global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_JP920 \ file://global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_partial_diversity_EU868 \ @@ -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] = "ee5b1f030d513e59248c4146d5629a18" -SRC_URI[sha256sum] = "a2154e9e79f713fef8ec6db7477c4df16aaae4537cccd65489bd28f75197ec5a" +SRC_URI[md5sum] = "51fd0ff31eaeb13edcac33f26d47a2b2" +SRC_URI[sha256sum] = "71dfca7004401705cefc32048f4c4ebac7c5a54874c7bdd9fa73ce2c6f823bb5" S = "${WORKDIR}" B = "${S}" |