Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [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 | <remote name="sfnet" fetch="http://git.code.sf.net/p/strace" /> |
| 9 | |
| 10 | <default remote="optee" revision="master" /> |
| 11 | |
| 12 | <!-- OP-TEE gits --> |
| 13 | <project path="optee_os" name="optee_os.git" /> |
| 14 | <project path="optee_client" name="optee_client.git" /> |
| 15 | <project path="optee_test" name="optee_test.git" /> |
| 16 | |
| 17 | <!-- busybox --> |
| 18 | <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
| 19 | |
Victor Chong | 43a163b | 2016-07-13 08:25:23 +0100 | [diff] [blame] | 20 | <!-- Hello world TA --> |
| 21 | <project remote="linaro-swg" path="hello_world" name="hello_world.git" /> |
| 22 | |
Matt Ma | 99a604a | 2016-07-08 09:48:49 +0800 | [diff] [blame] | 23 | <!-- Linux kernel --> |
| 24 | <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/> |
| 25 | |
| 26 | <!-- linaro-swg gits --> |
| 27 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" /> |
| 28 | <project remote="linaro-swg" path="soc_term" name="soc_term.git" /> |
| 29 | |
| 30 | <!-- QEMU --> |
| 31 | <project remote="qemu" path="qemu" name="qemu.git" /> |
| 32 | |
| 33 | <!-- We're using Linaro SWG for ARM-TF until merged officially --> |
| 34 | <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="refs/heads/optee_v2.1.0_paged_armtf_v1.2" /> |
| 35 | |
| 36 | <!-- strace --> |
| 37 | <project remote="sfnet" path="strace" name="code" /> |
| 38 | |
| 39 | <!-- Build --> |
| 40 | <project remote="optee" path="build" name="build.git"> |
| 41 | <linkfile src="qemu_v8.mk" dest="build/Makefile" /> |
| 42 | <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" /> |
| 43 | </project> |
| 44 | </manifest> |