summaryrefslogtreecommitdiff
path: root/meta-yadro
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-01-25 00:55:09 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-01-25 19:37:00 +0300
commitbb99d22ecef61f3af21290b1e1ead3083f25d20f (patch)
treeaa8d74352697b6ace7a098ce59b791ab65fc6714 /meta-yadro
parent897b7444e5ee1ce045b536aa822f20a95c5dd63d (diff)
downloadopenbmc-bb99d22ecef61f3af21290b1e1ead3083f25d20f.tar.xz
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
Diffstat (limited to 'meta-yadro')
-rw-r--r--meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb2
-rw-r--r--meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb2
-rw-r--r--meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb2
-rw-r--r--meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb2
-rw-r--r--meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb2
-rw-r--r--meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb2
-rw-r--r--meta-yadro/recipes-yadro/cli/obmc-yadro-netconfig_git.bb2
7 files changed, 7 insertions, 7 deletions
diff --git a/meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb b/meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb
index 440f0f89d6..30c995251f 100644
--- a/meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb
+++ b/meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb
@@ -19,5 +19,5 @@ DEPENDS += "autoconf-archive-native \
# Source code repository
S = "${WORKDIR}/git"
-SRC_URI = "gitsm://github.com/YADRO-KNS/openpower-esel-parser"
+SRC_URI = "gitsm://github.com/YADRO-KNS/openpower-esel-parser;branch=master;protocol=https"
SRCREV = "5bf636b0b8bd0d09928b1879aa480c60e4452e80"
diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb
index b7055d29b2..bbc5b00fc0 100644
--- a/meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb
+++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb
@@ -12,5 +12,5 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
# Source code repository
S = "${WORKDIR}/git"
-SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-backup.git"
+SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-backup.git;branch=master;protocol=https"
SRCREV = "1cb990bb16708ad488980d907387bd3e4d37eb3a"
diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb
index 2131774d15..489696a3f7 100644
--- a/meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb
+++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb
@@ -42,5 +42,5 @@ do_install() {
# Source code repository
S = "${WORKDIR}/git"
-SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-cli"
+SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-cli;branch=master;protocol=https"
SRCREV = "ce70f4f732114b1989c63792907b84a3f6e91f84"
diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb
index eac6c962c1..daa5cf5c87 100644
--- a/meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb
+++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb
@@ -21,6 +21,6 @@ PACKAGECONFIG[openpower-support] = "-Dopenpower-support=true,-Dopenpower-support
PACKAGECONFIG ??= " obmc-phosphor-image reboot-guard-support "
PACKAGECONFIG:append_df-openpower = "openpower-support"
-SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-fwupdate"
+SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-fwupdate;branch=master;protocol=https"
SRCREV = "388f4a004e4fe29ee55b964527088714c55f8c70"
S = "${WORKDIR}/git"
diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb
index 0d1a57ab81..9a050d6526 100644
--- a/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb
+++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb
@@ -18,5 +18,5 @@ DEPENDS += " \
# Source code repository
S = "${WORKDIR}/git"
-SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lsinventory.git"
+SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lsinventory.git;branch=master;protocol=https"
SRCREV = "d8e25f82ff29c7b2c6d1888e9fe28307f173b078"
diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb
index 3741ed2797..0bb99963c4 100644
--- a/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb
+++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb
@@ -12,5 +12,5 @@ inherit pkgconfig meson
DEPENDS += "sdbusplus"
S = "${WORKDIR}/git"
-SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lssensors.git"
+SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lssensors.git;branch=master;protocol=https"
SRCREV = "dcaac17c62c9dd21499c4c5e9eb8070f10786560"
diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-netconfig_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-netconfig_git.bb
index 9f850cad5c..6cb93f955b 100644
--- a/meta-yadro/recipes-yadro/cli/obmc-yadro-netconfig_git.bb
+++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-netconfig_git.bb
@@ -15,5 +15,5 @@ DEPENDS = "sdbusplus"
# Source code repository
S = "${WORKDIR}/git"
-SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-netconfig.git"
+SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-netconfig.git;branch=master;protocol=https"
SRCREV = "1d991868023b80a9361a7a46c6e6b8058b482f01"