summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2018-01-12 09:07:47 -0600
committerJason Reiss <jreiss@multitech.com>2018-01-12 09:07:47 -0600
commitb2b4bb88729f0c7d66ecfff345690efefe4db6ff (patch)
treee15b5cca0bf3350d2e89f753c3de97866a05fe8e
parent1f96fde1e2003eacef6c04c80ce29f6b41b5de4c (diff)
downloadmeta-mlinux-b2b4bb88729f0c7d66ecfff345690efefe4db6ff.tar.gz
meta-mlinux-b2b4bb88729f0c7d66ecfff345690efefe4db6ff.tar.bz2
meta-mlinux-b2b4bb88729f0c7d66ecfff345690efefe4db6ff.zip
lora: remove packet forwarder patch to continue after receiving invalid fields in the packet from the gateway card, invalid fields is an error state and the process should be aborted and restarted to reinitialize the card
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb
index bfa21ff..c087d38 100644
--- a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb
+++ b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb
@@ -6,7 +6,7 @@ SECTION = "console/utils"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://LICENSE;md5=22af7693d7b76ef0fc76161c4be76c45"
DEPENDS = "lora-gateway-usb"
-PR = "r10"
+PR = "r11"
EXTRA_OEMAKE = " -e"
@@ -16,7 +16,6 @@ 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 \