Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [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 --> |
| 8 | <project path="build" name="OP-TEE/build.git" > |
| 9 | <linkfile src="poplar.mk" dest="build/Makefile" /> |
| 10 | </project> |
| 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 | |
| 15 | <!-- linaro-swg gits --> |
| 16 | <project path="optee_examples" name="linaro-swg/optee_examples.git" /> |
| 17 | |
| 18 | <!-- 96boards-poplar gits --> |
| 19 | <project path="linux" name="96boards-poplar/linux.git" revision="poplar-4.9" clone-depth="1" /> |
| 20 | <project path="l-loader" name="96boards-poplar/l-loader.git" revision="master" clone-depth="1" /> |
| 21 | <project path="poplar-tools" name="96boards-poplar/poplar-tools.git" revision="master" clone-depth="1" /> |
| 22 | <project path="u-boot" name="96boards-poplar/u-boot.git" revision="latest" clone-depth="1" /> |
| 23 | |
| 24 | <!-- Misc gits --> |
| 25 | <project path="arm-trusted-firmware" name="ARM-software/arm-trusted-firmware.git"/> |
| 26 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2017.11" clone-depth="1" /> |
| 27 | </manifest> |