summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-11-02 19:16:37 -0400
committerScott Murray <scott.murray@konsulko.com>2021-11-02 19:16:37 -0400
commit796e9aefb7eee0fc7526e5613a03bc7f6697cef4 (patch)
tree74b811d8bfe91f7da7a5371f83d8a2aa724dc330
parentea44cbf04f2c88562a6aa60210f944f1ca3e17a0 (diff)
Update github.com git:// SRC_URIsmarlin_12.90.1marlin/12.90.112.90.1
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: Ic3550f08b92916bede2f21442499836b882f2db8
-rw-r--r--meta-agl-drm-lease/recipes-support/fff/fff_git.bb2
-rw-r--r--meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb2
-rw-r--r--meta-agl-ros2/recipes-ros2/ydlidar-ros2-sdk/ydlidar-ros2-sdk_1.4.7.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-drm-lease/recipes-support/fff/fff_git.bb b/meta-agl-drm-lease/recipes-support/fff/fff_git.bb
index 05073561..868ad97b 100644
--- a/meta-agl-drm-lease/recipes-support/fff/fff_git.bb
+++ b/meta-agl-drm-lease/recipes-support/fff/fff_git.bb
@@ -1,7 +1,7 @@
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae0c5f671972941881237cb85e1c74b2"
-SRC_URI = "git://github.com/meekrosoft/fff.git"
+SRC_URI = "git://github.com/meekrosoft/fff.git;branch=master;protocol=https"
PV = "git${SRCPV}"
SRCREV = "cbe9b8b7fba14a042d2b4e008dedf0b998c35ae8"
diff --git a/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb b/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb
index 87519e19..2c9bff50 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://qemu-agl.c \
file://agl-apic-demo.c \
file://agl-pci-demo.c \
diff --git a/meta-agl-ros2/recipes-ros2/ydlidar-ros2-sdk/ydlidar-ros2-sdk_1.4.7.bb b/meta-agl-ros2/recipes-ros2/ydlidar-ros2-sdk/ydlidar-ros2-sdk_1.4.7.bb
index 4f586f30..62fed08a 100644
--- a/meta-agl-ros2/recipes-ros2/ydlidar-ros2-sdk/ydlidar-ros2-sdk_1.4.7.bb
+++ b/meta-agl-ros2/recipes-ros2/ydlidar-ros2-sdk/ydlidar-ros2-sdk_1.4.7.bb
@@ -7,7 +7,7 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e320231d59c825e45dbfda066af29c9"
-SRC_URI = "git://github.com/YDLIDAR/YDLidar-SDK.git;protocol=https"
+SRC_URI = "git://github.com/YDLIDAR/YDLidar-SDK.git;protocol=https;branch=master"
SRCREV = "8b287ed831db0892f51793650b438790442fa09c"