Package

1 Usage[edit source]

The EcosystemRelease/Package template returns either the name, the URL, or the installation path, of a software package or script 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/Package | revision=<revision> | package=<package> | request=<request>}}

Where:

  • <revision> is the mandatory revision of the ecosystem release, for which the name, the URL, or the installation path of the software package or script is requested.
    • The possible values for this parameter are available in the EcosystemRelease/Revision template.
    • latest is also a possible value: the latest revision of the ecosystem release is then considered.
  • <package> is the mandatory software package or script delivered by the ecosystem release revision, for which the name, the URL, or the installation path is requested. The possible values are listed in the below table.
  • <request> is the mandatory request, i.e. either the name, the url, or the installation path, of the software package or script. The possible values are listed in the below table.

The returned value is:

  • a string that contains either the name, the URL or the installation path, of the software package or script (see the below table for details).
  • an empty string, if the request is not applicable (e.g. requesting the URL of the SDK environment script makes no sense).
  • "unknown revision", if <revision> is not supported.
  • "unknown package or script", if <package> is not supported.
  • "unknown request", if <request> is not supported.
<package> <request> Description of the returned value
Images package name Name of the tarball file that contains the binaries (Starter Package)
url URL (st.com) to the tarball file that contains the binaries
path Path to the directory that contains the binaries (once the binaries tarball file is uncompressed)
SDK package name Name of the tarball file that contains the SDK installation script (Developer Package), for x86
url URL (st.com) to the tarball file that contains the SDK installation script, for x86
path Nothing is returned (not applicable)
SDK installation script name Name of the SDK installation script (Developer Package), for x86
url Nothing is returned (not applicable)
path Path to the directory that contains the SDK installation script (once the SDK package tarball file is uncompressed), for x86
SDK setup script name Name of the SDK setup script (Developer Package), for x86
url Nothing is returned (not applicable)
path Nothing is returned (not applicable)
SDK-arm64 package name Name of the tarball file that contains the SDK installation script (Developer Package), for arm64
url URL (st.com) to the tarball file that contains the SDK installation script, for arm64
path Nothing is returned (not applicable)
SDK-arm64 installation script name Name of the SDK installation script (Developer Package), for arm64
url Nothing is returned (not applicable)
path Path to the directory that contains the SDK installation script (once the SDK package tarball file is uncompressed), for arm64
SDK-arm64 setup script name Name of the SDK setup script (Developer Package), for arm64
url Nothing is returned (not applicable)
path Nothing is returned (not applicable)
OpenSTLinux BSP package name Name of the tarball file that contains the OpenSTLinux BSP package (Developer Package)
url URL (st.com) to the tarball file that contains the OpenSTLinux BSP package
path Path to the OpenSTLinux BSP installation directory (once the OpenSTLinux BSP package tarball file is uncompressed)
Linux kernel package name Name of the installation directory that contains the Linux kernel package (Developer Package)
url Nothing is returned (not applicable)
path Path to the Linux kernel installation directory
Linux kernel source name Name of the tarball file that contains the Linux kernel source code
url Nothing is returned (not applicable)
path Path to the directory that contains the Linux kernel source code (from the Linux kernel installation directory and once the Linux kernel source tarball file is uncompressed)
U-Boot package name Name of the installation directory that contains the U-Boot package (Developer Package)
url Nothing is returned (not applicable)
path Path to the U-Boot installation directory
U-Boot source name Name of the tarball file that contains the U-Boot source code
url Nothing is returned (not applicable)
path Path to the directory that contains the U-Boot source code (from the U-Boot installation directory and once the U-Boot source tarball file is uncompressed)
TF-A package name Name of the installation directory file that contains the TF-A package (Developer Package)
url Nothing is returned (not applicable)
path Path to the TF-A installation directory
TF-A source name Name of the tarball file that contains the TF-A source code
url Nothing is returned (not applicable)
path Path to the directory that contains the TF-A source code (from the TF-A installation directory and once the TF-A package tarball file is uncompressed)
OP-TEE package name Name of the installation directory that contains the OP-TEE package (Developer Package)
url Nothing is returned (not applicable)
path Path to the OP-TEE installation directory (once the OP-TEE package tarball file is uncompressed)
OP-TEE source name Name of the tarball file that contains the OP-TEE source code
url Nothing is returned (not applicable)
path Path to the directory that contains the OP-TEE source code (from the OP-TEE installation directory)
gcnano-driver package name Name of the installation directory that contains the gcnano-driver package (Developer Package)
url Nothing is returned (not applicable)
path Path to the gcnano-driver installation directory
gcnano-driver source name Name of the tarball file that contains the gcnano-driver source code
url Nothing is returned (not applicable)
path Path to the directory that contains the gcnano-driver source code (from the gcnano-driver installation directory and once the gcnano-driver source tarball file is uncompressed)
STM32CubeMP1 name Name of the archive file that contains the STM32CubeMP1 package (Developer Package)
url URL (st.com) to the tarball file that contains the STM32CubeMP1 package
path Path to the directory that contains the STM32CubeMP1 source code (once the STM32CubeMP1 package archive file is uncompressed)
Debug symbol files name Nothing is returned (not applicable)
url Nothing is returned (not applicable)
path Path to the directory that contains the debug symbol files (once the debug symbol files package archive file is uncompressed)
Licenses package name Name of the tarball file that contains the licenses package (for the OpenSTLinux distribution)
url URL (st.com) to the tarball file that contains the licenses package
path Nothing is returned (not applicable)
OpenSTLinux distribution name Name of the manifest (Distribution Package)
url URL (st.com) to the manifest
path Nothing is returned (not applicable)
Buildroot distribution name Name of the tag
url URL to the Buildroot repository dedicated to supporting the STMicroelectronics STM32MPU platforms
path Nothing is returned (not applicable)
GDB name Name of the GDB executable file
url Nothing is returned (not applicable)
path Path to the GDB executable file (from $OECORE_NATIVE_SYSROOT)
Warning white.png Warning
Please read carefully the below information about the use of this template in preformatted text blocks.
  • It is not possible to use this template (as any template) in preformatted text blocks made with with <pre>...</pre>: use preformatted text blocks made with space at the beginning of the line.
  • If needed (especially in tables), limit the width of the blocks with <div style="max-width:60em;"> (adjust the value)
Do not use <pre>...</pre>
You type
<pre>
tar xvf {{EcosystemRelease/Package | revision=latest | package=Images package | request=name}}
</pre>
You get
tar xvf {{EcosystemRelease/Package | revision=latest | package=Images package | request=name}}
Use space at the beginning of the line
You type
tar xvf {{EcosystemRelease/Package | revision=latest | package=Images package | request=name}}
You get

tar xvf en.flash-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz

Limit the width of the block
You type
<div style="max-width:60em;">
This is a very long command that uses the template (tar xvf {{EcosystemRelease/Package | revision=latest | package=Images package | request=name}}) and its width might be a problem
</div>
You get

This is a very long command that uses the template (tar xvf en.flash-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz) and its width might be a problem

2 Basic examples[edit source]


2.1 Basic examples for latest release v5.0.0[edit source]

You type You get
"Images package" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=Images package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Images package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Images package | request=path}}<br>
URL + name: [{{EcosystemRelease/Package | revision=5.0.0 | package=Images package | request=url}}/{{EcosystemRelease/Package | revision=5.0.0 | package=Images package | request=name}} {{EcosystemRelease/Package | revision=5.0.0 | package=Images package | request=name}}]

Name: en.flash-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz
URL: [1]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/images/stm32mp1
URL + name: en.flash-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz

"SDK package" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK package | request=path}}<br>
URL + name: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK package | request=url}}/{{EcosystemRelease/Package | revision=5.0.0 | package=SDK package | request=name}} {{EcosystemRelease/Package | revision=5.0.0 | package=SDK package | request=name}}]

Name: en.SDK-x86_64-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz
URL: [2]
Path: NA
URL + name: en.SDK-x86_64-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz

"SDK installation script" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK installation script | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK installation script | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK installation script | request=path}}
Name: st-image-weston-openstlinux-weston-stm32mp1-x86_64-toolchain-4.2.1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.sh

URL: [NA]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/sdk

"SDK setup script" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK setup script | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK setup script | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK setup script | request=path}}

Name: environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi
URL: [NA]
Path: NA

"SDK-arm64 package" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 package | request=path}}<br>
URL + name: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK package | request=url}}/{{EcosystemRelease/Package | revision=5.0.0 | package=SDK package | request=name}} {{EcosystemRelease/Package | revision=5.0.0 | package=SDK package | request=name}}]

Name: en.SDK-aarch64-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz
URL: [3]
Path: NA
URL + name: en.SDK-x86_64-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz

"SDK-arm64 installation script" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 installation script | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 installation script | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 installation script | request=path}}

Name: st-image-weston-openstlinux-weston-stm32mp1-aarch64-toolchain-4.2.1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.sh
URL: [NA]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/sdk

"SDK-arm64 setup script" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 setup script | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 setup script | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=SDK-arm64 setup script | request=path}}

Name: environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi
URL: [NA]
Path: NA

"OpenSTLinux BSP package" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux BSP package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux BSP package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux BSP package | request=path}}<br>
URL + name: [{{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux BSP package | request=url}}/{{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux BSP package | request=name}} {{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux BSP package  | request=name}}]

Name: en.sources-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz
URL: [4]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/sources/arm-ostl-linux-gnueabi/
URL + name: en.sources-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz

"Linux kernel package" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=Linux kernel package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Linux kernel package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Linux kernel package | request=path}}<br>

Name: linux-stm32mp-6.1.28-stm32mp-r1-r0
URL: [NA]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/sources/arm-ostl-linux-gnueabi/linux-stm32mp-6.1.28-stm32mp-r1-r0

"Linux kernel source" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=Linux kernel source | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Linux kernel source | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Linux kernel source | request=path}}

Name: linux-6.1.28.tar.xz
URL: [NA]
Path: linux-6.1.28

"U-Boot package" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=U-Boot package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=U-Boot package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=U-Boot package | request=path}}<br>

Name: u-boot-stm32mp-v2022.10-stm32mp-r1-r0
URL: [NA]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/sources/arm-ostl-linux-gnueabi/u-boot-stm32mp-v2022.10-stm32mp-r1-r0

"U-Boot source" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=U-Boot source | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=U-Boot source | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=U-Boot source | request=path}}

Name: u-boot-stm32mp-v2022.10-stm32mp-r1-r0.tar.xz
URL: [NA]
Path: u-boot-stm32mp-v2022.10-stm32mp-r1

"TF-A package" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=TF-A package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=TF-A package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=TF-A package | request=path}}<br>

Name: tf-a-stm32mp-v2.8.6-stm32mp-r1-r0
URL: [NA]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/sources/arm-ostl-linux-gnueabi/tf-a-stm32mp-v2.8.6-stm32mp-r1-r0

"TF-A source" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=TF-A source | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=TF-A source | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=TF-A source | request=path}}

Name: tf-a-stm32mp-v2.8.6-stm32mp-r1-r0.tar.xz
URL: []
Path: tf-a-stm32mp-v2.8.6-stm32mp-r1

"gcnano-driver package" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver package | request=path}}<br>

Name: gcnano-driver-stm32mp-6.4.13-stm32mp-r1-r0
URL: [NA]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/sources/arm-ostl-linux-gnueabi/gcnano-driver-stm32mp-6.4.13-stm32mp-r1-r0

"gcnano-driver source" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver source | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver source | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=gcnano-driver source | request=path}}

Name: gcnano-driver-stm32mp-6.4.13-stm32mp-r1-r0.tar.xz
URL: []
Path: gcnano-driver-6.4.13

"OP-TEE package" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=OP-TEE package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=OP-TEE package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=OP-TEE package | request=path}}<br>

Name: optee-os-stm32mp-3.19.0-stm32mp-r1-r0
URL: [NA]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/sources/arm-ostl-linux-gnueabi/optee-os-stm32mp-3.19.0-stm32mp-r1-r0

"OP-TEE source" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=OP-TEE source | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=OP-TEE source | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=OP-TEE source  | request=path}}

Name: optee-os-stm32mp-3.19.0-stm32mp-r1-r0.tar.xz
URL: [NA]
Path: optee-os-stm32mp-3.19.0-stm32mp-r1

"STM32CubeMP1" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=STM32CubeMP1 | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=STM32CubeMP1 | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=STM32CubeMP1 | request=path}}<br>
URL + name: [{{EcosystemRelease/Package | revision=5.0.0 | package=STM32CubeMP1 | request=url}}/{{EcosystemRelease/Package | revision=5.0.0 | package=STM32CubeMP1 | request=name}} {{EcosystemRelease/Package | revision=5.0.0 | package=STM32CubeMP1 | request=name}}]

Name: en.STM32Cube_FW_MP1_V1.6.0.zip
URL: [5]
Path: STM32Cube_FW_MP1_V1.6.0
URL + name: en.STM32Cube_FW_MP1_V1.6.0.zip

"Debug symbol files" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=Debug symbol files | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Debug symbol files | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Debug symbol files | request=path}}<br>

Name: NA
URL: [NA]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/images/stm32mp1

"Licenses package" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=Licenses package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Licenses package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Licenses package | request=path}}<br>
URL + name: [{{EcosystemRelease/Package | revision=5.0.0 | package=Licenses package | request=url}}/{{EcosystemRelease/Package | revision=5.0.0 | package=Licenses package | request=name}} {{EcosystemRelease/Package | revision=5.0.0 | package=Licenses package | request=name}}]

Name: LICENSES-world-openstlinux-weston-stm32mp1.tar.gz
URL: [6]
Path: NA
URL + name: LICENSES-world-openstlinux-weston-stm32mp1.tar.gz

"OpenSTLinux distribution" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux distribution | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux distribution | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=OpenSTLinux distribution | request=path}}

Name: openstlinux-6.1-yocto-mickledore-mp1-v23.06.21
URL: [7]
Path: NA

"Buildroot distribution" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=Buildroot distribution | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=Buildroot distribution | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=Buildroot distribution | request=path}}

Name: openstlinux-6.1-buildroot-2023.02-mp1-v23.06.21
URL: [8]
Path: NA

"GDB" name, URL and path for v5.0.0 revision requested
Name: {{EcosystemRelease/Package | revision=5.0.0 | package=GDB | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=5.0.0 | package=GDB | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=5.0.0 | package=GDB | request=path}}

Name: arm-ostl-linux-gnueabi-gdb
URL: [NA]
Path: usr/bin/arm-ostl-linux-gnueabi

Names, URLs and paths for the latest revision of the ecosystem release (i.e. 5.0.0): few examples
Name: {{EcosystemRelease/Package | revision=latest | package=Images package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=latest | package=Images package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=latest | package=Images package | request=path}}<br>
Name: {{EcosystemRelease/Package | revision=latest | package=SDK setup script | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=latest | package=SDK setup script | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=latest | package=SDK setup script | request=path}}<br>
Name: {{EcosystemRelease/Package | revision=latest | package=Linux kernel package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=latest | package=Linux kernel package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=latest | package=Linux kernel package | request=path}}

Name: en.flash-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21.tar.gz
URL: [9]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/images/stm32mp1
Name: environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi
URL: [NA]
Path: NA
Name: linux-stm32mp-6.1.28-stm32mp-r1-r0
URL: [NA]
Path: stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/sources/arm-ostl-linux-gnueabi/linux-stm32mp-6.1.28-stm32mp-r1-r0

2.2 Basic examples for legacy release[edit source]

Currently, there is no legacy release in the scope of the v5 ecosystem release flow.

2.3 Basic examples for former releases[edit source]

Currently, there is no former release in the scope of the v5 ecosystem release flow.

3 More examples[edit source]

You type You get
"Linux kernel package" name, URL and path for an unspecified revision requested
Name: {{EcosystemRelease/Package | package=Linux kernel package | request=name}}<br>
URL: [{{EcosystemRelease/Package | package=Linux kernel package | request=url}}]<br>
Path: {{EcosystemRelease/Package | package=Linux kernel package | request=path}}

Name: unknown revision
URL: [unknown revision ]
Path: unknown revision

"Linux kernel package" name, URL and path for an unknown revision requested
Name: {{EcosystemRelease/Package | revision=10.20.30 | package=Linux kernel package | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=10.20.30 | package=Linux kernel package | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=10.20.30 | package=Linux kernel package | request=path}}

Name: unknown revision
URL: [unknown revision ]
Path: unknown revision

Unspecified package
Name: {{EcosystemRelease/Package | revision=latest | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=latest | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=latest | request=path}}

Name: unknown package
URL: [unknown package]
Path: unknown package

Unknown package
Name: {{EcosystemRelease/Package | revision=latest | package=not supported | request=name}}<br>
URL: [{{EcosystemRelease/Package | revision=latest | package=not supported | request=url}}]<br>
Path: {{EcosystemRelease/Package | revision=latest | package=not supported | request=path}}

Name: unknown package
URL: [unknown package]
Path: unknown package

Unspecified request
{{EcosystemRelease/Package | revision=latest | package=Linux kernel package}}

unknown request

Unknown request
{{EcosystemRelease/Package | revision=latest | package=Linux kernel package | request=not supported}}

unknown request

Check that there's no space before and after the text
BEFORE{{EcosystemRelease/Package | revision=latest | package=Linux kernel package | request=name}}AFTER<br>
BEFORE[{{EcosystemRelease/Package | revision=latest | package=Linux kernel package | request=url}}]AFTER<br>
BEFORE{{EcosystemRelease/Package | revision=latest | package=Linux kernel package | request=path}}AFTER

BEFORElinux-stm32mp-6.1.28-stm32mp-r1-r0AFTER
BEFORE[NA]AFTER
BEFOREstm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21/sources/arm-ostl-linux-gnueabi/linux-stm32mp-6.1.28-stm32mp-r1-r0AFTER

4 Code[edit source]

unknown revision unknown request

No categories assignedEdit