Skip to content
Snippets Groups Projects

Rework workflow documentation

Merged Martyn Welch requested to merge wip/martyn/T7254-Rework-workflow-docs into master
Compare and Show latest version
2 files
+ 24
21
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -144,18 +144,18 @@ images capable of being later updated via OSTree.
![Multi-stage OSTree image generation](/images/workflow_multi-stage-ostree-image-generation.svg)
This split allows the creation of just one SoC, platform or even board specific
This split allows the creation of just one SoC-, platform- or even board-specific
recipe which can be combined with a selection of more generic recipes to enable
either a single generic recipe to be used to fulfill the same use case across
multiple platforms or different generic recipes to be combined with the same
platform-specific recipe to use the same platform for different use cases.
For instance the `target` and `minimal` recipes for `arm64` could be combined
For instance, the `target` and `minimal` recipes for `arm64` could be combined
with the U-Boot and Raspberry Pi recipes to generate four possible combinations
of flashable images, targeting either the Renesas R-Car or Raspberry Pi
platforms.
A GitLab CI/CD pipeline will periodically schedule a batch of tests against the
A GitLab CI/CD pipeline periodically schedules a batch of tests against the
latest images on the
[LAVA instance hosted by Collabora](https://lava.collabora.co.uk). LAVA takes
care of deploying the freshly generated images on actual target devices running
Loading