summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-11-12 14:09:52 -0600
committerJohn Klug <john.klug@multitech.com>2021-12-29 08:07:46 -0600
commit503b9b71b8a1c81de6c7817a5d8628b514cbafdb (patch)
tree7e8f14358ea2ff593bc2b325365b7627ed76f547
parentede46f99df89376b19f874e04cabe37694f62d49 (diff)
downloadmeta-multitech-503b9b71b8a1c81de6c7817a5d8628b514cbafdb.tar.gz
meta-multitech-503b9b71b8a1c81de6c7817a5d8628b514cbafdb.tar.bz2
meta-multitech-503b9b71b8a1c81de6c7817a5d8628b514cbafdb.zip
Use git.multitech.net for repositories
-rw-r--r--recipes-bsp/multitech/mt-dt-overlay_1.1.0 (renamed from recipes-bsp/multitech/mt-dt-overlay_1.0.4.bb)5
-rw-r--r--recipes-bsp/multitech/mtac-gpiob_1.3.0.bb (renamed from recipes-bsp/multitech/mtac-gpiob_1.1.2.bb)9
-rw-r--r--recipes-bsp/multitech/mtac-mfser_1.2.0.bb (renamed from recipes-bsp/multitech/mtac-mfser_1.1.1.bb)6
-rw-r--r--recipes-bsp/multitech/mtac_4.1.0.bb (renamed from recipes-bsp/multitech/mtac_4.0.7.bb)9
-rw-r--r--recipes-bsp/multitech/mts-io.inc7
-rw-r--r--recipes-bsp/multitech/mts-io_4.8.0.bb (renamed from recipes-bsp/multitech/mts-io_4.7.2.bb)0
6 files changed, 11 insertions, 25 deletions
diff --git a/recipes-bsp/multitech/mt-dt-overlay_1.0.4.bb b/recipes-bsp/multitech/mt-dt-overlay_1.1.0
index a023a4e..313aef3 100644
--- a/recipes-bsp/multitech/mt-dt-overlay_1.0.4.bb
+++ b/recipes-bsp/multitech/mt-dt-overlay_1.1.0
@@ -27,13 +27,12 @@ dt_dir = "/lib/dtoverlays"
PR = "r2"
-# git://git.multitech.net/mt-dt-overlay.git;protocol=git
SRC_URI = " \
- git://git@gitlab.multitech.net/mirrors/mt-dt-overlay.git;protocol=ssh;branch=MTCDT-0.2 \
+ git://git.multitech.net/mt-dt-overlay.git;protocol=git \
file://init \
"
-SRCREV = "${AUTOREV}"
+SRCREV = "${PR}"
DEPENDS = "virtual/kernel u-boot-mkimage-native"
diff --git a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb b/recipes-bsp/multitech/mtac-gpiob_1.3.0.bb
index 7cf89d0..6eedb83 100644
--- a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb
+++ b/recipes-bsp/multitech/mtac-gpiob_1.3.0.bb
@@ -9,17 +9,12 @@ DEPENDS = "virtual/kernel mtac mts-io"
RDEPENDS_${PN} = "kernel-module-mtac"
INC_PR = "r1"
COMPATIBLE_MACHINE = "(mtcdt|mtcpmhs)"
-# SRCREV = "${PV}"
-
-# AUTOREV breaks mLinux source tarballs in Thud
-SRCREV = "${AUTOREV}"
+SRCREV = "${PV}"
PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}"
-# git://git.multitech.net/mtac-gpiob.git;protocol=git;branch=master
-
SRC_URI = " \
- git://git@gitlab.multitech.net/mirrors/mtac-gpiob.git;protocol=ssh;branch=MTCDT-0.2 \
+ git://git.multitech.net/mtac-gpiob.git;protocol=git;branch=master
"
S = "${WORKDIR}/git"
diff --git a/recipes-bsp/multitech/mtac-mfser_1.1.1.bb b/recipes-bsp/multitech/mtac-mfser_1.2.0.bb
index 389c4ea..ff3e16b 100644
--- a/recipes-bsp/multitech/mtac-mfser_1.1.1.bb
+++ b/recipes-bsp/multitech/mtac-mfser_1.2.0.bb
@@ -10,14 +10,12 @@ RDEPENDS_${PN} = "kernel-module-mtac"
INC_PR = "r2"
COMPATIBLE_MACHINE = "(mtcdt|mtcpmhs)"
-#SRCREV = "${PV}"
-SRCREV = "${AUTOREV}"
+SRCREV = "${PV}"
PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}"
-# git://git.multitech.net/mtac-mfser.git;protocol=git;branch=master
SRC_URI = " \
- git://git@gitlab.multitech.net/mirrors/mtac-mfser.git;protocol=ssh;branch=MTCDT-0.2 \
+ git://git.multitech.net/mtac-mfser.git;protocol=git;branch=master \
"
S = "${WORKDIR}/git"
diff --git a/recipes-bsp/multitech/mtac_4.0.7.bb b/recipes-bsp/multitech/mtac_4.1.0.bb
index 1c7dc90..0e66c50 100644
--- a/recipes-bsp/multitech/mtac_4.0.7.bb
+++ b/recipes-bsp/multitech/mtac_4.1.0.bb
@@ -9,19 +9,16 @@ DEPENDS = "virtual/kernel mts-io"
INC_PR = "r0"
COMPATIBLE_MACHINE = "(mtcdt|mtcpmhs)"
-# SRCREV = "${PV}"
-
-# AUTOREV breaks mLinux source tarballs in Thud
-SRCREV = "${AUTOREV}"
+SRCREV = "${PV}"
# Some packages depend on mtac
RPROVIDES_kernel-module-${PN} = "mtac"
PR = "${INC_PR}.1${KERNEL_MODULE_PACKAGE_SUFFIX}"
-# git://git.multitech.net/mtac.git;protocol=git;branch=master
+ git://git.multitech.net/mtac.git;protocol=git;branch=master
SRC_URI = " \
- git://git@gitlab.multitech.net/mirrors/mtac.git;protocol=ssh;branch=MTCDT-0.2 \
+ git://git.multitech.net/mtac.git;protocol=git;branch=master \
"
S = "${WORKDIR}/git"
diff --git a/recipes-bsp/multitech/mts-io.inc b/recipes-bsp/multitech/mts-io.inc
index 60d8991..f2d5692 100644
--- a/recipes-bsp/multitech/mts-io.inc
+++ b/recipes-bsp/multitech/mts-io.inc
@@ -9,8 +9,7 @@ LIC_FILES_CHKSUM = "file://io-module/COPYING;md5=94d55d512a9ba36caa9b7df079bae19
do_fetch[depends] += "virtual/kernel:do_shared_workdir"
INC_PR = "r6"
-# Not for release. Autorev is development
-SRCREV = "${AUTOREV}"
+SRCREV = "${PV}"
PR = "${INC_PR}.0-${KERNEL_MODULE_PACKAGE_SUFFIX}"
# Some package needs to provide mts-io
@@ -18,10 +17,8 @@ RPROVIDES_kernel-module-${PN} = "mts-io"
RDEPENDS_${PN}-noarch_append = " mts-io-sysfs"
RDEPENDS_${PN}-noarch_append_mtcap = " mts-io-sysfs i2c-tools"
-# Temporary MTCDT-0.2 branch
-# git://git.multitech.net/mts-io.git;protocol=git
SRC_URI = " \
- git://git@gitlab.multitech.net/mirrors/mts-io.git;protocol=ssh;branch=MTCDT-0.2 \
+ git://git.multitech.net/mts-io.git;protocol=git \
file://led-status_heartbeat_trigger \
file://lora-led-updater \
file://mts-io.init \
diff --git a/recipes-bsp/multitech/mts-io_4.7.2.bb b/recipes-bsp/multitech/mts-io_4.8.0.bb
index ee4fcfa..ee4fcfa 100644
--- a/recipes-bsp/multitech/mts-io_4.7.2.bb
+++ b/recipes-bsp/multitech/mts-io_4.8.0.bb