summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2015-07-16 16:51:38 -0500
committerJason Reiss <jreiss@multitech.com>2015-07-16 16:51:38 -0500
commit491c5a5896d082653e9b2f54cd8ce463e2f51814 (patch)
treedc608d572ec6c3c422c0def99e4b89ec5ebbe7ba /recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb
parent974eb67a7552eac9389edfda32683031bb639df3 (diff)
downloadmeta-mlinux-491c5a5896d082653e9b2f54cd8ce463e2f51814.tar.gz
meta-mlinux-491c5a5896d082653e9b2f54cd8ce463e2f51814.tar.bz2
meta-mlinux-491c5a5896d082653e9b2f54cd8ce463e2f51814.zip
lora: patch gateway and basic packet forwarder to allow config of sync word
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb')
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb b/recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb
index 56fdbe6..f7bd52e 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb
+++ b/recipes-connectivity/lora/lora-packet-forwarder_1.4.1.bb
@@ -6,16 +6,18 @@ SECTION = "console/utils"
LICENSE = "SEMTECH"
LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45"
DEPENDS = "lora-gateway"
-PR = "r7"
+PR = "r8"
# tag v1.4.1
SRCREV = "0011a60759a7d81656a5393e97089daab1ff1a81"
SRC_URI = "git://github.com/Lora-net/packet_forwarder.git;protocol=git \
+ file://lora-packet-forwarder-add-no-header-option.patch \
file://lora-packet-forwarder-set-spi-path.patch \
file://lora-packet-forwarder-skip-bad-packets.patch \
file://lora-packet-forwarder-fixb64.patch \
file://lora-packet-forwarder-mts-enhancements.patch \
+ file://lora-packet-forwarder-synch-word.patch \
"
S = "${WORKDIR}/git"