blob: fe77820225eff9fd23cb4686bf48dd2976ea6ae0 [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" />
<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_linuxdriver" name="optee_linuxdriver.git" />
<project path="optee_test" name="optee_test.git" />
<!-- busybox -->
<project remote="busybox" path="busybox" name="busybox.git" />
<!-- MediaTek Download Tool -->
<project remote="linaro-swg" path="mtk_tools" name="mtk_tools.git" />
<!-- Linux kernel -->
<project remote="linaro-swg" path="linux" name="linux.git" revision="4.0rc1"/>
<project remote="linaro-swg" path="patches-upstream" name="patches-upstream.git" revision="4.0rc1"/>
<!-- Filesystem -->
<project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
<!-- Build -->
<project remote="optee" path="build" name="build.git">
<linkfile src="mediatek.mk" dest="build/Makefile" />
</project>
</manifest>