Bharath | da763ef | 2023-08-21 20:37:13 +0530 | [diff] [blame] | 1 | # CLO manifests |
| 2 | |
| 3 | Manifests here are based on [codelinaro](https://www.codelinaro.org/projects/clo/la) |
| 4 | manifests. Once added, manifests have been re-organised to mirror the pattern found in AOSP |
| 5 | manifests. I.e path, name, groups, clone-depth, revision. |
| 6 | |
| 7 | E.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 |
| 11 | Manifests 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 | ``` |
| 17 | All released manifests should now be visible. |