blob: fe67b66e6e4108262ef4fba3bc388eac5f0da787 [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" />
Jerome Forissier228b9922016-03-10 16:00:36 +070014 <project path="optee_test" name="optee_test.git" clone-depth="1" />
15
16 <!-- busybox -->
17 <project remote="busybox" path="busybox" name="busybox.git" revision="refs/tags/1_24_1" clone-depth="1" />
18
19 <!-- Linux kernel -->
Pascal Brand65f8a532016-04-08 21:27:51 +020020 <project remote="linaro-swg" path="linux" name="linux.git" revision="optee" clone-depth="1" />
Jerome Forissier228b9922016-03-10 16:00:36 +070021
22 <!-- linaro-swg gits -->
23 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" clone-depth="1" />
24 <project remote="linaro-swg" path="soc_term" name="soc_term.git" clone-depth="1" />
25 <project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" clone-depth="1" />
Jerome Forissier3e8ac632016-07-19 14:35:29 +020026 <project remote="linaro-swg" path="hello_world" name="hello_world.git" />
27
Jerome Forissier76874702016-10-11 08:25:52 +020028 <!-- Temporary use the defined commit since upstream tip didn't work -->
Jerome Forissier036a9ec2016-10-11 10:51:41 +020029 <project remote="qemu" path="qemu" name="qemu.git" revision="c5d128ffeb5357df1ea3e6de0c13b3d6a09f6064" />
Jerome Forissier228b9922016-03-10 16:00:36 +070030
31 <!-- Build -->
32 <project remote="optee" path="build" name="build.git" clone-depth="1" >
33 <linkfile src="qemu.mk" dest="build/Makefile" />
34 </project>
35</manifest>