diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-09-20 15:49:31 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-09-21 15:35:57 -0500 |
commit | 1f9838bdb32ece8d45dc19778faa459d67192d79 (patch) | |
tree | c0ed5d94a923540941761320a5b63800b5b24c88 /recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb | |
parent | cf514cafcd5bf1cb26d926df42a87ce5b8fb7c8d (diff) | |
download | meta-mlinux-1f9838bdb32ece8d45dc19778faa459d67192d79.tar.gz meta-mlinux-1f9838bdb32ece8d45dc19778faa459d67192d79.tar.bz2 meta-mlinux-1f9838bdb32ece8d45dc19778faa459d67192d79.zip |
mtp:feat: add mlinux-picocell-debug-image with lora network server
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.bb | 4 |
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 ba5aa40..acb1f74 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb @@ -6,12 +6,13 @@ SECTION = "console/utils" LICENSE = "SEMTECH" LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45" DEPENDS = "lora-gateway" -PR = "r0" +PR = "r1" SRCREV = "v${PV}" SRC_URI = "git://github.com/Lora-net/packet_forwarder.git;protocol=git \ file://README.md \ + file://local_conf.json \ " S = "${WORKDIR}/git" @@ -31,6 +32,7 @@ do_install() { install -d ${D}${LORA_DIR} install -m 755 lora_pkt_fwd/lora_pkt_fwd ${D}${LORA_DIR}/ install -m 755 lora_pkt_fwd/cfg/global_conf.json.PCB_E336.EU868.basic ${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}/ install -m 755 util_ack/util_ack ${D}${LORA_DIR}/ |