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="arm" fetch="https://github.com/ARM-software" /> |
| 4 | <remote name="busybox" fetch="git://busybox.net" /> |
| 5 | <remote name="linaro-swg" fetch="https://github.com/linaro-swg" /> |
| 6 | <remote name="linux" fetch="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds" /> |
| 7 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
| 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 --> |
| 18 | <project remote="busybox" path="busybox" name="busybox.git" /> |
| 19 | |
| 20 | <!-- ARM gits, FVP --> |
| 21 | <!-- <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" /> --> |
| 22 | <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="7e4d69163cd93ae2e18555749fc5d7a658139e3c" /> |
| 23 | |
| 24 | <!-- Tianocore, EDK2 --> |
| 25 | <project remote="arm" path="edk2" name="edk2.git" revision="refs/tags/v2.1-rc0" /> |
| 26 | |
| 27 | <!-- Linux kernel --> |
| 28 | <project remote="linux" path="linux" name="linux.git" revision="refs/tags/v3.18-rc1"/> |
| 29 | |
| 30 | <!-- Filesystem --> |
| 31 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" /> |
| 32 | |
| 33 | <!-- Build --> |
| 34 | <project remote="optee" path="build" name="build.git"> |
| 35 | <linkfile src="fvp.mk" dest="build/Makefile" /> |
| 36 | </project> |
| 37 | </manifest> |