diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2022-08-04 15:40:15 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2022-08-04 15:40:15 -0500 |
commit | accc74c6f8764efcaca608b8b2fc557c355c7b04 (patch) | |
tree | 9fbc9da6bbd81f914301ca1a63ea1c02f5625464 /recipes-connectivity/lora | |
parent | a7caa5eac52611cdc606bd8faeb70a8d5408ae60 (diff) | |
download | meta-mlinux-accc74c6f8764efcaca608b8b2fc557c355c7b04.tar.gz meta-mlinux-accc74c6f8764efcaca608b8b2fc557c355c7b04.tar.bz2 meta-mlinux-accc74c6f8764efcaca608b8b2fc557c355c7b04.zip |
Updated lora gateway sx1303 tag
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-sx1303_2.0.30.bb (renamed from recipes-connectivity/lora/lora-gateway-sx1303_2.0.27.bb) | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.27.bb b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.30.bb index 3193c0b..68a6322 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.27.bb +++ b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.30.bb @@ -8,8 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=d2119120bd616e725f4580070bd9ee19" DEPENDS = "logrotate gpsd" RDEPENDS_${PN} += "bash" -PR = "r6" +PR = "r9" +#SRCREV = "06531662f3ef73a0e9878ed5313451d8a6cafbc5" SRCREV = "V${PV}" SRC_URI = "git://github.com/MultiTechSystems/sx1302_hal.git;protocol=https;branch=master \ @@ -20,7 +21,7 @@ SRC_URI = "git://github.com/MultiTechSystems/sx1302_hal.git;protocol=https;branc file://global_conf.json.MTCAP3.US915 \ " -SRC_URI[sha256sum] = "6499b73e97cb3e97fcfc02f4ebeee78cf273ccfec7f2221e2b1b9d1f02e7d408" +SRC_URI[sha256sum] = "dbfebdee1292e891d32bca52a9ef78b350557383d4d86c96c198e182249aa30f" S = "${WORKDIR}/git" @@ -36,7 +37,7 @@ do_compile() { oe_runmake util_boot LDFLAGS=${LDFLAGS} oe_runmake util_chip_id FLAGS=${LDFLAGS} oe_runmake util_net_downlink LDFLAGS=${LDFLAGS} - # oe_runmake util_spectral_scan LDFLAGS=${LDFLAGS} + oe_runmake util_spectral_scan LDFLAGS=${LDFLAGS} } do_install() { @@ -57,7 +58,7 @@ do_install() { install -m 755 util_boot/boot ${D}${LORA_DIR}/forwarder-utils-sx1303/util_boot install -m 755 util_chip_id/chip_id ${D}${LORA_DIR}/forwarder-utils-sx1303/util_chip_id install -m 755 util_net_downlink/net_downlink ${D}${LORA_DIR}/forwarder-utils-sx1303/util_net_downlink - # install -m 755 util_spectral_scan/util_spectral_scan ${D}${LORA_DIR}/forwarder-utils-sx1303/ + install -m 755 util_spectral_scan/spectral_scan ${D}${LORA_DIR}/forwarder-utils-sx1303/ } do_install_append_mtcdt() { @@ -68,18 +69,12 @@ do_install_append_mtcdt() { do_install_append_mtcap() { } - do_install_append_mtcap3() { install -m 755 ${WORKDIR}/global_conf.json.MTCAP3.EU868 ${D}${LORA_DIR}/ install -m 755 ${WORKDIR}/global_conf.json.MTCAP3.US915 ${D}${LORA_DIR}/ } -do_install_append_mtcdt3() { - install -m 755 ${WORKDIR}/global_conf.json.MTAC_003_0_0.EU868 ${D}${LORA_DIR}/ - install -m 755 ${WORKDIR}/global_conf.json.MTAC_003_0_0.US915 ${D}${LORA_DIR}/ -} - -do_install_append_mtcdt3hs() { +do_install_append_mtcpmhs() { install -m 755 ${WORKDIR}/global_conf.json.MTAC_003_0_0.EU868 ${D}${LORA_DIR}/ install -m 755 ${WORKDIR}/global_conf.json.MTAC_003_0_0.US915 ${D}${LORA_DIR}/ } |