blob: a2b674e171533e3780cd5ce588beda92224be65b [file] [log] [blame]
Jerome Forissier228b9922016-03-10 16:00:36 +07001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
Jerome Forissiera6bcb7e2018-03-13 10:22:16 +01003 <remote name="buildroot" fetch="https://github.com/buildroot" />
Jerome Forissier228b9922016-03-10 16:00:36 +07004 <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
Jerome Forissiera6bcb7e2018-03-13 10:22:16 +010016 <!-- buildroot -->
Joakim Bechd7c07b52018-03-14 14:25:38 +010017 <project remote="buildroot" path="buildroot" name="buildroot.git" revision="refs/tags/2017.11" clone-depth="1" />
Jerome Forissier228b9922016-03-10 16:00:36 +070018
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 -->
Jerome Forissier228b9922016-03-10 16:00:36 +070023 <project remote="linaro-swg" path="soc_term" name="soc_term.git" clone-depth="1" />
24 <project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" clone-depth="1" />
Jerome Forissier4c729662017-09-06 17:36:46 +020025 <project remote="linaro-swg" path="optee_examples" name="optee_examples.git" />
Jerome Forissier3e8ac632016-07-19 14:35:29 +020026
Jerome Forissier76874702016-10-11 08:25:52 +020027 <!-- Temporary use the defined commit since upstream tip didn't work -->
Jerome Forissier036a9ec2016-10-11 10:51:41 +020028 <project remote="qemu" path="qemu" name="qemu.git" revision="c5d128ffeb5357df1ea3e6de0c13b3d6a09f6064" />
Jerome Forissier228b9922016-03-10 16:00:36 +070029
30 <!-- Build -->
31 <project remote="optee" path="build" name="build.git" clone-depth="1" >
32 <linkfile src="qemu.mk" dest="build/Makefile" />
33 </project>
34</manifest>