diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2018-09-26 15:57:59 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2018-09-26 15:57:59 -0500 |
commit | 5089c2fdb3d140d7e0e54448e23a7a5bc87ac7a6 (patch) | |
tree | 4502f15d5424744f3b6c20fce526434337860b48 /recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | |
parent | 69c6cea78cb5f4e17b08720ffab5ee026c5ed9ca (diff) | |
download | meta-mlinux-5089c2fdb3d140d7e0e54448e23a7a5bc87ac7a6.tar.gz meta-mlinux-5089c2fdb3d140d7e0e54448e23a7a5bc87ac7a6.tar.bz2 meta-mlinux-5089c2fdb3d140d7e0e54448e23a7a5bc87ac7a6.zip |
Added GPSD integration to the lora packet forwarder and gateway
Diffstat (limited to 'recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb')
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb index f7dbbdf..7fe7f95 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_4.0.1.bb @@ -35,6 +35,7 @@ SRC_URI = "git://github.com/Lora-net/packet_forwarder.git;protocol=git \ file://local_conf.json \ file://lora-packet-forwarder-add-spi-dev-path.patch \ file://lora-packet-forwarder-remove-jit-power-check.patch \ + file://lora-packet-forwarder-gpsd.patch \ " |