Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="busybox" fetch="git://busybox.net" /> |
| 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 | |
| 16 | <!-- busybox --> |
| 17 | <project remote="busybox" path="busybox" name="busybox.git" revision="refs/tags/1_24_1" clone-depth="1" /> |
| 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 --> |
| 23 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" clone-depth="1" /> |
| 24 | <project remote="linaro-swg" path="soc_term" name="soc_term.git" clone-depth="1" /> |
| 25 | <project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" clone-depth="1" /> |
Jerome Forissier | 3e8ac63 | 2016-07-19 14:35:29 +0200 | [diff] [blame] | 26 | <project remote="linaro-swg" path="hello_world" name="hello_world.git" /> |
| 27 | |
Jerome Forissier | 7687470 | 2016-10-11 08:25:52 +0200 | [diff] [blame] | 28 | <!-- Temporary use the defined commit since upstream tip didn't work --> |
Jerome Forissier | 036a9ec | 2016-10-11 10:51:41 +0200 | [diff] [blame] | 29 | <project remote="qemu" path="qemu" name="qemu.git" revision="c5d128ffeb5357df1ea3e6de0c13b3d6a09f6064" /> |
Jerome Forissier | 228b992 | 2016-03-10 16:00:36 +0700 | [diff] [blame] | 30 | |
| 31 | <!-- Build --> |
| 32 | <project remote="optee" path="build" name="build.git" clone-depth="1" > |
| 33 | <linkfile src="qemu.mk" dest="build/Makefile" /> |
| 34 | </project> |
| 35 | </manifest> |