summaryrefslogtreecommitdiffstats
path: root/meta-openpower
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-bsp/pdbg/pdbg_2.0.bb2
-rw-r--r--meta-openpower/recipes-phosphor/dbus/openpower-dbus-interfaces_git.bb2
-rw-r--r--meta-openpower/recipes-phosphor/host/op-proc-control_git.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-openpower/recipes-bsp/pdbg/pdbg_2.0.bb b/meta-openpower/recipes-bsp/pdbg/pdbg_2.0.bb
index 8995da79f..43b6a1d8f 100644
--- a/meta-openpower/recipes-bsp/pdbg/pdbg_2.0.bb
+++ b/meta-openpower/recipes-bsp/pdbg/pdbg_2.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
PV = "2.0+git${SRCPV}"
-SRC_URI += "git://github.com/open-power/pdbg.git"
+SRC_URI += "git://scm.raptorcs.com/scm/git/pdbg;branch=master;protocol=https"
SRCREV = "deb577949a3505064f471e7b7c692e37c38ec8a4"
DEPENDS += "dtc-native"
diff --git a/meta-openpower/recipes-phosphor/dbus/openpower-dbus-interfaces_git.bb b/meta-openpower/recipes-phosphor/dbus/openpower-dbus-interfaces_git.bb
index bdc0c770a..be34ef68b 100644
--- a/meta-openpower/recipes-phosphor/dbus/openpower-dbus-interfaces_git.bb
+++ b/meta-openpower/recipes-phosphor/dbus/openpower-dbus-interfaces_git.bb
@@ -14,7 +14,7 @@ inherit phosphor-dbus-yaml
DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbus++-native"
-SRC_URI += "git://github.com/openbmc/openpower-dbus-interfaces"
+SRC_URI += "git://scm.raptorcs.com/scm/git/openpower-dbus-interfaces;protocol=https"
SRCREV = "2f7e6758be4bfb4c02027b82e21b50861ffd90af"
DEPENDS_remove_class-native = "sdbus++-native"
diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
index 9e7fb54c6..499a1cfaa 100644
--- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
+++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
@@ -10,7 +10,7 @@ S = "${WORKDIR}/git"
inherit autotools obmc-phosphor-utils pkgconfig pythonnative
inherit systemd
-SRC_URI += "git://github.com/openbmc/openpower-proc-control"
+SRC_URI += "git://scm.raptorcs.com/scm/git/openpower-proc-control;protocol=https"
SRCREV = "b964c928156c2e71fe3bc9a2693b02cfbba5309c"
DEPENDS += " \
OpenPOWER on IntegriCloud