summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2026-04-09 13:10:53 +0200
committerPaul Barker <paul@pbarker.dev>2026-04-10 11:53:18 +0100
commite2b0ffbd78a9f36e2f9b635ee7314656eaee364d (patch)
treeccda8e38ab547824aaccc5a43e5e36828d16a4cd /meta/recipes-support
parentf5a60f98884e41b131172263aecda1be573a5426 (diff)
downloadpoky-e2b0ffbd78a9f36e2f9b635ee7314656eaee364d.tar.gz
recipes: Default to https git protocol for YP/OE repos
This corresponds to the master commit 139102a73d41 ("recipes: Default to https git protocol where possible"). But only for the git.yoctoproject.org and git.openembedded.org repos. > 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: c1b208babae70244ab062b2e4674b0309fbd65e5) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
index 5a1d329993..0dea9d67ca 100644
--- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
10SRCREV = "bcb82804daa8f725b6add259dcef2067e61a75aa" 10SRCREV = "bcb82804daa8f725b6add259dcef2067e61a75aa"
11PV .= "+git${SRCPV}" 11PV .= "+git${SRCPV}"
12 12
13SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master \ 13SRC_URI = "git://git.yoctoproject.org/ptest-runner2;protocol=https;branch=master \
14" 14"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"