diff options
author | Jason Reiss <jreiss@multitech.com> | 2016-10-14 10:05:23 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2016-10-14 10:05:23 -0500 |
commit | 5ebcefe167c398e98567bb4c05d7e9fb5bcbcfe7 (patch) | |
tree | 8cc4ae39c1ccf1bfac3c09397687e0808bbcba0b /recipes-connectivity/lora/lora-gateway_4.0.1.bb | |
parent | e84694799fe3301529c1b2b5661233af8a02f94c (diff) | |
download | meta-mlinux-atmel-5ebcefe167c398e98567bb4c05d7e9fb5bcbcfe7.tar.gz meta-mlinux-atmel-5ebcefe167c398e98567bb4c05d7e9fb5bcbcfe7.tar.bz2 meta-mlinux-atmel-5ebcefe167c398e98567bb4c05d7e9fb5bcbcfe7.zip |
lora: move old usb packet forwarder and library utilities to new recipes
add spi device path option to packet forwarder and library
Diffstat (limited to 'recipes-connectivity/lora/lora-gateway_4.0.1.bb')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_4.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_4.0.1.bb b/recipes-connectivity/lora/lora-gateway_4.0.1.bb index 4c91642..b2c52cf 100644 --- a/recipes-connectivity/lora/lora-gateway_4.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_4.0.1.bb @@ -12,6 +12,7 @@ SRCREV = "v${PV}" SRC_URI = "git://github.com/Lora-net/lora_gateway.git;protocol=git \ file://lora-gateway-add-fpga-version-28.patch \ file://library_4.0.cfg \ + file://lora-gateway-add-spi-path-function.patch \ " SRC_URI[md5sum] = "9e06a3733a9fea39a3d61f77b412badf" |