blob: 788db65e740af5b9c91412e70c372a9bb9425d84 [file] [log] [blame]
Jerome Forissier228b9922016-03-10 16:00:36 +07001<?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
9 <default remote="optee" revision="master" />
10
11 <!-- OP-TEE gits -->
12 <project path="optee_os" name="optee_os.git" clone-depth="1" />
13 <project path="optee_client" name="optee_client.git" clone-depth="1" />
14 <project path="optee_linuxdriver" name="optee_linuxdriver.git" clone-depth="1" />
15 <project path="optee_test" name="optee_test.git" clone-depth="1" />
16
17 <!-- busybox -->
18 <project remote="busybox" path="busybox" name="busybox.git" revision="refs/tags/1_24_1" clone-depth="1" />
19
20 <!-- Linux kernel -->
21 <project remote="linux" path="linux" name="linux.git" revision="refs/tags/v4.1-rc1" clone-depth="1" />
22
23 <!-- linaro-swg gits -->
24 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" clone-depth="1" />
25 <project remote="linaro-swg" path="soc_term" name="soc_term.git" clone-depth="1" />
26 <project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" clone-depth="1" />
27 <project remote="qemu" path="qemu" name="qemu.git" clone-depth="1" />
28
29 <!-- Build -->
30 <project remote="optee" path="build" name="build.git" clone-depth="1" >
31 <linkfile src="qemu.mk" dest="build/Makefile" />
32 </project>
33</manifest>