meta-isar: linux-cip: Switch to https fetch

Message ID 9d927bd7-9545-46b2-9ca3-bd93fa2dde47@siemens.com
State Accepted, archived
Headers show
Series meta-isar: linux-cip: Switch to https fetch | expand

Commit Message

Jan Kiszka Dec. 18, 2025, 5:05 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

Plain git protocol is no longer supported.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta-isar/recipes-kernel/linux/linux-cip_4.4.166-cip29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Anton Mikanovich Dec. 22, 2025, 7:41 a.m. UTC | #1
18/12/2025 19:05, 'Jan Kiszka' via isar-users wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> Plain git protocol is no longer supported.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Applied to next, thanks.

Patch

diff --git a/meta-isar/recipes-kernel/linux/linux-cip_4.4.166-cip29.bb b/meta-isar/recipes-kernel/linux/linux-cip_4.4.166-cip29.bb
index 9b84eb2e..faaf2a7d 100644
--- a/meta-isar/recipes-kernel/linux/linux-cip_4.4.166-cip29.bb
+++ b/meta-isar/recipes-kernel/linux/linux-cip_4.4.166-cip29.bb
@@ -8,7 +8,7 @@ 
 inherit linux-kernel
 
 SRC_URI += " \
-    git://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git;branch=linux-4.4.y-cip;destsuffix=${P} \
+    git://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git;protocol=https;branch=linux-4.4.y-cip;destsuffix=${P} \
     file://x86_64_defconfig"
 
 SRCREV = "af3adf9f9c633ac0e1d68487d7fad22285dda8a3"