]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
scripts: Default to https git protocol for YP/OE repos
authorYoann Congal <yoann.congal@smile.fr>
Thu, 16 Apr 2026 21:03:57 +0000 (23:03 +0200)
committerYoann Congal <yoann.congal@smile.fr>
Fri, 24 Apr 2026 10:11:02 +0000 (12:11 +0200)
Following up on commit 139102a73d41 ("recipes: Default to https git protocol where possible"),
> The recommendation from server maintainers is that the https protocol
> is both faster and more reliable than the dedicated git protocol at this point.
> Switch to it where possible.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 74dd04549624b1d3ba6d4febe51fa9ba1c86944c)

scripts/combo-layer.conf.example
scripts/contrib/patchtest.sh

index 90e2b58723b1ba1bf0412742975383d0fcee1d45..4ae3db45ab1496bbd86b10ed1306b8d07b9b7baa 100644 (file)
@@ -14,7 +14,7 @@ signoff = False
 
 # mandatory options
 # git upstream uri
-src_uri = git://git.openembedded.org/bitbake
+src_uri = https://git.openembedded.org/bitbake
 
 # the directory to clone the component repo
 local_repo_dir = /home/kyu3/src/test/bitbake
@@ -76,7 +76,7 @@ last_revision =
 # that matches the original commit.
 
 [oe-core]
-src_uri = git://git.openembedded.org/openembedded-core
+src_uri = https://git.openembedded.org/openembedded-core
 local_repo_dir = /home/kyu3/src/test/oecore
 dest_dir = .
 last_revision =
index b1e1ea334b95601c805e9ac8518818f7750ba628..550b6a88f3c36b05e004f9707334720013236ffa 100755 (executable)
@@ -75,8 +75,8 @@ source $PTENV/bin/activate
 cd $PTENV
 
 # clone or pull
-clone git://git.yoctoproject.org/patchtest $PT
-clone git://git.yoctoproject.org/patchtest-oe $PTOE
+clone https://git.yoctoproject.org/patchtest $PT
+clone https://git.yoctoproject.org/patchtest-oe $PTOE
 
 # install requirements
 pip install -r $PT/requirements.txt --quiet