summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2020-03-29 10:12:42 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-03-29 10:13:52 +0530
commit1b9dac7f8566926f538e8dd3ab87ccb802c1e725 (patch)
tree8752fc7c8e84effd1d1c55019b17cef4b39e9b6e
parentd44cfaf4111762a397035162c38778ac4ffeaf0a (diff)
sgi575: use release tags instead of master branch
The master branch of some of the repos are not stable. So use tags to identify the version to checkout for those repos. Updated the busybox repo location to that of a mirror on github. Change-Id: I858f43bfbc1fd6c0ca12e4fc965b114cad2a7d46 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rw-r--r--sgi575.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/sgi575.xml b/sgi575.xml
index b311f5e..90997ef 100644
--- a/sgi575.xml
+++ b/sgi575.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
- <remote fetch="git://git.busybox.net/" name="busybox"/>
+ <remote fetch="https://github.com/mirror/" name="busybox"/>
<remote fetch="https://github.com/" name="github"/>
<remote fetch="https://git.linaro.org/" name="linaro"/>
<remote fetch="https://github.com/ARMmbed/" name="mbedtls"/>
@@ -18,12 +18,11 @@
<project remote="linaro" name="landing-teams/working/arm/uefi-tools" path="tools/uefi-tools" revision="refinfra" upstream="refinfra"/>
<project remote="trustedfirmware" name="TF-A/tf-a-tests" path="validation/comp-test/trusted-firmware-tf" revision="master" upstream="master"/>
- <project remote="github" name="acpica/acpica" path="tools/acpica" revision="master" upstream="master"/>
- <project remote="github" name="ARMmbed/mbedtls.git" path="mbedtls" revision="master" upstream="master"/>
- <project remote="github" name="ARM-software/CMSIS_5.git" path="scp/cmsis" revision="refs/tags/5.2.0"/>
+ <project remote="github" name="acpica/acpica" path="tools/acpica" revision="refs/tags/R03_26_20"/>
+ <project remote="github" name="ARMmbed/mbedtls.git" path="mbedtls" revision="refs/tags/mbedtls-2.21.0"/>
<project remote="github" name="ARM-software/arm-enterprise-acs" path="validation/sys-test/arm-enterprise-acs" revision="refs/tags/v18.12_REL1.7"/>
- <project remote="kernel" name="pub/scm/linux/kernel/git/jejb/efitools" path="tools/efitools" revision="master" upstream="master"/>
- <project remote="busybox" name="busybox" path="busybox" revision="master" upstream="master"/>
- <project remote="gnugit" name="git/grub" path="grub" revision="master" upstream="master"/>
- <project remote="linaro" name="landing-teams/working/arm/ramdisk" path="ramdisk" revision="master" upstream="master"/>
+ <project remote="kernel" name="pub/scm/linux/kernel/git/jejb/efitools" path="tools/efitools" revision="refs/tags/v1.9.2"/>
+ <project remote="busybox" name="busybox" path="busybox" revision="refs/tags/1_31_1"/>
+ <project remote="gnugit" name="git/grub" path="grub" revision="refs/tags/grub-2.04"/>
+ <project remote="linaro" name="landing-teams/working/arm/ramdisk" path="ramdisk" revision="refs/tags/armlt-20180812-001"/>
</manifest>