Pascal Brand | 9c62356 | 2015-10-06 13:42:57 +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" /> |
| 7 | |
| 8 | <default remote="optee" revision="MUST ALWAYS USE STABLE REVISION" /> |
| 9 | |
| 10 | <!-- OP-TEE gits --> |
Pascal Brand | dcee81d | 2015-10-13 13:28:28 +0200 | [diff] [blame] | 11 | <project path="optee_os" name="optee_os.git" revision="refs/tags/1.0.1" /> |
| 12 | <project path="optee_client" name="optee_client.git" revision="refs/tags/1.0.1" /> |
| 13 | <project path="optee_linuxdriver" name="optee_linuxdriver.git" revision="refs/tags/1.0.1" /> |
| 14 | <project path="optee_test" name="optee_test.git" revision="refs/tags/1.0.1" /> |
Pascal Brand | 9c62356 | 2015-10-06 13:42:57 +0200 | [diff] [blame] | 15 | |
| 16 | <!-- busybox --> |
| 17 | <project remote="busybox" path="busybox" name="busybox.git" revision="3b650c1e7b0bcbb4dfebab6fd87449e6b1e0b788"/> |
| 18 | |
| 19 | <!-- Linux kernel --> |
| 20 | <project remote="linux" path="linux" name="linux.git" revision="refs/tags/v4.1-rc1"/> |
| 21 | |
| 22 | <!-- linaro-swg gits --> |
| 23 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="3410709e6932facda8cb1802126630e40e9f1ba4"/> |
| 24 | <project remote="linaro-swg" path="soc_term" name="soc_term.git" revision="7f2da75e9f106bc3e7ed81dd0ff541a49e04dd8c" /> |
| 25 | <project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" revision="baf44144616e8b9b4f92e12d8a4e80379a5506b6" /> |
| 26 | <project remote="linaro-swg" path="qemu" name="qemu.git" revision="c00ed157431a4a6e0c4c481ba1c809623cbf908f"/> |
| 27 | |
| 28 | <!-- Build --> |
Pascal Brand | dcee81d | 2015-10-13 13:28:28 +0200 | [diff] [blame] | 29 | <project remote="optee" path="build" name="build.git" revision="refs/tags/1.0.1"> |
Pascal Brand | 9c62356 | 2015-10-06 13:42:57 +0200 | [diff] [blame] | 30 | <linkfile src="qemu.mk" dest="build/Makefile" /> |
| 31 | </project> |
| 32 | </manifest> |