summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-machines/meta-openpower')
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg_1.0.bb2
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg_1.0.bb b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg_1.0.bb
index 778e4ccea..f3845150a 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg_1.0.bb
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg_1.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "pdbg allows JTAG-like debugging of the host POWER processors"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI += "git://github.com/open-power/pdbg.git;branch=master"
+SRC_URI += "git://scm.raptorcs.com/scm/git/pdbg;branch=master;protocol=https"
SRCREV = "139ba071c222a5b0c20075f7c2265029ddd59449"
DEPENDS += "dtc-native"
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
index bb7838360..352d37a70 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
inherit autotools pkgconfig pythonnative
-SRC_URI += "git://github.com/openbmc/openpower-proc-control"
+SRC_URI += "git://scm.raptorcs.com/scm/git/openpower-proc-control;protocol=https"
SRCREV = "6ebf5cacaa4ce0581c4211493464e15a07c8ac51"
DEPENDS += " \
OpenPOWER on IntegriCloud