blob: fe77820225eff9fd23cb4686bf48dd2976ea6ae0 [file] [log] [blame]
SY Chiuf909a762015-07-14 16:16:55 +08001<?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="optee" fetch="https://github.com/OP-TEE" />
6
7 <default remote="optee" revision="master" />
8
9 <!-- OP-TEE gits -->
10 <project path="optee_os" name="optee_os.git" />
11 <project path="optee_client" name="optee_client.git" />
12 <project path="optee_linuxdriver" name="optee_linuxdriver.git" />
13 <project path="optee_test" name="optee_test.git" />
14
15 <!-- busybox -->
16 <project remote="busybox" path="busybox" name="busybox.git" />
17
18 <!-- MediaTek Download Tool -->
19 <project remote="linaro-swg" path="mtk_tools" name="mtk_tools.git" />
20
21 <!-- Linux kernel -->
22 <project remote="linaro-swg" path="linux" name="linux.git" revision="4.0rc1"/>
23 <project remote="linaro-swg" path="patches-upstream" name="patches-upstream.git" revision="4.0rc1"/>
24
25 <!-- Filesystem -->
26 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
27
28 <!-- Build -->
29 <project remote="optee" path="build" name="build.git">
30 <linkfile src="mediatek.mk" dest="build/Makefile" />
31 </project>
32</manifest>