mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
scripts: Default to https git protocol for YP/OE repos
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.
(From OE-Core rev: b9de796f797844b035e50e22c4f939fc90e176f8)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 74dd04549624b1d3ba6d4febe51fa9ba1c86944c)
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
committed by
Paul Barker
parent
84fd4b0ddf
commit
7f959927fb
@@ -14,7 +14,7 @@ signoff = False
|
|||||||
|
|
||||||
# mandatory options
|
# mandatory options
|
||||||
# git upstream uri
|
# git upstream uri
|
||||||
src_uri = git://git.openembedded.org/bitbake
|
src_uri = https://git.openembedded.org/bitbake
|
||||||
|
|
||||||
# the directory to clone the component repo
|
# the directory to clone the component repo
|
||||||
local_repo_dir = /home/kyu3/src/test/bitbake
|
local_repo_dir = /home/kyu3/src/test/bitbake
|
||||||
@@ -76,7 +76,7 @@ last_revision =
|
|||||||
# that matches the original commit.
|
# that matches the original commit.
|
||||||
|
|
||||||
[oe-core]
|
[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
|
local_repo_dir = /home/kyu3/src/test/oecore
|
||||||
dest_dir = .
|
dest_dir = .
|
||||||
last_revision =
|
last_revision =
|
||||||
|
|||||||
@@ -75,8 +75,8 @@ source $PTENV/bin/activate
|
|||||||
cd $PTENV
|
cd $PTENV
|
||||||
|
|
||||||
# clone or pull
|
# clone or pull
|
||||||
clone git://git.yoctoproject.org/patchtest $PT
|
clone https://git.yoctoproject.org/patchtest $PT
|
||||||
clone git://git.yoctoproject.org/patchtest-oe $PTOE
|
clone https://git.yoctoproject.org/patchtest-oe $PTOE
|
||||||
|
|
||||||
# install requirements
|
# install requirements
|
||||||
pip install -r $PT/requirements.txt --quiet
|
pip install -r $PT/requirements.txt --quiet
|
||||||
|
|||||||
Reference in New Issue
Block a user