Jens Wiklander | bbc4eb1 | 2021-02-16 14:47:43 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="github" fetch="https://github.com" /> |
| 4 | <remote name="linaro" fetch="https://git.linaro.org" /> |
| 5 | <remote name="tfo" fetch="https://git.trustedfirmware.org" /> |
| 6 | <remote name="ca" fetch="https://source.codeaurora.org/external/imx" /> |
| 7 | |
| 8 | <default remote="github" revision="master" /> |
| 9 | |
| 10 | <!-- OP-TEE gits --> |
Ruchika Gupta | 873d3e0 | 2021-04-30 12:51:56 +0530 | [diff] [blame] | 11 | <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.13.0" clone-depth="1" /> |
| 12 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.13.0" clone-depth="1" /> |
| 13 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.13.0" clone-depth="1" /> |
| 14 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.13.0" clone-depth="1"> |
Jens Wiklander | bbc4eb1 | 2021-02-16 14:47:43 +0100 | [diff] [blame] | 15 | <linkfile src="imx.mk" dest="build/Makefile" /> |
| 16 | </project> |
| 17 | |
| 18 | <!-- linaro-swg gits --> |
Ruchika Gupta | 873d3e0 | 2021-04-30 12:51:56 +0530 | [diff] [blame] | 19 | <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-3.13.0" clone-depth="1" /> |
| 20 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.13.0" clone-depth="1" /> |
Jens Wiklander | bbc4eb1 | 2021-02-16 14:47:43 +0100 | [diff] [blame] | 21 | |
| 22 | <!-- Misc gits --> |
Mingyuan Xiang | 736a645 | 2021-03-16 16:47:50 +0800 | [diff] [blame] | 23 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.02" clone-depth="1" /> |
Jens Wiklander | bbc4eb1 | 2021-02-16 14:47:43 +0100 | [diff] [blame] | 24 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.3" clone-depth="1" remote="tfo" /> |
| 25 | <project path="u-boot" name="u-boot/u-boot.git" revision="refs/tags/v2020.10-rc2" clone-depth="1" /> |
| 26 | <project path="imx-mkimage" name="imx-mkimage.git" revision="refs/tags/rel_imx_5.4.24_2.1.0" clone-depth="1" remote="ca" /> |
| 27 | </manifest> |