summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2020-03-29 10:34:56 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-03-29 10:34:56 +0530
commit49cfe4796f35cf771a2d18e59404b93a605f2283 (patch)
tree3e8c8bd9fe1dc5f6b17d7530e5a4efd52405d2ec
parent1b9dac7f8566926f538e8dd3ab87ccb802c1e725 (diff)
rdn1edge: 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. Signed-off-by: Thomas Abraham <thomas.abraham@arm.com> Change-Id: Ia594a23defc01c4acae16d452eaafb60804a7786
-rw-r--r--rdn1edge.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/rdn1edge.xml b/rdn1edge.xml
index b311f5e..90997ef 100644
--- a/rdn1edge.xml
+++ b/rdn1edge.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>