Igor Opaniuk | 140d0ff | 2020-03-05 14:44:54 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="github" fetch="https://github.com" /> |
| 4 | |
| 5 | <default remote="github" revision="master" /> |
| 6 | |
| 7 | <!-- OP-TEE gits --> |
Ruchika Gupta | 873d3e0 | 2021-04-30 12:51:56 +0530 | [diff] [blame] | 8 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.13.0" clone-depth="1" > |
Igor Opaniuk | 140d0ff | 2020-03-05 14:44:54 +0200 | [diff] [blame] | 9 | <linkfile src="verdin.mk" dest="build/Makefile" /> |
| 10 | </project> |
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" /> |
Igor Opaniuk | 140d0ff | 2020-03-05 14:44:54 +0200 | [diff] [blame] | 14 | |
| 15 | <!-- linaro-swg gits --> |
Ruchika Gupta | 873d3e0 | 2021-04-30 12:51:56 +0530 | [diff] [blame] | 16 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.13.0" clone-depth="1" /> |
Igor Opaniuk | 140d0ff | 2020-03-05 14:44:54 +0200 | [diff] [blame] | 17 | |
| 18 | <!-- temp igoropaniuk gits --> |
| 19 | <project path="linux" name="igoropaniuk/linux" revision="mainline_verdin" clone-depth="1" /> |
| 20 | <project path="u-boot" name="igoropaniuk/u-boot" revision="verdin_latest" clone-depth="1" /> |
| 21 | <project path="trusted-firmware-a" name="igoropaniuk/trusted-firmware-a" revision="verdin_latest" clone-depth="1" /> |
| 22 | |
| 23 | <!-- Misc gits --> |
Mingyuan Xiang | 736a645 | 2021-03-16 16:47:50 +0800 | [diff] [blame] | 24 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.02" clone-depth="1" /> |
Igor Opaniuk | 140d0ff | 2020-03-05 14:44:54 +0200 | [diff] [blame] | 25 | </manifest> |