diff options
author | Raptor Engineering Development Team <support@raptorengineering.com> | 2020-02-12 00:17:23 +0000 |
---|---|---|
committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2020-02-12 00:17:23 +0000 |
commit | f7893814e61b8ae455614daeb105993a099ac425 (patch) | |
tree | ad13ba95a8813e2cc1d80d60cebc23e69714a98b | |
parent | 5923738c0ce2b8dead092c69c8a3b827c13b504e (diff) | |
download | talos-openbmc-f7893814e61b8ae455614daeb105993a099ac425.tar.gz talos-openbmc-f7893814e61b8ae455614daeb105993a099ac425.zip |
Redirect bmcweb from GitHub to the Raptor Computing Systems GIT repositories
-rw-r--r-- | meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index 3fd1f4e35..04dcc4efb 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb @@ -12,7 +12,7 @@ GROUPMEMS_PARAM_${PN} = "-g web -a root; -g redfish -a root" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b" -SRC_URI = "git://github.com/openbmc/bmcweb.git" +SRC_URI = "git://scm.raptorcs.com/scm/git/bmcweb;protocol=https" PV = "1.0+git${SRCPV}" SRCREV = "4418c7f0ddcc5d3518831729a380a0b67e5d4093" |