blob: 0c8a6cff52cb561115fa36e065b5da3266ef2257 [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 -->
7 <project path="optee_client" name="OP-TEE/optee_client.git" />
8 <project path="optee_os" name="OP-TEE/optee_os.git" />
9 <project path="optee_test" name="OP-TEE/optee_test.git" />
10
11 <!-- linaro-swg gits -->
12 <project path="linux" name="linaro-swg/linux.git" revision="optee" clone-depth="1" />
Igor Opaniuk9b029de2024-01-15 19:17:57 +010013 <project path="optee_examples" name="linaro-swg/optee_examples.git" />
14
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>