From 8e34fc5d2c50eb5fb0ff59ec9ca6cdfffcff3bd3 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 31 May 2022 07:38:15 +0000 Subject: [PATCH] Integrate meta-seconorth-distro/kirkstone_https_fix -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/56b2019f9acb22cf5c3bc42514b894d662f22334 git: Changed protocol for tools to HTTPS The SRC_URI of the various tools are still using SSH. With the opening of our repositories, SSH isn't available for checkout anymore. Because of this, we changed the protocol to HTTPS instead. --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 9e57b63e..e627b3be 100644 --- a/default.xml +++ b/default.xml @@ -21,7 +21,7 @@ <project name="meta-freescale.git" revision="2fb1ce365338126aad365012ebb913b3e4a9f1be" remote="fslc" path="sources/meta-freescale" /> <project name="meta-freescale-distro.git" revision="fc15f5003043da23212596be7366ae2547c308ad" remote="fslc" path="sources/meta-freescale-distro" /> <project name="layers/meta-seconorth-machine" revision="fd9b25e02c1dfdaee4d28a27129369a5372c39e9" remote="seco-ne" path="sources/meta-seconorth-machine" /> - <project name="layers/meta-seconorth-distro" revision="bca1635740287b570ec111749cba949b3335275a" remote="seco-ne" path="sources/meta-seconorth-distro" /> + <project name="layers/meta-seconorth-distro" revision="56b2019f9acb22cf5c3bc42514b894d662f22334" remote="seco-ne" path="sources/meta-seconorth-distro" /> <project name="layers/meta-seconorth-nogplv3" revision="7461d94b2f6b6a22aab65b0eac6c03266beadc75" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> <project name="config" revision="683204ae915bebbf3ad3a0db22d76630c25ec03b" remote="seco-ne" path=".conf" > <linkfile dest="setup-environment" src="setup-environment" /> -- GitLab