summaryrefslogtreecommitdiffstats
path: root/meta-agl-jailhouse
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-11-03 17:29:43 -0400
committerScott Murray <scott.murray@konsulko.com>2021-11-03 17:29:43 -0400
commit8beb7cfc1bd8b11ef1855bf9575dda731bcce81b (patch)
treecf7aeb3aa904b37656932480791c6e9c9f0600e8 /meta-agl-jailhouse
parentc20088f2245ef643fa6bf7c119ebc2d171618a23 (diff)
Update github.com git:// SRC_URIs
GitHub is dropping unauthenticated git protocol access in January 2022, per: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git While a workaround in the BitBake git fetcher is forthcoming, not specifying protocol=https for github.com git:// SRC_URIs will start resulting in warnings in Yocto 3.5/Kirkstone. To ease our upgrade path, go ahead and update our affected SRC_URIs. Note that this has been done by running the scripts/contrib/convert-srcuri.py script from latest poky, which also makes git branch specification explicit since the git fetcher is likely to require that in the future due to widespread switches from master to main branches. Bug-AGL: SPEC-4126 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I8e54e0ad79cdf3e88fb4d029e3f6b932e7e7f36c
Diffstat (limited to 'meta-agl-jailhouse')
-rw-r--r--meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb b/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb
index 462f0a77..2a7e37ed 100644
--- a/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb
+++ b/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb
@@ -15,7 +15,7 @@ PV = "0.12+git${SRCPV}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-SRC_URI = "git://github.com/siemens/jailhouse \
+SRC_URI = "git://github.com/siemens/jailhouse;branch=master;protocol=https \
file://0001-configs-arm64-Add-support-for-RPi4-with-more-than-1G.patch \
"