Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [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 | <remote name="linaro" fetch="https://git.linaro.org" /> |
| 9 | <remote name="u-boot" fetch="git://git.denx.de" /> |
| 10 | |
| 11 | <default remote="optee" revision="master" /> |
| 12 | |
| 13 | <!-- OP-TEE gits --> |
| 14 | <project path="optee_os" name="optee_os.git" /> |
| 15 | <project path="optee_client" name="optee_client.git" /> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 16 | <project path="optee_test" name="optee_test.git" /> |
| 17 | |
| 18 | <!-- busybox --> |
| 19 | <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
| 20 | |
| 21 | <!-- ARM gits, FVP --> |
| 22 | <!-- <project remote="arm" path="arm-trusted-firmware" name="arm-trusted-firmware.git" /> --> |
| 23 | <project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="optee_paged_armtf_v1.2" /> |
| 24 | |
| 25 | <!-- U-Boot --> |
| 26 | <project remote="u-boot" path="u-boot" name="u-boot.git" /> |
| 27 | |
| 28 | <!-- Recovery files --> |
| 29 | <project remote="linaro" path="vexpress-firmware" name="arm/vexpress-firmware.git" revision="cad383a2c4ffeb9192605fda54c07fd1aa09a1b0"/> |
| 30 | |
| 31 | <!-- Linux kernel --> |
Jens Wiklander | d9f7034 | 2016-03-29 10:45:29 +0200 | [diff] [blame] | 32 | <project remote="linaro-swg" path="linux" name="linux.git" revision="optee"/> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 33 | |
| 34 | <!-- Filesystem --> |
| 35 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" /> |
| 36 | |
| 37 | <!-- Build --> |
Jens Wiklander | d9f7034 | 2016-03-29 10:45:29 +0200 | [diff] [blame] | 38 | <project path="build" name="build.git"> |
Jens Wiklander | 468d984 | 2016-02-04 10:36:57 +0100 | [diff] [blame] | 39 | <linkfile src="juno.mk" dest="build/Makefile" /> |
| 40 | </project> |
| 41 | </manifest> |