blob: 8d7a99c12d15d621eeaeac9e0d6fc831315aaea8 [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" />
Joakim Bechdedcb922015-04-29 23:04:27 +020014 <project path="optee_test" name="optee_test.git" />
15
16 <!-- busybox -->
Pascal Brand5d0b5162016-01-04 21:32:34 +010017 <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" />
Joakim Bechdedcb922015-04-29 23:04:27 +020018
19 <!-- Linux kernel -->
Pascal Brand8d2facd2016-03-22 16:05:15 +010020 <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/>
Joakim Bechdedcb922015-04-29 23:04:27 +020021
22 <!-- linaro-swg gits -->
23 <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" />
24 <project remote="linaro-swg" path="soc_term" name="soc_term.git" />
25 <project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" />
Victor Chong43a163b2016-07-13 08:25:23 +010026 <project remote="linaro-swg" path="hello_world" name="hello_world.git" />
27
Victor Chongefe963d2016-01-24 07:36:25 +000028 <project remote="qemu" path="qemu" name="qemu.git" />
Joakim Bechdedcb922015-04-29 23:04:27 +020029
30 <!-- Build -->
31 <project remote="optee" path="build" name="build.git">
32 <linkfile src="qemu.mk" dest="build/Makefile" />
33 </project>
34</manifest>