From 70584a06a912ef0a9e9d75cd2189072442a7b170 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Thu, 4 Mar 2021 15:08:37 -0600 Subject: lora: add sx1303 global_conf.json examples --- recipes-connectivity/lora/lora-gateway-sx1303_2.0.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3