summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2021-03-04 15:08:37 -0600
committerJohn Klug <john.klug@multitech.com>2021-06-22 09:29:50 -0500
commit70584a06a912ef0a9e9d75cd2189072442a7b170 (patch)
tree5f69cce67b2fb26e4372624b17460cc27ff7daeb
parent0393c39f00ae5339f7bdb1445e5320ab2f7b645a (diff)
downloadmeta-mlinux-70584a06a912ef0a9e9d75cd2189072442a7b170.tar.gz
meta-mlinux-70584a06a912ef0a9e9d75cd2189072442a7b170.tar.bz2
meta-mlinux-70584a06a912ef0a9e9d75cd2189072442a7b170.zip
lora: add sx1303 global_conf.json examples
-rw-r--r--recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb
index ca22751..82c37f8 100644
--- a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb
+++ b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb
@@ -7,7 +7,7 @@ LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=d2119120bd616e725f4580070bd9ee19"
DEPENDS = "logrotate"
RDEPENDS_${PN} += "bash"
-PR = "r0"
+PR = "r1"
# SRCREV = "100104ee350a0e469b348ac383486d311caaf5e5"
SRCREV = "V${PV}"
@@ -39,6 +39,8 @@ do_install() {
install -d ${D}${LORA_DIR}/gateway-utils-sx1303
install -m 755 ${WORKDIR}/reset_lgw.sh ${D}${LORA_DIR}/
install -m 755 packet_forwarder/lora_pkt_fwd ${D}${LORA_DIR}/lora_pkt_fwd_sx1303
+ install -m 644 packet_forwarder/global_conf.json.sx1250.US915 ${D}${LORA_DIR}/
+ install -m 644 packet_forwarder/global_conf.json.sx1250.EU868 ${D}${LORA_DIR}/
install -m 755 libloragw/test_loragw* ${D}${LORA_DIR}/gateway-utils-sx1303/
install -m 755 util_boot/boot ${D}${LORA_DIR}/forwarder-utils-sx1303/util_boot
install -m 755 util_chip_id/chip_id ${D}${LORA_DIR}/forwarder-utils-sx1303/util_chip_id