Andrew F. Davis | 8642766 | 2017-04-02 18:27:32 -0500 | [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="optee" fetch="https://github.com/OP-TEE" /> |
| 6 | <remote name="ti-u-boot" fetch="git://git.ti.com/ti-u-boot" /> |
| 7 | <remote name="ti-linux" fetch="git://git.ti.com/ti-linux-kernel" /> |
| 8 | |
| 9 | <!-- OP-TEE gits --> |
| 10 | <project remote="optee" path="optee_os" name="optee_os.git" revision="master" /> |
| 11 | <project remote="optee" path="optee_client" name="optee_client.git" revision="master" /> |
| 12 | <project remote="optee" path="optee_test" name="optee_test.git" revision="master" /> |
| 13 | |
| 14 | <!-- busybox --> |
| 15 | <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
| 16 | |
| 17 | <!-- U-Boot --> |
| 18 | <project remote="ti-u-boot" path="u-boot" name="ti-u-boot.git" revision="ti-u-boot-2017.01" /> |
| 19 | |
| 20 | <!-- Linux kernel --> |
| 21 | <project remote="ti-linux" path="linux" name="ti-linux-kernel.git" revision="ti-lsk-linux-4.9.y" /> |
| 22 | |
| 23 | <!-- Hello world TA --> |
| 24 | <project remote="linaro-swg" path="hello_world" name="hello_world.git" revision="master" /> |
| 25 | |
| 26 | <!-- Filesystem --> |
| 27 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="master" /> |
| 28 | |
| 29 | <!-- Build --> |
| 30 | <project remote="optee" path="build" name="build.git" revision="master"> |
| 31 | <linkfile src="am43xx.mk" dest="build/Makefile" /> |
| 32 | </project> |
| 33 | </manifest> |