1. Usage[edit source]
The X-LINUXRelease/Package template returns either the name, the URL, or the installation path, of a software package or script delivered by an expansion package on top of an ecosystem release revision of the flow associated with this wiki.
Usage: {{X-LINUXRelease/Package | version=<version> | package=<package> | device=<device> | request=<request>}}
Where:
- <version> is the mandatory version of the expansion package, for which the name, the URL, or the installation path of the software package or script is requested.
- The possible values for this parameter can be found through the X-LINUXRelease/Revision template.
- latest is also a possible value: the latest version of the expansion package is then considered.
- <package> is the mandatory software package or script delivered by the expansion package version, for which the name, the URL, or the installation path is requested. The possible values are listed in the below table.
- <device> is the optional parameter that specifies the microprocessor devices for which the piece of information 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 AI SDK environment script makes no sense).
- "unknown version", if <version> is not supported.
- "unknown package or script", if <package> is not supported.
- "unknown request", if <request> is not supported.
<package> | <device> | <request> | Description of the returned value |
---|---|---|---|
AI Debian package | Not applicable | name | Name of the Debian package of the X-LINUX-AI expansion package |
url | URL (st.com) to the Debian package (non-clickable link) | ||
path | Nothing is returned (not applicable) | ||
AI SDK package |
|
name | Name of the tarball file that contains the SDK installation script for the X-LINUX-AI expansion package (x86_64 host architecture) |
url | Nothing is returned (not applicable) | ||
path | Nothing is returned (not applicable) | ||
AI SDK installation script |
|
name | Name of the SDK installation script for the X-LINUX-AI expansion package (x86_64 host architecture) |
url | Nothing is returned (not applicable) | ||
path | Path to the directory that contains the SDK installation script for the X-LINUX-AI expansion package, once the SDK package tarball file is uncompressed (x86_64 host architecture) | ||
AI SDK setup script |
|
name | Name of the SDK setup script for the X-LINUX-AI expansion package (x86_64 host architecture) |
url | Nothing is returned (not applicable) | ||
path | Nothing is returned (not applicable) | ||
AWS Debian package | Not applicable | name | Name of the Debian package of the X-LINUX-AWS expansion package |
url | URL (st.com) to the Debian package (non-clickable link) | ||
path | Nothing is returned (not applicable) | ||
QT Debian package | Not applicable | name | Name of the Debian package of the X-LINUX-QT expansion package |
url | URL (st.com) to the Debian package (non-clickable link) | ||
path | Nothing is returned (not applicable) |
- 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 {{X-LINUXRelease/Package | version=latest | package=AI SDK package | request=name}} </pre> |
You get |
tar xvf {{X-LINUXRelease/Package | version=latest | package=AI SDK package | request=name}} |
Use space at the beginning of the line | |
You type |
tar xvf {{X-LINUXRelease/Package | version=latest | package=AI SDK package | request=name}} |
You get |
tar xvf en.sdk-x86_64-stm32mp1-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-ai-v5.1.0.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 {{X-LINUXRelease/Package | version=latest | package=AI SDK 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.sdk-x86_64-stm32mp1-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-ai-v5.1.0.tar.gz) and its width might be a problem |
2. Basic examples[edit source]
2.1. Basic examples for latest version of the expansion packages[edit source]
2.1.1. For AI expansion package[edit source]
You type | You get |
---|---|
"AI Debian package" name, URL and path for the latest version of the X-LINUX-AI expansion package requested
Name: {{X-LINUXRelease/Package | version=latest | package=AI Debian package | request=name}}<br> URL: {{X-LINUXRelease/Package | version=latest | package=AI Debian package | request=url}}<br> Path: {{X-LINUXRelease/Package | version=latest | package=AI Debian package | request=path}} |
Name: apt-openstlinux-ai_1.0_arm64.debTBD |
"AI SDK package" name, URL and path for the latest version of the X-LINUX-AI expansion package requested
Name (default): {{X-LINUXRelease/Package | version=latest | package=AI SDK package | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version=latest | package=AI SDK package | device=MP1 | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version=latest | package=AI SDK package | device=MP2 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=latest | package=AI SDK package | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=latest | package=AI SDK package | request=path}} |
Name (default): en.sdk-x86_64-stm32mp1-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-ai-v5.1.0.tar.gz |
"AI SDK installation script" name, URL and path for the latest version of the X-LINUX-AI expansion package requested
Name (default): {{X-LINUXRelease/Package | version=latest | package=AI SDK installation script | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version=latest | package=AI SDK installation script | device=MP1 | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version=latest | package=AI SDK installation script | device=MP2 |request=name}}<br> URL: [{{X-LINUXRelease/Package | version=latest | package=AI SDK installation script | request=url}}]<br> Path (default): {{X-LINUXRelease/Package | version=latest | package=AI SDK installation script | request=path}}<br> Path (default): {{X-LINUXRelease/Package | version=latest | package=AI SDK installation script | device=MP1 | request=path}}<br> Path (default): {{X-LINUXRelease/Package | version=latest | package=AI SDK installation script | device=MP2 | request=path}} |
Name (default): st-image-ai-openstlinux-weston-stm32mp1-x86_64-toolchain-4.2.4-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-ai-v5.1.0.sh |
"AI SDK setup script" name, URL and path for the latest version of the X-LINUX-AI expansion package requested
Name (default): {{X-LINUXRelease/Package | version=latest | package=AI SDK setup script | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version=latest | package=AI SDK setup script | device=MP1 | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version=latest | package=AI SDK setup script | device=MP2 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=latest | package=AI SDK setup script | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=latest | package=AI SDK setup script | request=path}} |
Name (default): environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi |
2.1.2. For AWS expansion package[edit source]
You type | You get |
---|---|
"AWS Debian package" name, URL and path for the latest version of the X-LINUX-AWS expansion package requested
Name: {{X-LINUXRelease/Package | version=latest | package=AWS Debian package | request=name}}<br> URL: {{X-LINUXRelease/Package | version=latest | package=AWS Debian package | request=url}}<br> Path: {{X-LINUXRelease/Package | version=latest | package=AWS Debian package | request=path}} |
Name: NA |
2.1.3. For QT expansion package[edit source]
You type | You get |
---|---|
"QT Debian package" name, URL and path for the latest version of the X-LINUX-QT expansion package requested
Name: {{X-LINUXRelease/Package | version=latest | package=QT Debian package | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=latest | package=QT Debian package | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=latest | package=QT Debian package | request=path}} |
Name: packagegroup-x-linux-qt |
"QT SDK package" name, URL and path for the latest version of the X-LINUX-QT expansion package requested
Name (default): {{X-LINUXRelease/Package | version=latest | package=QT SDK package | request=name}}<br> Name (MP2 / default): {{X-LINUXRelease/Package | version=latest | package=QT SDK package | device=MP2 | request=name}}<br> Name (MP2 / aarch64): {{X-LINUXRelease/Package | version=latest | package=QT SDK package | device=MP2 | arch = aarch64 | request=name}}<br> Name (MP2 / x86_64): {{X-LINUXRelease/Package | version=latest | package=QT SDK package | device=MP2 | arch = x86_64 | request=name}}<br> Name (MP1 / default): {{X-LINUXRelease/Package | version=latest | package=QT SDK package | device=MP1 | request=name}}<br> Name (MP1 / aarch64): {{X-LINUXRelease/Package | version=latest | package=QT SDK package | device=MP1 | arch = aarch64 | request=name}}<br> Name (MP1 / x86_64): {{X-LINUXRelease/Package | version=latest | package=QT SDK package | device=MP1 | arch = x86_64 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=latest | package=QT SDK package | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=latest | package=QT SDK package | request=path}} |
Name (default): en.sdk-x86_64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0.tar.gz |
"QT SDK installation script" name, URL and path for the latest version of the X-LINUX-QT expansion package requested
Name (default): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | request=name}}<br> Name (MP2 / default): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP2 | request=name}}<br> Name (MP2 / aarch64): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP2 | arch = aarch64 | request=name}}<br> Name (MP2 / x86_64): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP2 | arch = x86_64 | request=name}}<br> Name (MP1 / default): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP1 | request=name}}<br> Name (MP1 / aarch64): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP1 | arch = aarch64 | request=name}}<br> Name (MP1 / x86_64): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP1 | arch = x86_64 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | request=url}}]<br> Path (MP2 / default): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP2 | request=path}}<br> Path (MP2 / aarch64): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP2 | arch = aarch64 | request=path}}<br> Path (MP2 / x86_64): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP2 | arch = x86_64 | request=path}}<br> Path (MP1 / default): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP1 | request=path}}<br> Path (MP1 / aarch64): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP1 | arch = aarch64 | request=path}}<br> Path (MP1 / x86_64): {{X-LINUXRelease/Package | version=latest | package=QT SDK installation script | device=MP1 | arch = x86_64 | request=path}}<br> |
Name (default): st-image-qt-openstlinux-weston-stm32mp2-x86_64-toolchain-4.2.4-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-qt-v1.0.0.sh |
"QT SDK setup script" name, URL and path for the latest version of the X-LINUX-QT expansion package requested
Name (default): {{X-LINUXRelease/Package | version=latest | package=QT SDK setup script | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version=latest | package=QT SDK setup script | device=MP2 | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version=latest | package=QT SDK setup script | device=MP1 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=latest | package=QT SDK setup script | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=latest | package=QT SDK setup script | request=path}} |
Name (default): environment-setup-cortexa35-ostl-linux |
2.2. Basic examples for specified version of the expansion packages[edit source]
2.2.1. For 5.1.0 version of AI expansion package[edit source]
You type | You get |
---|---|
"AI Debian package" name, URL and path for the 5.1.0 version of the X-LINUX-AI expansion package requested
Name: {{X-LINUXRelease/Package | version=5.1.0 | package=AI Debian package | request=name}}<br> URL: {{X-LINUXRelease/Package | version=5.1.0 | package=AI Debian package | request=url}}<br> Path: {{X-LINUXRelease/Package | version=5.1.0 | package=AI Debian package | request=path}} |
Name: apt-openstlinux-ai_1.0_arm64.debTBD |
"AI SDK package" name, URL and path for the 5.1.0 version of the X-LINUX-AI expansion package requested
Name (default): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK package | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK package | device=MP1 | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK package | device=MP2 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK package | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK package | request=path}} |
Name (default): en.sdk-x86_64-stm32mp1-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-ai-v5.1.0.tar.gz |
"AI SDK installation script" name, URL and path for the 5.1.0 version of the X-LINUX-AI expansion package requested
Name (default): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK installation script | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK installation script | device=MP1 | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK installation script | device=MP2 |request=name}}<br> URL: [{{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK installation script | request=url}}]<br> Path (default): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK installation script | request=path}}<br> Path (default): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK installation script | device=MP1 | request=path}}<br> Path (default): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK installation script | device=MP2 | request=path}} |
Name (default): st-image-ai-openstlinux-weston-stm32mp1-x86_64-toolchain-4.2.4-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-ai-v5.1.0.sh |
"AI SDK setup script" name, URL and path for the 5.1.0 version of the X-LINUX-AI expansion package requested
Name (default): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK setup script | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK setup script | device=MP1 | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK setup script | device=MP2 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK setup script | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=5.1.0 | package=AI SDK setup script | request=path}} |
Name (default): environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi |
2.2.2. For 5.1.0 version of AWS expansion package[edit source]
You type | You get |
---|---|
"AWS Debian package" name, URL and path for the 5.1.0 version of the X-LINUX-AWS expansion package requested
Name: {{X-LINUXRelease/Package | version=5.1.0 | package=AWS Debian package | request=name}}<br> URL: {{X-LINUXRelease/Package | version=5.1.0 | package=AWS Debian package | request=url}}<br> Path: {{X-LINUXRelease/Package | version=5.1.0 | package=AWS Debian package | request=path}} |
Name: NA |
2.2.3. For 5.0.0 version of AWS expansion package[edit source]
You type | You get |
---|---|
"AWS Debian package" name, URL and path for the 5.0.0 version of the X-LINUX-AWS expansion package requested
Name: {{X-LINUXRelease/Package | version=5.0.0 | package=AWS Debian package | request=name}}<br> URL: {{X-LINUXRelease/Package | version=5.0.0 | package=AWS Debian package | request=url}}<br> Path: {{X-LINUXRelease/Package | version=5.0.0 | package=AWS Debian package | request=path}} |
Name: apt-openstlinux-aws_1.0_armhf.deb |
2.2.4. For 1.0.0 version of QT expansion package[edit source]
You type | You get |
---|---|
"QT Debian package" name, URL and path for the 1.0.0 version of the X-LINUX-QT expansion package requested
Name: {{X-LINUXRelease/Package | version=1.0.0 | package=QT Debian package | device=MP2 | request=name}}<br> URL: {{X-LINUXRelease/Package | version=1.0.0 | package=QT Debian package | device=MP2 | request=url}}<br> Path: {{X-LINUXRelease/Package | version=1.0.0 | package=QT Debian package | device=MP2 | request=path}} |
Name: packagegroup-x-linux-qt |
"QT SDK package" name, URL and path for the 1.0.0 version of the X-LINUX-QT expansion package requested
Name (default): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK package | request=name}}<br> Name (MP2 / default): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK package | device=MP2 | request=name}}<br> Name (MP2 / aarch64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK package | device=MP2 | arch = aarch64 | request=name}}<br> Name (MP2 / x86_64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK package | device=MP2 | arch = x86_64 | request=name}}<br> Name (MP1 / default): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK package | device=MP1 | request=name}}<br> Name (MP1 / aarch64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK package | device=MP1 | arch = aarch64 | request=name}}<br> Name (MP1 / x86_64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK package | device=MP1 | arch = x86_64 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK package | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK package | request=path}} |
Name (default): en.sdk-x86_64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0.tar.gz |
"QT SDK installation script" name, URL and path for the 1.0.0 version of the X-LINUX-QT expansion package requested
Name (default): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | request=name}}<br> Name (MP2 / default): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP2 | request=name}}<br> Name (MP2 / aarch64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP2 | arch = aarch64 | request=name}}<br> Name (MP2 / x86_64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP2 | arch = x86_64 | request=name}}<br> Name (MP1 / default): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP1 | request=name}}<br> Name (MP1 / aarch64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP1 | arch = aarch64 | request=name}}<br> Name (MP1 / x86_64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP1 | arch = x86_64 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | request=url}}]<br> Path (MP2 / default): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP2 | request=path}}<br> Path (MP2 / aarch64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP2 | arch = aarch64 | request=path}}<br> Path (MP2 / x86_64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP2 | arch = x86_64 | request=path}}<br> Path (MP1 / default): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP1 | request=path}}<br> Path (MP1 / aarch64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP1 | arch = aarch64 | request=path}}<br> Path (MP1 / x86_64): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK installation script | device=MP1 | arch = x86_64 | request=path}}<br> |
Name (default): st-image-qt-openstlinux-weston-stm32mp2-x86_64-toolchain-4.2.4-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-qt-v1.0.0.sh |
"QT SDK setup script" name, URL and path for the 1.0.0 version of the X-LINUX-QT expansion package requested
Name (default): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK setup script | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK setup script | device=MP2 | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK setup script | device=MP1 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK setup script | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=1.0.0 | package=QT SDK setup script | request=path}} |
Name (default): environment-setup-cortexa35-ostl-linux |
2.3. Basic examples for revisions of the ecosystem releases[edit source]
2.3.1. For AI expansion package[edit source]
You type | You get |
---|---|
"AI Debian package" name, URL and path for the version of the X-LINUX-AI expansion package on top of the v5.1.0 ecosystem release requested
Name: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI Debian package | request=name}}<br> URL: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI Debian package | request=url}}<br> Path: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI Debian package | request=path}} |
Name: apt-openstlinux-ai_1.0_arm64.debTBD |
"AI SDK package" name, URL and path for the version of the X-LINUX-AI expansion package on top of the v5.1.0 ecosystem release requested
Name (default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK package | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK package | device=MP1 | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK package | device=MP2 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK package | request=url}}]<br> Path: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK package | request=path}} |
Name (default): en.sdk-x86_64-stm32mp1-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-ai-v5.1.0.tar.gz |
"AI SDK installation script" name, URL and path for the version of the X-LINUX-AI expansion package on top of the v5.1.0 ecosystem release requested
Name (default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK installation script | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK installation script | device=MP1 |request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK installation script | device=MP2 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK installation script | request=url}}]<br> Path (default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK installation script | request=path}}<br> Path (default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK installation script | device=MP1 | request=path}}<br> Path (default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK installation script | device=MP2 | request=path}} |
Name (default): st-image-ai-openstlinux-weston-stm32mp1-x86_64-toolchain-4.2.4-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-ai-v5.1.0.sh |
"AI SDK setup script" name, URL and path for the version of the X-LINUX-AI expansion package on top of the v5.1.0 ecosystem release requested
Name: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK setup script | request=name}}<br> Name: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK setup script | device=MP1 | request=name}}<br> Name: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK setup script | device=MP2 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK setup script | request=url}}]<br> Path: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AI | type=release}} | package=AI SDK setup script | request=path}} |
Name: environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi Name: environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi |
2.3.2. For AWS expansion package[edit source]
You type | You get |
---|---|
"AWS Debian package" name, URL and path for the version of the X-LINUX-AWS expansion package on top of the v5.1.0 ecosystem release requested
Name: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AWS | type=release}} | package=AWS Debian package | request=name}}<br> URL: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AWS | type=release}} | package=AWS Debian package | request=url}}<br> Path: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=AWS | type=release}} | package=AWS Debian package | request=path}} |
Name: NA |
2.3.3. For QT expansion package[edit source]
You type | You get |
---|---|
"QT Debian package" name, URL and path for the version of the X-LINUX-AWS expansion package on top of the v5.1.0 ecosystem release
Name: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT Debian package | request=name}}<br> URL: [{{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT Debian package | request=url}}]<br> Path: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT Debian package | request=path}} |
Name: packagegroup-x-linux-qt |
"QT SDK package" name, URL and path ffor the version of the X-LINUX-AWS expansion package on top of the v5.1.0 ecosystem release
Name (default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK package | request=name}}<br> Name (MP2 / default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK package | device=MP2 | request=name}}<br> Name (MP2 / aarch64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK package | device=MP2 | arch = aarch64 | request=name}}<br> Name (MP2 / x86_64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK package | device=MP2 | arch = x86_64 | request=name}}<br> Name (MP1 / default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK package | device=MP1 | request=name}}<br> Name (MP1 / aarch64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK package | device=MP1 | arch = aarch64 | request=name}}<br> Name (MP1 / x86_64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK package | device=MP1 | arch = x86_64 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK package | request=url}}]<br> Path: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK package | request=path}} |
Name (default): en.sdk-x86_64-stm32mp2-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-x-linux-qt-v1.0.0.tar.gz |
"QT SDK installation script" name, URL and path for the version of the X-LINUX-AWS expansion package on top of the v5.1.0 ecosystem release
Name (default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | request=name}}<br> Name (MP2 / default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP2 | request=name}}<br> Name (MP2 / aarch64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP2 | arch = aarch64 | request=name}}<br> Name (MP2 / x86_64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP2 | arch = x86_64 | request=name}}<br> Name (MP1 / default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP1 | request=name}}<br> Name (MP1 / aarch64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP1 | arch = aarch64 | request=name}}<br> Name (MP1 / x86_64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP1 | arch = x86_64 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | request=url}}]<br> Path (MP2 / default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP2 | request=path}}<br> Path (MP2 / aarch64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP2 | arch = aarch64 | request=path}}<br> Path (MP2 / x86_64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP2 | arch = x86_64 | request=path}}<br> Path (MP1 / default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP1 | request=path}}<br> Path (MP1 / aarch64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP1 | arch = aarch64 | request=path}}<br> Path (MP1 / x86_64): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK installation script | device=MP1 | arch = x86_64 | request=path}}<br> |
Name (default): st-image-qt-openstlinux-weston-stm32mp2-x86_64-toolchain-4.2.4-openstlinux-6.1-yocto-mickledore-mpu-v24.06.26-addon-x-linux-qt-v1.0.0.sh |
"QT SDK setup script" name, URL and path for the version of the X-LINUX-AWS expansion package on top of the v5.1.0 ecosystem release
Name (default): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK setup script | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK setup script | device=MP2 | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK setup script | device=MP1 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK setup script | request=url}}]<br> Path: {{X-LINUXRelease/Package | version={{X-LINUXRelease/Revision | revision=5.1.0 | name=QT | type=release}} | package=QT SDK setup script | request=path}} |
Name (default): environment-setup-cortexa35-ostl-linux |
2.4. Basic examples for 5.0.0 version of the expansion packages[edit source]
You type | You get |
---|---|
"AI Debian package" name, URL and path for the v5.0.0 version of the X-LINUX-AI expansion package requested
Name: {{X-LINUXRelease/Package | version=5.0.0 | package=AI Debian package | request=name}}<br> URL: {{X-LINUXRelease/Package | version=5.0.0 | package=AI Debian package | request=url}}<br> Path: {{X-LINUXRelease/Package | version=5.0.0 | package=AI Debian package | request=path}} |
Name: apt-openstlinux-ai_1.0_armhf.deb |
"AI SDK package" name, URL and path for the v5.0.0 version of the X-LINUX-AI expansion package requested
Name (default): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK package | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK package | device=MP1 | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK package | device=MP2 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK package | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK package | request=path}} |
Name (default): en.SDK-x86_64-stm32mp1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21-addon-x-linux-ai-v5.0.0.tar.gz |
"AI SDK installation script" name, URL and path for the v5.0.0 version of the X-LINUX-AI expansion package requested
Name (default): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK installation script | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK installation script | device=MP1 | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK installation script | device=MP2 |request=name}}<br> URL: [{{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK installation script | request=url}}]<br> Path (default): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK installation script | request=path}}<br> Path (MP1): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK installation script | device=MP1 | request=path}}<br> Path (MP2): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK installation script | device=MP2 | request=path}} |
Name (default): st-image-ai-openstlinux-weston-stm32mp1-x86_64-toolchain-4.2.1-openstlinux-6.1-yocto-mickledore-mp1-v23.06.21-addon-x-linux-ai-v5.0.0.sh |
"AI SDK setup script" name, URL and path for the v5.0.0 version of the X-LINUX-AI expansion package requested
Name (default): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK setup script | request=name}}<br> Name (MP1): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK setup script | device=MP1 | request=name}}<br> Name (MP2): {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK setup script | device=MP2 | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK setup script | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=5.0.0 | package=AI SDK setup script | request=path}} |
Name (default): environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi |
3. More examples[edit source]
You type | You get |
---|---|
"AI Debian package" name, URL and path for an unspecified version requested
Name: {{X-LINUXRelease/Package | package=AI Debian package | request=name}}<br> URL: {{X-LINUXRelease/Package | package=AI Debian package | request=url}}<br> Path: {{X-LINUXRelease/Package | package=AI Debian package | request=path}} |
Name: unknown version |
"AI Debian package" name, URL and path for an unknown version requested
Name: {{X-LINUXRelease/Package | version=10.20.30 | package=AI Debian package | request=name}}<br> URL: {{X-LINUXRelease/Package | version=10.20.30 | package=AI Debian package | request=url}}<br> Path: {{X-LINUXRelease/Package | version=10.20.30 | package=AI Debian package | request=path}} |
Name: unknown version |
Unspecified package
Name: {{X-LINUXRelease/Package | version=latest | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=latest | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=latest | request=path}} |
Name: unknown package |
Unknown package
Name: {{X-LINUXRelease/Package | version=latest | package=not supported | request=name}}<br> URL: [{{X-LINUXRelease/Package | version=latest | package=not supported | request=url}}]<br> Path: {{X-LINUXRelease/Package | version=latest | package=not supported | request=path}} |
Name: unknown package |
Unspecified request
{{X-LINUXRelease/Package | version=latest | package=AI Debian package}}
|
unknown request |
Unknown request
{{X-LINUXRelease/Package | version=latest | package=AI Debian package | request=not supported}}
|
unknown request |
Check that there's no space before and after the text
BEFORE{{X-LINUXRelease/Package | version=latest | package=AI Debian package | request=name}}AFTER<br> BEFORE[{{X-LINUXRelease/Package | version=latest | package=AI Debian package | request=url}}]AFTER<br> BEFORE{{X-LINUXRelease/Package | version=latest | package=AI Debian package | request=path}AFTER} |
BEFOREapt-openstlinux-ai_1.0_arm64.debTBDAFTER |
4. Code[edit source]
unknown request