Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
Jerome Forissier | a6bcb7e | 2018-03-13 10:22:16 +0100 | [diff] [blame] | 3 | <remote name="buildroot" fetch="https://github.com/buildroot" /> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 4 | <remote name="linaro-swg" fetch="https://github.com/linaro-swg" /> |
| 5 | <remote name="linux" fetch="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds" /> |
| 6 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
| 7 | <remote name="qemu" fetch="https://github.com/qemu" /> |
| 8 | |
| 9 | <default remote="optee" revision="master" /> |
| 10 | |
| 11 | <!-- OP-TEE gits --> |
| 12 | <project path="optee_os" name="optee_os.git" clone-depth="1" /> |
| 13 | <project path="optee_client" name="optee_client.git" clone-depth="1" /> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 14 | <project path="optee_test" name="optee_test.git" clone-depth="1" /> |
| 15 | |
Jerome Forissier | a6bcb7e | 2018-03-13 10:22:16 +0100 | [diff] [blame] | 16 | <!-- buildroot --> |
Joakim Bech | d7c07b5 | 2018-03-14 14:25:38 +0100 | [diff] [blame^] | 17 | <project remote="buildroot" path="buildroot" name="buildroot.git" revision="refs/tags/2017.11" clone-depth="1" /> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 18 | |
| 19 | <!-- Linux kernel --> |
Pascal Brand | 65f8a53 | 2016-04-08 21:27:51 +0200 | [diff] [blame] | 20 | <project remote="linaro-swg" path="linux" name="linux.git" revision="optee" clone-depth="1" /> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 21 | |
| 22 | <!-- linaro-swg gits --> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 23 | <project remote="linaro-swg" path="soc_term" name="soc_term.git" clone-depth="1" /> |
| 24 | <project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" clone-depth="1" /> |
Jerome Forissier | 4c72966 | 2017-09-06 17:36:46 +0200 | [diff] [blame] | 25 | <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" /> |
Jerome Forissier | 3e8ac63 | 2016-07-19 14:35:29 +0200 | [diff] [blame] | 26 | |
Jerome Forissier | 7687470 | 2016-10-11 08:25:52 +0200 | [diff] [blame] | 27 | <!-- Temporary use the defined commit since upstream tip didn't work --> |
Jerome Forissier | 036a9ec | 2016-10-11 10:51:41 +0200 | [diff] [blame] | 28 | <project remote="qemu" path="qemu" name="qemu.git" revision="c5d128ffeb5357df1ea3e6de0c13b3d6a09f6064" /> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 29 | |
| 30 | <!-- Build --> |
| 31 | <project remote="optee" path="build" name="build.git" clone-depth="1" > |
| 32 | <linkfile src="qemu.mk" dest="build/Makefile" /> |
| 33 | </project> |
| 34 | </manifest> |