Igor Opaniuk | 9b029de | 2024-01-15 19:17:57 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote name="github" fetch="https://github.com" /> |
| 4 | <default remote="github" revision="master" /> |
| 5 | |
| 6 | <!-- OP-TEE gits --> |
Jens Wiklander | 4aae69d | 2024-07-12 10:50:42 +0200 | [diff] [blame] | 7 | <project path="optee_client" name="OP-TEE/optee_client.git" revision="refs/tags/4.3.0" clone-depth="1" /> |
| 8 | <project path="optee_os" name="OP-TEE/optee_os.git" revision="refs/tags/4.3.0" clone-depth="1" /> |
| 9 | <project path="optee_test" name="OP-TEE/optee_test.git" revision="refs/tags/4.3.0" clone-depth="1" /> |
Igor Opaniuk | 9b029de | 2024-01-15 19:17:57 +0100 | [diff] [blame] | 10 | |
| 11 | <!-- linaro-swg gits --> |
Jens Wiklander | 4aae69d | 2024-07-12 10:50:42 +0200 | [diff] [blame] | 12 | <project path="linux" name="linaro-swg/linux.git" revision="refs/tags/optee-4.3.0" clone-depth="1" /> |
| 13 | <project path="optee_examples" name="linaro-swg/optee_examples.git" revision="refs/tags/4.3.0" clone-depth="1" /> |
Igor Opaniuk | 9b029de | 2024-01-15 19:17:57 +0100 | [diff] [blame] | 14 | |
| 15 | <!-- buildroot git --> |
Joakim Bech | 59667bd | 2024-06-12 16:09:01 +0200 | [diff] [blame] | 16 | <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2024.05" clone-depth="1" /> |
Igor Opaniuk | 9b029de | 2024-01-15 19:17:57 +0100 | [diff] [blame] | 17 | </manifest> |