treewide: fix up github SRC_URIs
Per [1], Yocto is going to start requiring both branch names and
`protocol=https` in GitHub SRC_URI variables. Ran the upstream tool to
automatically fix our URIs.
1. https://git.yoctoproject.org/poky/tree/documentation/migration-guides/migration-3.5.rst#n10
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5f9619f7ff707050b469ae74c8aa16846568c5e4
diff --git a/meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb b/meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb
index df98965..f50c4ac 100644
--- a/meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb
+++ b/meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb
@@ -9,7 +9,7 @@
inherit meson
inherit pkgconfig
-SRC_URI = "git://git@github.com/open-power/ecmd-pdbg.git"
+SRC_URI = "git://git@github.com/open-power/ecmd-pdbg.git;branch=master;protocol=https"
SRCREV = "349e04048409b4a619f4bc979aa5dd76e2bbc665"
S = "${WORKDIR}/git"
diff --git a/meta-openpower/recipes-bsp/ecmd/croserver_git.bb b/meta-openpower/recipes-bsp/ecmd/croserver_git.bb
index cdd244e..4c0e769 100644
--- a/meta-openpower/recipes-bsp/ecmd/croserver_git.bb
+++ b/meta-openpower/recipes-bsp/ecmd/croserver_git.bb
@@ -3,7 +3,7 @@
LICENSE= "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/NOTICE;md5=fee220301a2af3faf8f211524b4248ea"
-SRC_URI = "git://github.com/open-power/eCMD.git"
+SRC_URI = "git://github.com/open-power/eCMD.git;branch=master;protocol=https"
SRCREV = "57b40102a54dac8b4b9cdc91beefd709d222867e"
DEPENDS += "zlib"
diff --git a/meta-openpower/recipes-bsp/ecmd/libecmd_git.bb b/meta-openpower/recipes-bsp/ecmd/libecmd_git.bb
index 445dce2..dd7c3f4 100644
--- a/meta-openpower/recipes-bsp/ecmd/libecmd_git.bb
+++ b/meta-openpower/recipes-bsp/ecmd/libecmd_git.bb
@@ -3,7 +3,7 @@
LICENSE= "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/NOTICE;md5=fee220301a2af3faf8f211524b4248ea"
-SRC_URI = "git://github.com/open-power/eCMD.git;branch=ecmd15;protocol=git"
+SRC_URI = "git://github.com/open-power/eCMD.git;branch=ecmd15;protocol=https"
SRCREV = "15e382180d49f7ea4117ccc341ca91e361721fd4"
inherit python3native
diff --git a/meta-openpower/recipes-bsp/ekb/ekb.inc b/meta-openpower/recipes-bsp/ekb/ekb.inc
index ddad05c..ee22ab7 100644
--- a/meta-openpower/recipes-bsp/ekb/ekb.inc
+++ b/meta-openpower/recipes-bsp/ekb/ekb.inc
@@ -1,5 +1,5 @@
EKB_BRANCH = "main-p10"
-EKB_URI = "git://git@github.com/open-power/pub-ekb;branch=${EKB_BRANCH}"
+EKB_URI = "git://git@github.com/open-power/pub-ekb;branch=${EKB_BRANCH};protocol=https"
EKB_REV = "a9996cb6861198688010522baed369b0af0e6aca"
REQ_ATTRS_XMLS = "hwpf/fapi2/xml/attribute_info/chip_attributes.xml \
diff --git a/meta-openpower/recipes-bsp/ffs/ffs_git.bb b/meta-openpower/recipes-bsp/ffs/ffs_git.bb
index 2340121..0b40db0 100644
--- a/meta-openpower/recipes-bsp/ffs/ffs_git.bb
+++ b/meta-openpower/recipes-bsp/ffs/ffs_git.bb
@@ -3,6 +3,6 @@
PV = "v0.1.0+git${SRCPV}"
SRCREV = "3ec70fbc458e32eef0d0b1de79688b4dc48cbd57"
-SRC_URI += "git://github.com/open-power/ffs.git"
+SRC_URI += "git://github.com/open-power/ffs.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
diff --git a/meta-openpower/recipes-bsp/fsidbg/fsidbg_git.bb b/meta-openpower/recipes-bsp/fsidbg/fsidbg_git.bb
index b6fed55..b652ad5 100644
--- a/meta-openpower/recipes-bsp/fsidbg/fsidbg_git.bb
+++ b/meta-openpower/recipes-bsp/fsidbg/fsidbg_git.bb
@@ -3,7 +3,7 @@
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
-SRC_URI += "git://github.com/eddiejames/fsidbg.git"
+SRC_URI += "git://github.com/eddiejames/fsidbg.git;branch=master;protocol=https"
SRCREV = "dfe278065c877724242dfae15a4c627fd2e3611c"
PV = "git${SRCREV}"
diff --git a/meta-openpower/recipes-bsp/guard/guard_git.bb b/meta-openpower/recipes-bsp/guard/guard_git.bb
index ba649db..0a539e3 100644
--- a/meta-openpower/recipes-bsp/guard/guard_git.bb
+++ b/meta-openpower/recipes-bsp/guard/guard_git.bb
@@ -10,7 +10,7 @@
S = "${WORKDIR}/git"
-SRC_URI = "git://git@github.com/open-power/guard;branch="main""
+SRC_URI = "git://git@github.com/open-power/guard;branch="main";protocol=https"
SRCREV = "3fa0e5e312cb4138afb11e083e9ba7b0f0d5d5dc"
DEPENDS = "cli11"
diff --git a/meta-openpower/recipes-bsp/ipl/ipl_git.bb b/meta-openpower/recipes-bsp/ipl/ipl_git.bb
index 263b3f8..3a0eebf 100644
--- a/meta-openpower/recipes-bsp/ipl/ipl_git.bb
+++ b/meta-openpower/recipes-bsp/ipl/ipl_git.bb
@@ -11,7 +11,7 @@
S = "${WORKDIR}/git"
-SRC_URI = "git://git@github.com/open-power/ipl;branch="main""
+SRC_URI = "git://git@github.com/open-power/ipl;branch="main";protocol=https"
SRCREV = "75b471c171b444e4daa9ec867e7e233f339149c4"
DEPENDS = " \
diff --git a/meta-openpower/recipes-bsp/libekb/libekb_git.bb b/meta-openpower/recipes-bsp/libekb/libekb_git.bb
index ccaad57..0d0be70 100644
--- a/meta-openpower/recipes-bsp/libekb/libekb_git.bb
+++ b/meta-openpower/recipes-bsp/libekb/libekb_git.bb
@@ -20,7 +20,7 @@
SRCREV_libekb = "9a8b5a419f2058e7e1d4bb97a1f91bd2d343f86a"
SRCREV_ekb = "${EKB_REV}"
-SRC_URI = "git://git@github.com/open-power/libekb_p10;branch="main";name=libekb \
+SRC_URI = "git://git@github.com/open-power/libekb_p10;branch="main";name=libekb;protocol=https \
${EKB_URI};name=ekb;destsuffix=git/ekb \
"
diff --git a/meta-openpower/recipes-bsp/pdata/pdata_git.bb b/meta-openpower/recipes-bsp/pdata/pdata_git.bb
index b3cbdc9..614e43f 100644
--- a/meta-openpower/recipes-bsp/pdata/pdata_git.bb
+++ b/meta-openpower/recipes-bsp/pdata/pdata_git.bb
@@ -12,7 +12,7 @@
inherit autotools \
perlnative
-SRC_URI = "git://git@github.com/open-power/pdata;branch="main""
+SRC_URI = "git://git@github.com/open-power/pdata;branch="main";protocol=https"
SRCREV = "dc5f98559081af0ba86e9f42f29f68c3d06bb539"
DEPENDS = "pdbg \
diff --git a/meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb b/meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb
index ffbe084..eefe72d 100644
--- a/meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb
+++ b/meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb
@@ -3,7 +3,7 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI += "git://github.com/open-power/pdbg.git"
+SRC_URI += "git://github.com/open-power/pdbg.git;branch=master;protocol=https"
SRCREV = "v3.4"
DEPENDS += "dtc-native"
diff --git a/meta-openpower/recipes-bsp/skiboot/skiboot.inc b/meta-openpower/recipes-bsp/skiboot/skiboot.inc
index 4f37912..9f7bbff 100644
--- a/meta-openpower/recipes-bsp/skiboot/skiboot.inc
+++ b/meta-openpower/recipes-bsp/skiboot/skiboot.inc
@@ -1,7 +1,7 @@
HOMEPAGE = "https://github.com/open-power"
LICENSE = "Apache-2.0"
-SRC_URI += "git://github.com/open-power/skiboot.git;branch=skiboot-6.5.x"
+SRC_URI += "git://github.com/open-power/skiboot.git;branch=skiboot-6.5.x;protocol=https"
FILESEXTRAPATHS:prepend := "${THISDIR}/skiboot:"