blob: 23c8374578950a22343b0e326201af46df547f85 [file] [log] [blame]
Joakim Bechdedcb922015-04-29 23:04:27 +02001<?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" />
Victor Chongefe963d2016-01-24 07:36:25 +00007 <remote name="qemu" fetch="https://github.com/qemu" />
Joakim Bechdedcb922015-04-29 23:04:27 +02008
9 <default remote="optee" revision="master" />
10
11 <!-- OP-TEE gits -->
12 <project path="optee_os" name="optee_os.git" />
13 <project path="optee_client" name="optee_client.git" />
14 <project path="optee_linuxdriver" name="optee_linuxdriver.git" />
15 <project path="optee_test" name="optee_test.git" />
16
17 <!-- busybox -->
Pascal Brand5d0b5162016-01-04 21:32:34 +010018 <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
Joakim Bechdedcb922015-04-29 23:04:27 +020019
20 <!-- Linux kernel -->
21 <project remote="linux" path="linux" name="linux.git" revision="refs/tags/v4.1-rc1"/>
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 <project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" />
Victor Chongefe963d2016-01-24 07:36:25 +000027 <project remote="qemu" path="qemu" name="qemu.git" />
Joakim Bechdedcb922015-04-29 23:04:27 +020028
29 <!-- Build -->
30 <project remote="optee" path="build" name="build.git">
31 <linkfile src="qemu.mk" dest="build/Makefile" />
32 </project>
33</manifest>