Components

< Template:EcosystemRelease
Revision as of 15:12, 3 April 2020 by Registered User

1 Usage[edit]

The EcosystemRelease/Components template returns the version of all software components delivered by an ecosystem release revision of the flow associated with this wiki (e.g. v1.y.z ,or v2.y.z, or...).

Usage: {{EcosystemRelease/Components | revision=<revision>}}

Where:

  • <revision> is the mandatory revision of the ecosystem release, for which the version of all software components is requested.

The returned value is:

  • a string that contains the version of all the software components delivered by the ecosystem release revision, in a form that is usable by a tooltip.
  • "unknown revision", if <<revision> is not supported.

This template relies on the EcosystemRelease/Component template.

2 Basic examples[edit]

You type You get
Components version for vx.0.0 revision requested
{{EcosystemRelease/Components | revision=x.0.0}}

Main software components: Linux kernel vx.y-stm32mp-r0 (vx.y.z) U-Boot vx.y-stm32mp-r0 TF-A vx.y-stm32mp-r0 OP-TEE vx.y.z-stm32mp-r0 STM32CubeMP1 Package vx.y.z OpenEmbedded vx.y.z (codename) Android vx.y.z

3 More examples[edit]

You type You get
Components version for vx.2.0 revision requested
{{EcosystemRelease/Components | revision=x.2.0}}

Main software components: Linux kernel vx.y-stm32mp-r0 (vx.y.z) U-Boot vx.y-stm32mp-r0 TF-A vx.y-stm32mp-r0 OP-TEE vx.y.z-stm32mp-r0 STM32CubeMP1 Package vx.y.z OpenEmbedded vx.y.z (codename) Android vx.y.z

Components version for vx.1.0 revision requested
{{EcosystemRelease/Components | revision=x.1.0}}

Main software components: Linux kernel vx.y-stm32mp-r0 (vx.y.z) U-Boot vx.y-stm32mp-r0 TF-A vx.y-stm32mp-r0 OP-TEE vx.y.z-stm32mp-r0 STM32CubeMP1 Package vx.y.z OpenEmbedded vx.y.z (codename) Android vx.y.z

Unspecified revision
{{EcosystemRelease/Components}}

Main software components: unknown revision

Unknown revision
{{EcosystemRelease/Components | revision=10.20.30}}

Main software components: unknown revision

4 Code[edit]

Main software components: unknown revision