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 --> |
Joakim Bech | 6d4c721 | 2019-04-26 13:27:18 +0200 | [diff] [blame] | 8 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.5.0" clone-depth="1" > |
Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [diff] [blame] | 9 | <linkfile src="poplar.mk" dest="build/Makefile" /> |
| 10 | </project> |
Joakim Bech | 6d4c721 | 2019-04-26 13:27:18 +0200 | [diff] [blame] | 11 | <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.5.0" clone-depth="1" /> |
| 12 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.5.0" clone-depth="1" /> |
| 13 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.5.0" clone-depth="1" /> |
Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [diff] [blame] | 14 | |
| 15 | <!-- linaro-swg gits --> |
Joakim Bech | 6d4c721 | 2019-04-26 13:27:18 +0200 | [diff] [blame] | 16 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.5.0" clone-depth="1" /> |
Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [diff] [blame] | 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 --> |
Joakim Bech | 0f9fe34 | 2019-01-11 09:53:10 +0100 | [diff] [blame] | 25 | <project path="arm-trusted-firmware" name="ARM-software/arm-trusted-firmware.git" revision="34efb683e32254b8c325ac3071c5776d243a7b99" /> |
Jerome Forissier | da2ce6b | 2018-08-03 11:30:04 +0200 | [diff] [blame] | 26 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2018.08" clone-depth="1" /> |
Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [diff] [blame] | 27 | </manifest> |