diff options
author | Raptor Engineering Development Team <support@raptorengineering.com> | 2018-04-12 16:11:45 -0500 |
---|---|---|
committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2018-04-13 04:30:01 -0500 |
commit | 25194a99873a856183be8cc280313136d183a820 (patch) | |
tree | 08b2cf039c4975947280cfeb1b16f46c0c93b35d | |
parent | f0add8bf52fbb3a0d3e41cc43cab5a16f2f8cc72 (diff) | |
download | talos-openbmc-25194a99873a856183be8cc280313136d183a820.tar.gz talos-openbmc-25194a99873a856183be8cc280313136d183a820.zip |
Redirect U-Boot source URI to Raptor Computing Systems GIT repositories
-rw-r--r-- | meta-openbmc-bsp/meta-aspeed/common/recipes-bsp/u-boot/u-boot-common_2016.07.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/common/recipes-bsp/u-boot/u-boot-common_2016.07.inc b/meta-openbmc-bsp/meta-aspeed/common/recipes-bsp/u-boot/u-boot-common_2016.07.inc index bd828f5cb..9ece4f876 100644 --- a/meta-openbmc-bsp/meta-aspeed/common/recipes-bsp/u-boot/u-boot-common_2016.07.inc +++ b/meta-openbmc-bsp/meta-aspeed/common/recipes-bsp/u-boot/u-boot-common_2016.07.inc @@ -10,7 +10,7 @@ PE = "1" SRCREV = "e54251dd94e7d6b158895561c2306cdf9806fc2e" UBRANCH = "v2016.07-aspeed-openbmc" -SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https" +SRC_URI = "git://scm.raptorcs.com/scm/git/talos-obmc-uboot;branch=${UBRANCH};protocol=https" S = "${WORKDIR}/git" |