blob: 9aee600a2db6659d1bd23cc6502f218267bead85 [file] [log] [blame] [view]
Bharathda763ef2023-08-21 20:37:13 +05301# CLO manifests
2
3Manifests here are based on [codelinaro](https://www.codelinaro.org/projects/clo/la)
4manifests. Once added, manifests have been re-organised to mirror the pattern found in AOSP
5manifests. I.e path, name, groups, clone-depth, revision.
6
7E.g.
8`<project path="prebuilts/deqp" name="platform/prebuilts/deqp" groups="pdk-fs" clone-depth="1" revision="ks-aosp.lnx.1.0.r4-rel" />`
9
10## Obtaining manifests
11Manifests can be found with:
12```bash
13$ repo init -u https://git.codelinaro.org/clo/la/platform/manifest
14$ cd .repo/manifests
15$ git checkout release
16```
17All released manifests should now be visible.