blob: 7e522447aaf6563635594788e1b70d7093ad6f2d [file] [log] [blame]
<?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="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" />
<project path="optee_client" name="optee_client.git" />
<project path="optee_test" name="optee_test.git" />
<!-- busybox -->
<project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
<!-- Linux kernel -->
<project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/>
<!-- linaro-swg gits -->
<project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
<project remote="linaro-swg" path="soc_term" name="soc_term.git" />
<project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" />
<project remote="linaro-swg" path="hello_world" name="hello_world.git" />
<!-- Benchmark app -->
<project remote="linaro-swg" path="optee_benchmark" name="optee_benchmark.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">
<linkfile src="qemu.mk" dest="build/Makefile" />
</project>
</manifest>