Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 1 | <?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 Chong | efe963d | 2016-01-24 07:36:25 +0000 | [diff] [blame^] | 7 | <remote name="qemu" fetch="https://github.com/qemu" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 8 | |
| 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 Brand | 5d0b516 | 2016-01-04 21:32:34 +0100 | [diff] [blame] | 18 | <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 19 | |
| 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 Chong | efe963d | 2016-01-24 07:36:25 +0000 | [diff] [blame^] | 27 | <project remote="qemu" path="qemu" name="qemu.git" /> |
Joakim Bech | dedcb92 | 2015-04-29 23:04:27 +0200 | [diff] [blame] | 28 | |
| 29 | <!-- Build --> |
| 30 | <project remote="optee" path="build" name="build.git"> |
| 31 | <linkfile src="qemu.mk" dest="build/Makefile" /> |
| 32 | </project> |
| 33 | </manifest> |