summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-01-13 22:24:28 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-01-17 17:14:22 -0600
commit80676c3d0ae5af74d112b9a03e6857459b252178 (patch)
tree4eb6eebab57d131fe71dc034a38b6c833200003e /meta-openbmc-machines
parent13f634d801fa89a30e483c5e9e7b308e36540e9c (diff)
downloadtalos-openbmc-80676c3d0ae5af74d112b9a03e6857459b252178.tar.gz
talos-openbmc-80676c3d0ae5af74d112b9a03e6857459b252178.zip
Redirect most of the Phosphor applications from GitHub to the Raptor Computing Systems GIT repositories
Diffstat (limited to 'meta-openbmc-machines')
-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