diff options
author | John Klug <john.klug@multitech.com> | 2021-11-12 14:09:52 -0600 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2021-11-18 15:10:58 +0200 |
commit | 8a72a2be2a6e7962c2e8da833a87c4c73e96dbd6 (patch) | |
tree | 252f7e8e56ae42ea8df16a1cc1fe335159e8e974 | |
parent | cbcd9e1dcc299fcbb2ccbf09bc8aa1aa1750618c (diff) | |
download | meta-multitech-8a72a2be2a6e7962c2e8da833a87c4c73e96dbd6.tar.gz meta-multitech-8a72a2be2a6e7962c2e8da833a87c4c73e96dbd6.tar.bz2 meta-multitech-8a72a2be2a6e7962c2e8da833a87c4c73e96dbd6.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.5.bb) | 5 | ||||
-rw-r--r-- | recipes-bsp/multitech/mtac-gpiob_1.3.0.bb (renamed from recipes-bsp/multitech/mtac-gpiob_1.1.4.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.9.bb) | 9 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io.inc | 7 | ||||
-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.5.bb b/recipes-bsp/multitech/mt-dt-overlay_1.1.0 index a023a4e..313aef3 100644 --- a/recipes-bsp/multitech/mt-dt-overlay_1.0.5.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.4.bb b/recipes-bsp/multitech/mtac-gpiob_1.3.0.bb index 11b3870..1cecf92 100644 --- a/recipes-bsp/multitech/mtac-gpiob_1.1.4.bb +++ b/recipes-bsp/multitech/mtac-gpiob_1.3.0.bb @@ -9,19 +9,14 @@ 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}.2" PKGR = "${PR}${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}" -# 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 9341d2f..4598beb 100644 --- a/recipes-bsp/multitech/mtac-mfser_1.1.1.bb +++ b/recipes-bsp/multitech/mtac-mfser_1.2.0.bb @@ -10,16 +10,14 @@ RDEPENDS_${PN} = "kernel-module-mtac" INC_PR = "r2" COMPATIBLE_MACHINE = "(mtcdt|mtcpmhs)" -#SRCREV = "${PV}" -SRCREV = "${AUTOREV}" +SRCREV = "${PV}" PR = "${INC_PR}.1" PKGR = "${PR}${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}" -# 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.9.bb b/recipes-bsp/multitech/mtac_4.1.0.bb index 1b8dd3d..b0a667a 100644 --- a/recipes-bsp/multitech/mtac_4.0.9.bb +++ b/recipes-bsp/multitech/mtac_4.1.0.bb @@ -9,10 +9,7 @@ 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" @@ -21,9 +18,9 @@ PR = "${INC_PR}.1" PKGR = "${PR}${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}" -# 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 caa62a2..10d4527 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" PKGR = "${PR}-${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}" @@ -19,10 +18,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 |