From 38aba82156d7242035e534c74acf9dd1eb0cfea0 Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Wed, 26 Apr 2023 14:06:58 -0500 Subject: Revert "Updated lora recipes to HEAD" This reverts commit f9f17c1f34ec1bbb75bccb3ac84d358acb038d2e. --- .../lora/lora-basic-station-sx1303_2.0.6-16.bb | 73 ---------------------- 1 file changed, 73 deletions(-) delete mode 100644 recipes-connectivity/lora/lora-basic-station-sx1303_2.0.6-16.bb (limited to 'recipes-connectivity/lora/lora-basic-station-sx1303_2.0.6-16.bb') diff --git a/recipes-connectivity/lora/lora-basic-station-sx1303_2.0.6-16.bb b/recipes-connectivity/lora/lora-basic-station-sx1303_2.0.6-16.bb deleted file mode 100644 index 4e48df3..0000000 --- a/recipes-connectivity/lora/lora-basic-station-sx1303_2.0.6-16.bb +++ /dev/null @@ -1,73 +0,0 @@ -DESCRIPTION = "LoRa Basic Station" -HOMEPAGE = "https://github.com/lorabasics/basicstation" -PRIORITY = "optional" -SECTION = "console/utils" -# Semtech license is a modified BSD-style license -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE;md5=26699ffb0048fefa02c871c2485867ee" -DEPENDS = "lora-gateway-sx1303 logrotate lora-logging mbedtls gpsd" -RDEPENDS_${PN} += "bash" -PR = "r4" - -# SRCREV = "9bf824154731cbe78366cbffa1b0c6bd0354b66f" -SRCREV = "${PV}" - -SRC_URI = "git://github.com/MultiTechSystems/basicstation.git;protocol=https;branch=master; \ - file://setup.gmk \ - file://lora-basic-station.init \ - file://lora-basic-station.default \ - file://tc.uri \ - file://mtcap3-station.conf.E00 \ - file://mtcap3-station.conf.U00 \ - file://mtcdt-station.conf.E00 \ - file://mtcdt-station.conf.U00 \ -" - -S = "${WORKDIR}/git" -B = "${S}" - -LORA_DIR = "/opt/lora" - -export LGW_PATH = "${STAGING_LIBDIR}/lora" -export LGW_INC = "${STAGING_INCDIR}/lora" - -CFLAGS += "-isystem =/usr/include/gps -DNODEBUG -I${STAGING_INCDIR} -I${WORKDIR}/git/libtools -I${STAGING_INCDIR}/lora -I${STAGING_INCDIR}/lora/lgw-sx1303 -I${WORKDIR}/git/deps -Iinc -I. -std=gnu11 -L${WORKDIR}/git/libtools -L${STAGING_LIBDIR}/lora/lgw-sx1303/lgw/ -L${STAGING_LIBDIR}/lora" - -do_compile() { - cp ${WORKDIR}/setup.gmk ${S}/setup.gmk - oe_runmake -} - -do_install() { - install -d ${D}${LORA_DIR} - install -m 755 ${S}/build-mlinux-sx1303/bin/station ${D}${LORA_DIR}/station-sx1303 -} - -do_install_append_mtcdt() { - install -d ${D}${LORA_DIR} - install -m 755 ${WORKDIR}/mtcdt-station.conf.E00 ${D}${LORA_DIR}/station-sx1303.conf - install -m 755 ${WORKDIR}/mtcdt-station.conf.E00 ${D}${LORA_DIR}/station-sx1303.conf.E00 - install -m 755 ${WORKDIR}/mtcdt-station.conf.U00 ${D}${LORA_DIR}/station-sx1303.conf.U00 -} - -do_install_append_mtcpmhs() { - install -d ${D}${LORA_DIR} - install -m 755 ${WORKDIR}/mtcdt-station.conf.E00 ${D}${LORA_DIR}/station-sx1303.conf - install -m 755 ${WORKDIR}/mtcdt-station.conf.E00 ${D}${LORA_DIR}/station-sx1303.conf.E00 - install -m 755 ${WORKDIR}/mtcdt-station.conf.U00 ${D}${LORA_DIR}/station-sx1303.conf.U00 -} - -do_install_append_mtcap3() { - install -d ${D}${LORA_DIR} - install -m 755 ${WORKDIR}/mtcap3-station.conf.E00 ${D}${LORA_DIR}/station-sx1303.conf - install -m 755 ${WORKDIR}/mtcap3-station.conf.E00 ${D}${LORA_DIR}/station-sx1303.conf.E00 - install -m 755 ${WORKDIR}/mtcap3-station.conf.U00 ${D}${LORA_DIR}/station-sx1303.conf.U00 -} - - -FILES_${PN} += "${LORA_DIR}" - -# disable this on purpose for dev purposes -do_rm_work() { - echo "skipping" -} -- cgit v1.2.3