diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2022-03-03 15:43:45 -0600 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2022-03-03 15:43:45 -0600 |
commit | 2000a04054bebf674357de12365853b58ec9137e (patch) | |
tree | a3d37b0dd47d45e9bcca27fb77324bb4d1f5e8bb | |
parent | 409a22951841008c8b20ce101c445e979d850e2e (diff) | |
download | meta-multitech-2000a04054bebf674357de12365853b58ec9137e.tar.gz meta-multitech-2000a04054bebf674357de12365853b58ec9137e.tar.bz2 meta-multitech-2000a04054bebf674357de12365853b58ec9137e.zip |
Updated mts-io, mts-io-syfs tags and changed src_uri to git.multitech
-rw-r--r-- | recipes-bsp/multitech/mtac-lora_1.1.12.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io-sysfs_0.2.0.bb (renamed from recipes-bsp/multitech/mts-io-sysfs_0.1.28.bb) | 2 | ||||
-rw-r--r-- | recipes-bsp/multitech/mts-io_4.9.1.bb (renamed from recipes-bsp/multitech/mts-io_4.9.0.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mtac-lora_1.1.12.bb b/recipes-bsp/multitech/mtac-lora_1.1.12.bb index 447eb6e..49e658f 100644 --- a/recipes-bsp/multitech/mtac-lora_1.1.12.bb +++ b/recipes-bsp/multitech/mtac-lora_1.1.12.bb @@ -17,7 +17,7 @@ PR = "${INC_PR}.1" PKGR = "${PR}${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}" SRC_URI = " \ - git://git@gitlab.multitech.net/mirrors/mtac-lora;protocol=ssh;branch=master \ + git://git.multitech.net/mtac-lora.git;protocol=git;branch=master \ " S = "${WORKDIR}/git" diff --git a/recipes-bsp/multitech/mts-io-sysfs_0.1.28.bb b/recipes-bsp/multitech/mts-io-sysfs_0.2.0.bb index fac4b17..a489468 100644 --- a/recipes-bsp/multitech/mts-io-sysfs_0.1.28.bb +++ b/recipes-bsp/multitech/mts-io-sysfs_0.2.0.bb @@ -12,7 +12,7 @@ PR = "r1" SRCREV = "${PV}" -SRC_URI = "git://git@gitlab.multitech.net/mirrors/mts-io-sysfs;protocol=ssh;branch=master \ +SRC_URI = "git://git.multitech.net/mts-io-sysfs.git;protocol=git;branch=master \ file://mts-io-sysfs.init" S = "${WORKDIR}/git" diff --git a/recipes-bsp/multitech/mts-io_4.9.0.bb b/recipes-bsp/multitech/mts-io_4.9.1.bb index ee4fcfa..ee4fcfa 100644 --- a/recipes-bsp/multitech/mts-io_4.9.0.bb +++ b/recipes-bsp/multitech/mts-io_4.9.1.bb |