| <?xml version="1.0" encoding="UTF-8"?> |
| <manifest> |
| <remote name="busybox" fetch="git://busybox.net" /> |
| <remote name="linaro-swg" fetch="https://github.com/linaro-swg" /> |
| <remote name="linux" fetch="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds" /> |
| <remote name="optee" fetch="https://github.com/OP-TEE" /> |
| <remote name="qemu" fetch="https://github.com/qemu" /> |
| |
| <default remote="optee" revision="master" /> |
| |
| <!-- OP-TEE gits --> |
| <project path="optee_os" name="optee_os.git" clone-depth="1" /> |
| <project path="optee_client" name="optee_client.git" clone-depth="1" /> |
| <project path="optee_test" name="optee_test.git" clone-depth="1" /> |
| |
| <!-- busybox --> |
| <project remote="busybox" path="busybox" name="busybox.git" revision="refs/tags/1_24_1" clone-depth="1" /> |
| |
| <!-- Linux kernel --> |
| <project remote="linaro-swg" path="linux" name="linux.git" revision="optee" clone-depth="1" /> |
| |
| <!-- linaro-swg gits --> |
| <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" clone-depth="1" /> |
| <project remote="linaro-swg" path="soc_term" name="soc_term.git" clone-depth="1" /> |
| <project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" clone-depth="1" /> |
| <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" /> |
| |
| <!-- Temporary use the defined commit since upstream tip didn't work --> |
| <project remote="qemu" path="qemu" name="qemu.git" revision="c5d128ffeb5357df1ea3e6de0c13b3d6a09f6064" /> |
| |
| <!-- Build --> |
| <project remote="optee" path="build" name="build.git" clone-depth="1" > |
| <linkfile src="qemu.mk" dest="build/Makefile" /> |
| </project> |
| </manifest> |