Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
Joakim Bech | 1bc7da0 | 2018-03-14 15:54:20 +0100 | [diff] [blame] | 3 | <remote name="github" fetch="https://github.com" /> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 4 | |
Joakim Bech | 1bc7da0 | 2018-03-14 15:54:20 +0100 | [diff] [blame] | 5 | <default remote="github" revision="master" /> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 6 | |
Joakim Bech | 1bc7da0 | 2018-03-14 15:54:20 +0100 | [diff] [blame] | 7 | <!-- OP-TEE gits --> |
Jerome Forissier | 872ab23 | 2018-04-13 16:40:35 +0200 | [diff] [blame] | 8 | <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/3.1.0" clone-depth="1" /> |
| 9 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/3.1.0" clone-depth="1" /> |
| 10 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/3.1.0" clone-depth="1" /> |
| 11 | <project path="build" name="OP-TEE/build.git" revision="refs/tags/3.1.0" clone-depth="1"> |
Joakim Bech | 1bc7da0 | 2018-03-14 15:54:20 +0100 | [diff] [blame] | 12 | <linkfile src="qemu.mk" dest="build/Makefile" /> |
| 13 | </project> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 14 | |
Joakim Bech | 1bc7da0 | 2018-03-14 15:54:20 +0100 | [diff] [blame] | 15 | <!-- linaro-swg gits --> |
| 16 | <project path="bios_qemu_tz_arm" name="linaro-swg/bios_qemu_tz_arm.git" revision="refs/heads/master" clone-depth="1" /> |
| 17 | <project path="linux" name="linaro-swg/linux.git" revision="refs/heads/optee" clone-depth="1" /> |
Jerome Forissier | 872ab23 | 2018-04-13 16:40:35 +0200 | [diff] [blame] | 18 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/3.1.0" clone-depth="1" /> |
Joakim Bech | 1bc7da0 | 2018-03-14 15:54:20 +0100 | [diff] [blame] | 19 | <project path="soc_term" name="linaro-swg/soc_term.git" revision="refs/heads/master" clone-depth="1" /> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 20 | |
Joakim Bech | 1bc7da0 | 2018-03-14 15:54:20 +0100 | [diff] [blame] | 21 | <!-- Misc gits --> |
| 22 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2017.11" clone-depth="1" /> |
| 23 | <project path="qemu" name="qemu/qemu.git" revision="refs/tags/v2.10.0" clone-depth="1" /> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 24 | </manifest> |