diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-10-18 15:44:39 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-10-18 15:44:39 -0500 |
commit | c0c3d4e1eac3943988e71e6fe8606be2c73ccb1d (patch) | |
tree | 6133f17139bc144baca7605f10cb901f675cefe5 /recipes-connectivity/lora | |
parent | 6c417ea958b809e26c2287a8707597b48f003aae (diff) | |
download | meta-mlinux-c0c3d4e1eac3943988e71e6fe8606be2c73ccb1d.tar.gz meta-mlinux-c0c3d4e1eac3943988e71e6fe8606be2c73ccb1d.tar.bz2 meta-mlinux-c0c3d4e1eac3943988e71e6fe8606be2c73ccb1d.zip |
feat: use global_conf.json for 1.5 ref design w/ packet-forwarder 3.0.0
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb | 9 |
1 files changed, 3 insertions, 6 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 fda1535..7423ff8 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 = "r3" +PR = "r4" SRCREV = "v${PV}" @@ -14,8 +14,7 @@ SRC_URI = "git://github.com/Lora-net/packet_forwarder.git;protocol=git \ file://README.md \ file://lora-packet-forwarder.init \ file://lora-packet-forwarder.default \ - file://global_conf.json.3.0.0.PCB_E286.EU868.basic.clksrc0 \ - file://global_conf.json.3.0.0.PCB_E286.EU868.basic.clksrc1 \ + file://global_conf.json.3.0.0.PCB_E336.EU868.basic.clksrc0 \ file://local_conf.json \ " @@ -35,7 +34,7 @@ do_compile() { do_install() { install -d ${D}${LORA_DIR} install -m 755 lora_pkt_fwd/lora_pkt_fwd ${D}${LORA_DIR}/ - install -m 755 ${WORKDIR}/global_conf.json.3.0.0.PCB_E286.EU868.basic.clksrc0 ${D}${LORA_DIR}/global_conf.json + install -m 755 ${WORKDIR}/global_conf.json.3.0.0.PCB_E336.EU868.basic.clksrc0 ${D}${LORA_DIR}/global_conf.json install -m 755 ${WORKDIR}/local_conf.json ${D}${LORA_DIR}/ install -m 755 util_sink/util_sink ${D}${LORA_DIR}/ @@ -45,8 +44,6 @@ do_install() { } do_install_append_mtp() { - install -m 755 ${WORKDIR}/global_conf.json.3.0.0.PCB_E286.EU868.basic.clksrc0 ${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 |