summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-11-14 14:35:47 -0600
committerBrandon Bayer <bbayer@multitech.com>2016-11-14 14:36:15 -0600
commit144a5a0af8b65e1e23266e849bbb0f2788f263a3 (patch)
tree433e848e4e1a9c677f191c123009f355275283aa /recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb
parent14287ad7ab86c5141decfcb93405427be61caae0 (diff)
downloadmeta-mlinux-144a5a0af8b65e1e23266e849bbb0f2788f263a3.tar.gz
meta-mlinux-144a5a0af8b65e1e23266e849bbb0f2788f263a3.tar.bz2
meta-mlinux-144a5a0af8b65e1e23266e849bbb0f2788f263a3.zip
mtcap:feat: add calibrated global_conf.json
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb')
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb b/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb
index 07ba4a8..4e52cd0 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb
+++ b/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb
@@ -6,7 +6,7 @@ SECTION = "console/utils"
LICENSE = "SEMTECH"
LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45"
DEPENDS = "lora-gateway"
-PR = "r5"
+PR = "r6"
SRCREV = "v${PV}"
@@ -50,6 +50,8 @@ do_install() {
}
do_install_append_mtcap() {
+ install -m 755 ${WORKDIR}/global_conf.json.3.0.0.MTCAP-LORA-1-5.EU868.basic ${D}${LORA_DIR}/global_conf.json
+
install -d ${D}${sysconfdir}/default
install -m 0644 ${WORKDIR}/lora-packet-forwarder.default ${D}${sysconfdir}/default/lora-packet-forwarder
install -d ${D}${sysconfdir}/init.d