From dab5053e82253e6962e4196ce777b381412d727b Mon Sep 17 00:00:00 2001 From: Tim Jaacks <tim.jaacks@garz-fricke.com> Date: Tue, 12 Apr 2022 12:34:44 +0200 Subject: [PATCH] Move repositories to git.seco.com --- .../freescale-layer/recipes-bsp/u-boot/u-boot-imx_%.bbappend | 2 +- recipes-guf/gfxml2dto/gfxml2dto_git.bb | 4 ++-- recipes-kernel/linux/linux-guf_5.10.bb | 2 +- recipes-kernel/linux/linux-guf_5.15.bb | 2 +- recipes-kernel/linux/linux-guf_5.4.bb | 2 +- recipes-kernel/linux/linux-imx-kuk_5.10.bb | 2 +- recipes-kernel/linux/linux-imx-kuk_5.4.bb | 2 +- recipes-kernel/modules/gfplatdetect_0.1.bb | 2 +- recipes-kernel/touchdriver/egalaxi2c.bb | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dynamic-layers/freescale-layer/recipes-bsp/u-boot/u-boot-imx_%.bbappend b/dynamic-layers/freescale-layer/recipes-bsp/u-boot/u-boot-imx_%.bbappend index b8d54d5d..35b62e17 100644 --- a/dynamic-layers/freescale-layer/recipes-bsp/u-boot/u-boot-imx_%.bbappend +++ b/dynamic-layers/freescale-layer/recipes-bsp/u-boot/u-boot-imx_%.bbappend @@ -9,7 +9,7 @@ SRCBRANCH = "guf_imx_v2020.04-trizeps8plus_2021_12_07" PV = "2020.04" DEPENDS += "u-boot-tools-native" -SRC_URI = "git://git@gitlab.com/seco-northern-europe/3rd-party/kuk/uboot-imx-kuk.git;protocol=ssh;branch=${SRCBRANCH};nobranch=1 \ +SRC_URI = "git://git@git.seco.com:4444/seco-ne/3rd-party/kuk/uboot-imx-kuk.git;protocol=ssh;branch=${SRCBRANCH};nobranch=1 \ file://add-u-boot-initial-env-target-to-Makefile.patch \ " SRCREV = "${AUTOREV}" diff --git a/recipes-guf/gfxml2dto/gfxml2dto_git.bb b/recipes-guf/gfxml2dto/gfxml2dto_git.bb index 4398704e..fe25b2a5 100644 --- a/recipes-guf/gfxml2dto/gfxml2dto_git.bb +++ b/recipes-guf/gfxml2dto/gfxml2dto_git.bb @@ -1,5 +1,5 @@ SUMMARY = "Tool to create a devicetree overlay from the G&F xml device config file." -HOMEPAGE = "https://gitlab.com/seco-northern-europe/tools/gfxml2dto" +HOMEPAGE = "https://git.seco.com/seco-ne/tools/gfxml2dto" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca DEPENDS = "dtc" SRCREV = "${AUTOREV}" -SRC_URI = "git://git@gitlab.com/seco-northern-europe/tools/gfxml2dto.git;protocol=ssh;branch=dunfell;nobranch=1" +SRC_URI = "git://git@git.seco.com:4444/seco-ne/tools/gfxml2dto.git;protocol=ssh;branch=dunfell;nobranch=1" # Hack: in the 60b9 + 1 we removed the fec1 prop 'local-mac-address' # With fngsystem network does not work without, in yocto it does not work with diff --git a/recipes-kernel/linux/linux-guf_5.10.bb b/recipes-kernel/linux/linux-guf_5.10.bb index d6fe8a23..383146fb 100644 --- a/recipes-kernel/linux/linux-guf_5.10.bb +++ b/recipes-kernel/linux/linux-guf_5.10.bb @@ -21,7 +21,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" # This way the SRCREV can be specified to a specific revision also outside that branch # with SRCREV_pn-linux-guf = SRC_URI = " \ - git://git@gitlab.com/seco-northern-europe/kernel/linux-guf.git;protocol=ssh;branch=linux-${PV}-guf;nobranch=1 \ + git://git@git.seco.com:4444/seco-ne/kernel/linux-guf.git;protocol=ssh;branch=linux-${PV}-guf;nobranch=1 \ file://defconfig \ " diff --git a/recipes-kernel/linux/linux-guf_5.15.bb b/recipes-kernel/linux/linux-guf_5.15.bb index 4ce4a070..90065557 100644 --- a/recipes-kernel/linux/linux-guf_5.15.bb +++ b/recipes-kernel/linux/linux-guf_5.15.bb @@ -21,7 +21,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" # This way the SRCREV can be specified to a specific revision also outside that branch # with SRCREV_pn-linux-guf = SRC_URI = " \ - git://git@gitlab.com/seco-northern-europe/kernel/linux-guf.git;protocol=ssh;branch=linux-${PV}-guf;nobranch=1 \ + git://git@git.seco.com:4444/seco-ne/kernel/linux-guf.git;protocol=ssh;branch=linux-${PV}-guf;nobranch=1 \ file://defconfig \ " diff --git a/recipes-kernel/linux/linux-guf_5.4.bb b/recipes-kernel/linux/linux-guf_5.4.bb index 1afa7c45..5e775e7f 100644 --- a/recipes-kernel/linux/linux-guf_5.4.bb +++ b/recipes-kernel/linux/linux-guf_5.4.bb @@ -20,7 +20,7 @@ SRCREV = "${AUTOREV}" # This way the SRCREV can be specified to a specific revision also outside that branch # with SRCREV_pn-linux-guf = SRC_URI = " \ - git://git@gitlab.com/seco-northern-europe/kernel/linux-guf.git;protocol=ssh;branch=linux-${PV}-guf;nobranch=1 \ + git://git@git.seco.com:4444/seco-ne/kernel/linux-guf.git;protocol=ssh;branch=linux-${PV}-guf;nobranch=1 \ file://defconfig \ file://use-pkg-config-native-to-find-host-lcrypto-in-sysroot.patch \ " diff --git a/recipes-kernel/linux/linux-imx-kuk_5.10.bb b/recipes-kernel/linux/linux-imx-kuk_5.10.bb index c7d2dcdb..07d1fd10 100644 --- a/recipes-kernel/linux/linux-imx-kuk_5.10.bb +++ b/recipes-kernel/linux/linux-imx-kuk_5.10.bb @@ -19,6 +19,6 @@ SRCREV = "${AUTOREV}" # This way the SRCREV can be specified to a specific revision also outside that branch # with SRCREV_pn-linux-guf = SRC_URI = " \ - git://git@gitlab.com/seco-northern-europe/kernel/linux-imx-kuk.git;protocol=ssh;branch=linux-${PV}-guf;nobranch=1 \ + git://git@git.seco.com:4444/seco-ne/kernel/linux-imx-kuk.git;protocol=ssh;branch=linux-${PV}-guf;nobranch=1 \ file://defconfig \ " diff --git a/recipes-kernel/linux/linux-imx-kuk_5.4.bb b/recipes-kernel/linux/linux-imx-kuk_5.4.bb index 8be99bf6..592821cb 100644 --- a/recipes-kernel/linux/linux-imx-kuk_5.4.bb +++ b/recipes-kernel/linux/linux-imx-kuk_5.4.bb @@ -19,7 +19,7 @@ SRCREV = "${AUTOREV}" # This way the SRCREV can be specified to a specific revision also outside that branch # with SRCREV_pn-linux-guf = SRC_URI = " \ - git://git@gitlab.com/seco-northern-europe/kernel/linux-imx-kuk.git;protocol=ssh;branch=linux-${PV}-guf;nobranch=1 \ + git://git@git.seco.com:4444/seco-ne/kernel/linux-imx-kuk.git;protocol=ssh;branch=linux-${PV}-guf;nobranch=1 \ file://defconfig \ file://use-pkg-config-native-to-find-host-lcrypto-in-sysroot.patch \ " diff --git a/recipes-kernel/modules/gfplatdetect_0.1.bb b/recipes-kernel/modules/gfplatdetect_0.1.bb index d0d049b9..7d06261b 100644 --- a/recipes-kernel/modules/gfplatdetect_0.1.bb +++ b/recipes-kernel/modules/gfplatdetect_0.1.bb @@ -8,7 +8,7 @@ SRCREV = "${AUTOREV}" SRCBRANCH = "dunfell" SRC_URI = " \ - git://git@gitlab.com/seco-northern-europe/kernel/modules/gfplatdetect.git;protocol=ssh;branch=${SRCBRANCH};nobranch=1; \ + git://git@git.seco.com:4444/seco-ne/kernel/modules/gfplatdetect.git;protocol=ssh;branch=${SRCBRANCH};nobranch=1; \ " S = "${WORKDIR}/git" diff --git a/recipes-kernel/touchdriver/egalaxi2c.bb b/recipes-kernel/touchdriver/egalaxi2c.bb index 7fb60b64..06dd77ff 100644 --- a/recipes-kernel/touchdriver/egalaxi2c.bb +++ b/recipes-kernel/touchdriver/egalaxi2c.bb @@ -8,6 +8,6 @@ DEPENDS += " kernel-module-touchgpio " SRCREV = "${AUTOREV}" SRC_URI = " \ - git://git@gitlab.com/seco-northern-europe/kernel/modules/egalaxi2c.git;protocol=ssh;branch=master;nobranch=1;destsuffix=src/ \ + git://git@git.seco.com:4444/seco-ne/kernel/modules/egalaxi2c.git;protocol=ssh;branch=master;nobranch=1;destsuffix=src/ \ file://Makefile \ " -- GitLab