Joakim Bech | 9c91fa7 | 2016-07-12 14:01:29 +0200 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <!-- <remote name="busybox" fetch="git://busybox.net" /> --> |
| 4 | <remote name="busybox_mirror" fetch="https://github.com/mirror" /> |
| 5 | <remote name="jbech" fetch="https://github.com/jbech-linaro" /> |
| 6 | <remote name="linaro-swg" fetch="https://github.com/linaro-swg" /> |
| 7 | <remote name="optee" fetch="https://github.com/OP-TEE" /> |
| 8 | |
| 9 | <!-- Temporary until patches are good enough to be put on the offical |
| 10 | upstream repositories --> |
| 11 | <default remote="jbech" revision="rpi3_initial_drop" /> |
| 12 | |
| 13 | <!-- OP-TEE gits --> |
| 14 | <project path="optee_os" name="optee_os.git" /> |
| 15 | <project remote="optee" path="optee_client" name="optee_client.git" revision="master" /> |
| 16 | <project remote="optee" path="optee_test" name="optee_test.git" revision="master" /> |
| 17 | |
| 18 | <!-- busybox --> |
| 19 | <!-- <project remote="busybox" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> --> |
| 20 | <project remote="busybox_mirror" path="busybox" name="busybox.git" revision="dbf5a6da6a4295ce26edd1ce34fde567d19afa02" /> |
| 21 | |
| 22 | <project path="arm-trusted-firmware" name="arm-trusted-firmware.git" /> |
| 23 | |
| 24 | <!-- Linux kernel --> |
| 25 | <project path="linux" name="linux.git" /> |
| 26 | |
| 27 | <!-- U-boot --> |
| 28 | <project path="u-boot" name="u-boot.git" /> |
| 29 | |
| 30 | <!-- Filesystem --> |
| 31 | <project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="master" /> |
| 32 | |
| 33 | <!-- Build --> |
| 34 | <project path="build" name="build.git"> |
| 35 | <linkfile src="rpi3.mk" dest="build/Makefile" /> |
| 36 | <linkfile src="rpi3/pi3.cfg" dest="build/pi3.cfg" /> |
| 37 | <linkfile src="../toolchains/aarch64/bin/aarch64-linux-gnu-gdb" dest="build/gdb" /> |
| 38 | </project> |
| 39 | </manifest> |