summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Reiss <jreiss@multitech.com>2018-01-12 09:06:47 -0600
committerJason Reiss <jreiss@multitech.com>2018-01-12 09:06:47 -0600
commit0490b1845f6258ea6e782585260b27447ed92b99 (patch)
treef22a8422ed8ec6a5588579a37622d82b585fd1d8
parent1d1e4760b32a9c156eced73077138359c64ef042 (diff)
downloadmeta-mlinux-0490b1845f6258ea6e782585260b27447ed92b99.tar.gz
meta-mlinux-0490b1845f6258ea6e782585260b27447ed92b99.tar.bz2
meta-mlinux-0490b1845f6258ea6e782585260b27447ed92b99.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 \