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 --> |
| 11 | <project path="optee_client" name="OP-TEE/optee_client.git" /> |
| 12 | <project path="optee_os" name="OP-TEE/optee_os.git" /> |
| 13 | <project path="optee_test" name="OP-TEE/optee_test.git" /> |
| 14 | <project path="build" name="OP-TEE/build.git"> |
| 15 | <linkfile src="imx.mk" dest="build/Makefile" /> |
| 16 | </project> |
| 17 | |
| 18 | <!-- linaro-swg gits --> |
| 19 | <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" /> |
| 20 | <project path="optee_examples" name="linaro-swg/optee_examples.git" /> |
| 21 | |
| 22 | <!-- Misc gits --> |
Jerome Forissier | 8de68ad | 2022-01-11 11:02:55 +0100 | [diff] [blame] | 23 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.11" clone-depth="1" /> |
Jerome Forissier | fbefea5 | 2022-01-10 14:25:58 +0100 | [diff] [blame^] | 24 | <project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo" /> |
Jens Wiklander | bbc4eb1 | 2021-02-16 14:47:43 +0100 | [diff] [blame] | 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> |