summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2020-03-29 10:36:01 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-03-29 11:23:49 +0530
commit3665e45c809b186c8d9aeec6d1f1a2783b73f2f5 (patch)
tree855f33b4a3453361a0aedfcb4c10f3f8f6ead6e1
parent49cfe4796f35cf771a2d18e59404b93a605f2283 (diff)
rde1edge: 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: Ice5b0b5591bb7883899142171e0a82f0a1041108 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rw-r--r--rde1edge.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/rde1edge.xml b/rde1edge.xml
index 9b69f1a..46e4c81 100644
--- a/rde1edge.xml
+++ b/rde1edge.xml
@@ -1,13 +1,14 @@
<?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"/>
<remote fetch="https://git.savannah.gnu.org" name="gnugit"/>
<remote fetch="https://git.kernel.org" name="kernel"/>
+ <remote fetch="https://git.trustedfirmware.org" name="trustedfirmware"/>
- <project remote="linaro" name="landing-teams/working/arm/scp-firmware" path="scp" revision="refinfra" upstream="refinfra"/>
+ <project remote="linaro" name="landing-teams/working/arm/scp-firmware" path="scp" revision="refinfra-rde1edge" upstream="refinfra"/>
<project remote="linaro" name="landing-teams/working/arm/arm-tf" path="arm-tf" revision="refinfra" upstream="refinfra"/>
<project remote="linaro" name="landing-teams/working/arm/edk2" path="uefi/edk2" revision="refinfra" upstream="refinfra"/>
<project remote="linaro" name="landing-teams/working/arm/edk2-platforms" path="uefi/edk2/edk2-platforms" revision="refinfra" upstream="refinfra"/>
@@ -15,13 +16,13 @@
<project remote="linaro" name="landing-teams/working/arm/build-scripts" path="build-scripts" revision="refinfra" upstream="refinfra"/>
<project remote="linaro" name="landing-teams/working/arm/model-scripts" path="model-scripts" revision="refinfra" upstream="refinfra"/>
<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>