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 --> |
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" /> |
Joakim Bech | 8420fb1 | 2019-05-16 15:53:01 +0200 | [diff] [blame] | 26 | <project path="buildroot" name="buildroot/buildroot.git" revision="95942f5fcd35d783a49adce621ccf33480f1c88c" /> |
Igor Opaniuk | a69b871 | 2018-06-04 12:04:40 +0300 | [diff] [blame] | 27 | </manifest> |