diff options
author | Jason Reiss <jreiss@multitech.com> | 2016-11-04 08:29:07 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-08 15:34:05 -0600 |
commit | 5964212dc0249408e2cf944f17b489fe814bd52f (patch) | |
tree | c7d064b5c223623b7b92d8adf1b58b354bdb89c9 /recipes-connectivity/lora/lora-gateway_4.0.1.bb | |
parent | e3376e7c8bb110735b9fbdf0325f75dcaeaa7b36 (diff) | |
download | meta-mlinux-5964212dc0249408e2cf944f17b489fe814bd52f.tar.gz meta-mlinux-5964212dc0249408e2cf944f17b489fe814bd52f.tar.bz2 meta-mlinux-5964212dc0249408e2cf944f17b489fe814bd52f.zip |
lora-gateway: add patch for util_tx_continuous to use clksrc 0
Diffstat (limited to 'recipes-connectivity/lora/lora-gateway_4.0.1.bb')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_4.0.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_4.0.1.bb b/recipes-connectivity/lora/lora-gateway_4.0.1.bb index 9f1fa07..ce6dd89 100644 --- a/recipes-connectivity/lora/lora-gateway_4.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_4.0.1.bb @@ -6,13 +6,14 @@ SECTION = "console/utils" LICENSE = "SEMTECH" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" DEPENDS = "" -PR = "r5" +PR = "r6" 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 \ + file://lora-gateway-change-util-tx-continuous-clksrc.patch \ " SRC_URI[md5sum] = "9e06a3733a9fea39a3d61f77b412badf" |