blob: 79add6dc1deb8fc90a5e3d6546d984e113c0a5cd [file] [log] [blame]
Igor Opaniuk9b029de2024-01-15 19:17:57 +01001<?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 Wiklander4aae69d2024-07-12 10:50:42 +02007 <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 Opaniuk9b029de2024-01-15 19:17:57 +010010
11 <!-- linaro-swg gits -->
Jens Wiklander4aae69d2024-07-12 10:50:42 +020012 <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 Opaniuk9b029de2024-01-15 19:17:57 +010014
15 <!-- buildroot git -->
Joakim Bech59667bd2024-06-12 16:09:01 +020016 <project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2024.05" clone-depth="1" />
Igor Opaniuk9b029de2024-01-15 19:17:57 +010017</manifest>