blob: 1e975466fd5efaa96c512beaeafebbf1bb16b012 [file] [log] [blame]
Matt Ma99a604a2016-07-08 09:48:49 +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="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 <remote name="sfnet" fetch="http://git.code.sf.net/p/strace" />
9
10 <default remote="optee" revision="master" />
11
12 <!-- OP-TEE gits -->
13 <project path="optee_os" name="optee_os.git" />
14 <project path="optee_client" name="optee_client.git" />
15 <project path="optee_test" name="optee_test.git" />
16
17 <!-- busybox -->
18 <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
19
20 <!-- Linux kernel -->
21 <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/>
22
23 <!-- linaro-swg gits -->
24 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
25 <project remote="linaro-swg" path="soc_term" name="soc_term.git" />
26
27 <!-- QEMU -->
28 <project remote="qemu" path="qemu" name="qemu.git" />
29
30 <!-- We're using Linaro SWG for ARM-TF until merged officially -->
31 <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="refs/heads/optee_v2.1.0_paged_armtf_v1.2" />
32
33 <!-- strace -->
34 <project remote="sfnet" path="strace" name="code" />
35
36 <!-- Build -->
37 <project remote="optee" path="build" name="build.git">
38 <linkfile src="qemu_v8.mk" dest="build/Makefile" />
39 <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" />
40 </project>
41</manifest>