Difference between revisions of "Template:CodeSource"
[quality revision] | [unchecked revision] |
m
|
(Merge articles)
|
Contents
1 Usage[edit]
The CodeSource template is used to indicate the URL of any Linux® kernel, U-Boot, TF-A, OP-TEE OS, STM32CubeMP1, stm32mp BSP layer, openstlinux framework layer, or Android file used in this wiki.
Usage: {{CodeSource | <domain> | repo=<repo> | <path> | <link text> | <version>}}
- Where:
-
<domain> is the mandatory string that identifies the domain of the file. The possible values are:
- Linux kernel: the file belongs to the Linux kernel domain.
- U-Boot: the file belongs to the U-Boot domain.
- TF-A: the file belongs to the TF-A domain.
- OP-TEE_OS: the file belongs to the OP-TEE OS domain.
- STM32CubeMP1: the file belongs to the STM32CubeMP1 domain.
- meta-st-stm32mp: the file belongs to the meta-st-stm32mp BSP layer domain.
- meta-st-stm32mp-addons: the file belongs to the meta-st-stm32mp-addons BSP layer domain.
- meta-st-openstlinux: the file belongs to the meta-st-openstlinux framework layer domain.
- Android: the file belongs to the Android domain.
-
<path> is the mandatory relative path of the file from the root URL of the domain; If the file is a directory (e.g. "arch/arm/boot/dts" directory for the Linux kernel), the parameter must end with the slash
/
character (e.g. "arch/arm/boot/dts/"). The root URLs are:-
STMicroelectronics Linux kernel git repository for the Linux kernel domain: https://github.com/STMicroelectronics/linux. Alternatives that would be possible:
- Kernel.org git repository: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree
- Bootlin Elixir Cross Referencer: https://elixir.bootlin.com/linux/latest/source
-
STMicroelectronics U-Boot git repository for the U-Boot domain: https://github.com/STMicroelectronics/u-boot. Alternatives that would be possible:
- Das U-Boot git repository: http://git.denx.de/?p=u-boot.git;a=tree
- Bootlin Elixir Cross Referencer: https://elixir.bootlin.com/u-boot/latest/source
-
STMicroelectronics TF-A git repository for the TF-A domain: https://github.com/STMicroelectronics/arm-trusted-firmware. Alternatives that would be possible:
- ARM Trusted Firmware git repository: https://github.com/ARM-software/arm-trusted-firmware
- Bootlin Elixir Cross Referencer: https://elixir.bootlin.com/arm-trusted-firmware/latest/source
-
STMicroelectronics OP-TEE git repository for the OP-TEE OS domain: https://github.com/STMicroelectronics/optee_os. Alternative that would be possible:
- Open Portable Trusted Execution Environment git repository: https://github.com/OP-TEE/optee_os
- STMicroelectronics STM32CubeMP1 git repository for the STM32CubeMP1 domain: https://github.com/STMicroelectronics/STM32CubeMP1
- STMicroelectronics meta-st-stm32mp git repository for the meta-st-stm32mp layer domain: https://github.com/STMicroelectronics/meta-st-stm32mp
- STMicroelectronics meta-st-stm32mp-addons git repository for the meta-st-stm32mp-addons layer domain: https://github.com/STMicroelectronics/meta-st-stm32mp-addons
- STMicroelectronics meta-st-openstlinux git repository for the meta-st-openstlinux layer domain: https://github.com/STMicroelectronics/meta-st-openstlinux
- Google Android <repo> git repository for the Android domain: https://android.googlesource.com/<repo>
-
STMicroelectronics Linux kernel git repository for the Linux kernel domain: https://github.com/STMicroelectronics/linux. Alternatives that would be possible:
- <repo> is the mandatory repository in the Google Android git. This named parameter is ignored for all other domains than Android.
- <link text> is an optional link text (text that is displayed instead of the URL).
-
<version> is an optional version number (branch or tag) if the default one doesn't fit. Per default, the URL points to:
- the v5.10-stm32mp branch of the Linux kernel (Kernel.org alternative: linux-5.4.y / Bootlin alternative: latest stable)
- the v2020.10-stm32mp branch of the U-Boot (Das U-Boot alternative: master / Bootlin alternative: latest stable)
- the v2.4-stm32mp branch of the TF-A (ARM Trusted Firmware alternative: master / Bootlin alternative: latest stable)
- the 3.12.0-stm32mp branch of the OP-TEE OS (Open Portable Trusted Execution Environment alternative: master)
- the 1.4.0 tag of the STM32CubeMP1
- the dunfell branch of the meta-st-stm32mp layer
- the dunfell branch of the meta-st-openstlinux layer
- the dunfell branch of the meta-st-stm32mp-addons layer
- the android-10.0.0_r22 tag of Android
2 Basic examples[edit]
You type | You get |
---|---|
Linux kernel
1- {{CodeSource | Linux kernel | Makefile}} 2- {{CodeSource | Linux kernel | arch/arm/boot/dts/}} |
1- Makefile
|
U-Boot
1- {{CodeSource | U-Boot | Makefile}} 2- {{CodeSource | U-Boot | arch/arm/dts/}} |
1- Makefile
|
TF-A
1- {{CodeSource | TF-A | Makefile}} 2- {{CodeSource | TF-A | fdts/}} |
|
OP-TEE_OS
1- {{CodeSource | OP-TEE_OS | Makefile}} 2- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/}} |
|
STM32CubeMP1
1- {{CodeSource | STM32CubeMP1 | Readme.md}} 2- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/}} |
|
meta-st-stm32mp
1- {{CodeSource | meta-st-stm32mp | README.md}} 2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}} |
|
meta-st-stm32mp-addons
1- {{CodeSource | meta-st-stm32mp-addons | README.md}}
2- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/}}
|
|
meta-st-openstlinux
1- {{CodeSource | meta-st-openstlinux | README.md}} 2- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/}} |
1- README.md
|
Android
1- {{CodeSource | Android | repo=platform/build | README.md}} 2- {{CodeSource | Android | repo=platform/packages/apps/Settings | src/com/android/settings/}} |
1- Unsupported domain!
|
3 More examples[edit]
You type | You get |
---|---|
Linux kernel: regular file
1- {{CodeSource | Linux kernel | Makefile}} 2- {{CodeSource | Linux kernel | Makefile | Linux kernel root makefile - Makefile}} 3- {{CodeSource | Linux kernel | Makefile | | 4.19}} 4- {{CodeSource | Linux kernel | Makefile | Linux kernel root makefile - Makefile | 4.19}} 5- {{CodeSource | Linux kernel | repo=ignored | Makefile | Linux kernel root makefile - Makefile | 4.19}} |
1- Makefile
|
Linux kernel: directory
1- {{CodeSource | Linux kernel | arch/arm/boot/dts/}} 2- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | arch/arm/boot/dts/stm32mp15*}} 3- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | | 4.19}} 4- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | arch/arm/boot/dts/stm32mp15* | 4.19}} 5- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | repo=ignored | arch/arm/boot/dts/stm32mp15* | 4.19}} |
1- arch/arm/boot/dts/
|
U-Boot: regular file
1- {{CodeSource | U-Boot | Makefile}} 2- {{CodeSource | U-Boot | Makefile | U-Boot root makefile - Makefile}} 3- {{CodeSource | U-Boot | Makefile | | 2018.03}} 4- {{CodeSource | U-Boot | Makefile | U-Boot root makefile - Makefile | 2018.03}} 5- {{CodeSource | U-Boot | Makefile | U-Boot root makefile - Makefile | repo=ignored | 2018.03}} |
1- Makefile
|
U-Boot: directory
1- {{CodeSource | U-Boot | arch/arm/dts/}} 2- {{CodeSource | U-Boot | arch/arm/dts/ | arch/arm/dts/stm32mp15*}} 3- {{CodeSource | U-Boot | arch/arm/dts/ | | 2018.03}} 4- {{CodeSource | U-Boot | arch/arm/dts/ | arch/arm/dts/stm32mp15* | 2018.03}} 5- {{CodeSource | repo=ignored | U-Boot | arch/arm/dts/ | arch/arm/dts/stm32mp15* | 2018.03}} |
1- arch/arm/dts/
|
TF-A: regular file
1- {{CodeSource | TF-A | Makefile}} 2- {{CodeSource | TF-A | Makefile | TF-A root makefile - Makefile}} 3- {{CodeSource | TF-A | Makefile | | 1.4}} 4- {{CodeSource | TF-A | Makefile | TF-A root makefile - Makefile | 1.4}} 5- {{CodeSource | TF-A | repo=ignored | Makefile}} |
1- Makefile
|
TF-A: directory
1- {{CodeSource | TF-A | fdts/}} 2- {{CodeSource | TF-A | fdts/ | fdts/stm32mp15*}} 3- {{CodeSource | TF-A | fdts/ | | 1.4}} 4- {{CodeSource | TF-A | fdts/ | fdts/stm32mp15* | 1.4}} 5- {{CodeSource | TF-A | repo=ignored | fdts/ | fdts/stm32mp15*}} |
1- fdts/
|
OP-TEE_OS: regular file
1- {{CodeSource | OP-TEE_OS | Makefile}} 2- {{CodeSource | OP-TEE_OS | Makefile | OP-TEE OS root makefile - Makefile}} 3- {{CodeSource | OP-TEE_OS | Makefile | | 3.0.0}} 4- {{CodeSource | OP-TEE_OS | Makefile | OP-TEE OS root makefile - Makefile | 3.0.0}} 5- {{CodeSource | OP-TEE_OS | Makefile | | 3.0.0 | repo=ignored}} |
1- Makefile
|
OP-TEE_OS: directory
1- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/}} 2- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/ | core/arch/arm/kernel/*}} 3- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/ | | 3.0.0}} 4- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/ | core/arch/arm/kernel/* | 3.0.0}} 5- {{CodeSource | OP-TEE_OS | repo=ignored | core/arch/arm/kernel/ | | 3.0.0}} |
1- core/arch/arm/kernel/
|
STM32CubeMP1: regular file
1- {{CodeSource | STM32CubeMP1 | Readme.md}} 2- {{CodeSource | STM32CubeMP1 | Readme.md | STM32CubeMP1 readme}} 3- {{CodeSource | STM32CubeMP1 | Readme.md | | master}} 4- {{CodeSource | STM32CubeMP1 | Readme.md | STM32CubeMP1 readme | master}} 5- {{CodeSource | STM32CubeMP1 | Readme.md | STM32CubeMP1 readme | repo=ignored | master}} |
1- Readme.md
|
STM32CubeMP1: directory
1- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/}} 2- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/ | Drivers/STM32MP1xx_HAL_Driver/Src/*}} 3- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/ | | master}} 4- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/ | Drivers/STM32MP1xx_HAL_Driver/Src/* | master}} 5- {{CodeSource | STM32CubeMP1 | repo=ignored | Drivers/STM32MP1xx_HAL_Driver/Src/}} |
1- Drivers/STM32MP1xx_HAL_Driver/Src/
|
meta-st-stm32mp: regular file
1- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt}} 2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build}} 3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | |openstlinux-4.19-thud-mp1-19-02-20}} 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | thud-upstream_1.2.0}} 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | repo=ignored | thud-upstream_1.2.0}} |
1- recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt
|
meta-st-stm32mp: directory
1- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}} 2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/}} 3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | | thud-upstream_1.2.0}} 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | thud-upstream_1.2.0}} 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | repo=ignored | thud-upstream_1.2.0}} |
1- recipes-kernel/linux/linux-stm32mp/
|
meta-st-stm32mp-addons: regular file
1- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt}}
2- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine}}
3- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | |openstlinux-4.19-thud-mp1-19-02-20}}
4- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine | thud }}
5- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine | repo=ignored | thud }}
|
1- docs/How_to_create_a_custom_machine_mx.txt
|
meta-st-stm32mp-addons: directory
1- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ }}
2- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/}}
3- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | | thud}}
4- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/ | thud}}
5- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/ | repo=ignored | thud}}
|
1- recipes-kernel/linux/
|
meta-st-openstlinux: regular file
1- {{CodeSource | meta-st-openstlinux | README.md}} 2- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme}} 3- {{CodeSource | meta-st-openstlinux | README.md | | thud-upstream_1.2.0}} 4- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | thud-upstream_1.2.0}} 5- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | repo=ignored | thud-upstream_1.2.0}} |
1- README.md
|
meta-st-openstlinux: directory
1- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/}} 2- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes}} 3- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | | thud-upstream_1.2.0openstlinux-4.19-thud-mp1-19-02-20}} 4- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | thud-upstream_1.2.0}} 5- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | repo=ignored | thud-upstream_1.2.0}} |
1- recipes-multimedia/gstreamer/
|
Android: regular file
1- {{CodeSource | Android | repo=platform/build | core/main.mk}} 2- {{CodeSource | Android | repo=platform/build | core/main.mk | Main configuration}} 3- {{CodeSource | Android | repo=platform/build | core/main.mk | | android-8.1.0_r66}} 4- {{CodeSource | Android | repo=platform/build | core/main.mk | Main configuration | android-8.1.0_r66}} 5- {{CodeSource | Android | core/main.mk}} |
1- Unsupported domain!
|
Android: directory
1- {{CodeSource | Android | repo=platform/build | target/product/}} 2- {{CodeSource | Android | repo=platform/build | target/product/ | platform/build/target/product/*}} 3- {{CodeSource | Android | repo=platform/build | target/product/ | | android-8.1.0_r66}} 4- {{CodeSource | Android | repo=platform/build | target/product/ | platform/build/target/product/* | android-8.1.0_r66}} 5- {{CodeSource | Android | target/product/}} |
1- Unsupported domain!
|
Unsupported domain {{CodeSource | Unsupported domain | Makefile}} |
Unsupported domain! |
4 Code[edit]
Linux kernel:
- For STMicroelectronics git
[https://github.com/STMicroelectronics/linux/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v5.10-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]
- For Kernel.org git
[https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/{{#replace:{{{2|}}}| |}}?h={{#if: {{{4|}}}|v{{#replace:{{{4|}}}||}}|linux-5.10.y}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]
- For Bootlin alternative
[https://elixir.bootlin.com/linux/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest}}/source/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest stable}})]
U-Boot:
- For STM STMicroelectronics git
[https://github.com/STMicroelectronics/u-boot/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v2020.10-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]
- For U-Boot git alternative
[http://git.denx.de/?p=u-boot.git;a={{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}};f={{#ifeq:{{#sub:{{{2}}}|-1}}|/|{{#sub:{{{2}}}|0|-1}}|{{#sub:{{{2}}}|0}}}};hb={{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|master}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|master}})]
- For Bootlin alternative
[https://elixir.bootlin.com/u-boot/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest}}/source/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest stable}})]
TF-A
- For STM STMicroelectronics git
[https://github.com/STMicroelectronics/arm-trusted-firmware/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v2.4-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]
- For ARM Trusted Firmware git alternative
[https://github.com/ARM-software/arm-trusted-firmware/blob/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|master}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|master}})]
- For Bootlin alternative
[https://elixir.bootlin.com/arm-trusted-firmware/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest}}/source/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest stable}})]
OP-TEE_OS
- For STM STMicroelectronics git
[https://github.com/STMicroelectronics/optee_os/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|3.12.0-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]
- For OP-TEE OS git alternative
[https://github.com/OP-TEE/optee_os/blob/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|master}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|master}})]
STM32CubeMP1
- For STM STMicroelectronics git
[https://github.com/STMicroelectronics/STM32CubeMP1/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|1.4.0}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]
meta-st-stm32mp
- For STM STMicroelectronics git
[https://github.com/STMicroelectronics/meta-st-stm32mp/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]
meta-st-openstlinux
- For STM STMicroelectronics git
[https://github.com/STMicroelectronics/meta-st-openstlinux/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]
Android
- For Google Android git
[https://android.googlesource.com/{{{repo|}}}/+/refs/tags/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|android-10.0.0_r22}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{repo|}}}/{{#replace:{{{2|}}}| |}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]
Unsupported domain!
<noinclude> {{UpdateNeededForNewRelease|Please update the versions (branches or tags): several times in this template}} ==Usage== The [[Template:CodeSource|CodeSource]] template is used '''to indicate the URL of any Linux<sup>®</sup> kernel, U-Boot, TF-A, OP-TEE OS, STM32CubeMP1, stm32mp BSP layer, openstlinux framework layer, or Android file''' used in this wiki. Usage: <nowiki>{{</nowiki>CodeSource | {{HighlightParam|<domain>}} | repo={{HighlightParam|<repo>}} | {{HighlightParam|<path>}} | {{HighlightParam|<link text>}} | {{HighlightParam|<version>}}}} :Where: * {{HighlightParam|<domain>}} is the '''mandatory''' string that identifies the domain of the file. The possible values are: ** '''Linux kernel''': the file belongs to the Linux kernel domain. ** '''U-Boot''': the file belongs to the U-Boot domain. ** '''TF-A''': the file belongs to the TF-A domain. ** '''OP-TEE_OS''': the file belongs to the OP-TEE OS domain. ** '''STM32CubeMP1''': the file belongs to the STM32CubeMP1 domain. ** '''meta-st-stm32mp''': the file belongs to the meta-st-stm32mp BSP layer domain. ** '''meta-st-stm32mp-addons''': the file belongs to the meta-st-stm32mp-addons BSP layer domain. ** '''meta-st-openstlinux''': the file belongs to the meta-st-openstlinux framework layer domain. ** '''Android''': the file belongs to the Android domain. * {{HighlightParam|<path>}} is the '''mandatory''' relative path of the file from the root URL of the domain; If the file is a directory (e.g. "arch/arm/boot/dts" directory for the Linux kernel), the parameter must end with the slash <code>/</code> character (e.g. "arch/arm/boot/dts/"). The root URLs are: ** '''STMicroelectronics Linux kernel git repository''' for the Linux kernel domain: https://github.com/STMicroelectronics/linux. Alternatives that would be possible: *** ''Kernel.org git repository'': https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree *** ''Bootlin Elixir Cross Referencer'': https://elixir.bootlin.com/linux/latest/source ** '''STMicroelectronics U-Boot git repository''' for the U-Boot domain: https://github.com/STMicroelectronics/u-boot. Alternatives that would be possible: *** ''Das U-Boot git repository'': http://git.denx.de/?p=u-boot.git;a=tree *** ''Bootlin Elixir Cross Referencer'': https://elixir.bootlin.com/u-boot/latest/source ** '''STMicroelectronics TF-A git repository''' for the TF-A domain: https://github.com/STMicroelectronics/arm-trusted-firmware. Alternatives that would be possible: *** ''ARM Trusted Firmware git repository'': https://github.com/ARM-software/arm-trusted-firmware *** ''Bootlin Elixir Cross Referencer'': https://elixir.bootlin.com/arm-trusted-firmware/latest/source ** '''STMicroelectronics OP-TEE git repository''' for the OP-TEE OS domain: https://github.com/STMicroelectronics/optee_os. Alternative that would be possible: *** ''Open Portable Trusted Execution Environment git repository'': https://github.com/OP-TEE/optee_os ** '''STMicroelectronics STM32CubeMP1 git repository''' for the STM32CubeMP1 domain: https://github.com/STMicroelectronics/STM32CubeMP1 ** '''STMicroelectronics meta-st-stm32mp git repository''' for the meta-st-stm32mp layer domain: https://github.com/STMicroelectronics/meta-st-stm32mp ** '''STMicroelectronics meta-st-stm32mp-addons git repository''' for the meta-st-stm32mp-addons layer domain: https://github.com/STMicroelectronics/meta-st-stm32mp-addons ** '''STMicroelectronics meta-st-openstlinux git repository''' for the meta-st-openstlinux layer domain: https://github.com/STMicroelectronics/meta-st-openstlinux ** '''Google Android {{HighlightParam|<repo>}} git repository''' for the Android domain: https://android.googlesource.com/{{HighlightParam|<repo>}} * {{HighlightParam|<repo>}} is the '''mandatory''' repository in the Google Android git. This named parameter is ignored for all other domains than Android. * {{HighlightParam|<link text>}} is an '''optional''' link text (text that is displayed instead of the URL).{{ReviewsComments|-- [[User:Jean Christophe Trotin|Jean Christophe Trotin]] ([[User talk:Jean Christophe Trotin|talk]]) 10:35, 31 March 2021 (CEST)<br />It is "1.4.0" for STM32CubeMP1, no?}} * {{HighlightParam|<version>}} is an '''optional''' version number (branch or tag) if the default one doesn't fit. Per default, the URL points to: ** the '''v5.10-stm32mp''' branch of the Linux kernel (Kernel.org alternative: ''linux-5.4.y'' / Bootlin alternative: ''latest stable'') ** the '''v2020.10-stm32mp''' branch of the U-Boot (Das U-Boot alternative: ''master'' / Bootlin alternative: ''latest stable'') ** the '''v2.4-stm32mp''' branch of the TF-A (ARM Trusted Firmware alternative: ''master'' / Bootlin alternative: ''latest stable'') ** the '''3.12.0-stm32mp''' branch of the OP-TEE OS (Open Portable Trusted Execution Environment alternative: ''master'') ** the '''1.4.0''' tag of the STM32CubeMP1 ** the '''dunfell''' branch of the meta-st-stm32mp layer ** the '''dunfell''' branch of the meta-st-openstlinux layer ** the '''dunfell''' branch of the meta-st-stm32mp-addons layer ** the '''android-10.0.0_r22''' tag of Android {{ {{ReviewsComments|-- [[User:Nathalie Sangouard|Nathalie Sangouard]] ([[User talk:Nathalie Sangouard|talk]]) 15:01, 2 July 2021 (CEST)<br />AP Nathalie : if some new layer needs to be added then read agin the email sent by JCT the 30/06/2021 @17h36 }} {{InternalInfo|During the development phase, the internal repositories and the development branches are used instead of the STMicroelectronics git repositories and the official delivery branches, for the following domains: * Linux kernel: https://gerrit.st.com/gitweb?p<<equals>>mpu/oe/st/linux-stm32.git, '''v5.10-stm32mp''' branch * U-Boot: https://gerrit.st.com/gitweb?p<<equals>>mpu/oe/st/u-boot.git, '''v2020.10-stm32mp-dev''' branch * TF-A: https://gerrit.st.com/gitweb?p<<equals>>mpu/oe/st/tf-a.git, '''v2.4-stm32mp-dev''' branch * OP-TEE OS: https://gerrit.st.com/gitweb?p<<equals>>mpu/oe/optee/optee_os.git, '''3.12.0-stm32mp-dev''' branch * meta-st-stm32mp: https://gerrit.st.com/gitweb?p<<equals>>mpu/oe/st/meta-st.git , dunfell branch * meta-st-stm32mp-addons layer:??? , dunfell branch * meta-st-openstlinux layer: https://gerrit.st.com/gitweb?p<<equals>>oeivi/oe/st/meta-opensdk.git, dunfell branch }} ==Basic examples== {| class="st-table" ! You type !! You get |- | '''Linux kernel'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | Linux kernel | Makefile}} 2- {{CodeSource | Linux kernel | arch/arm/boot/dts/}}</pre> | 1- {{CodeSource | Linux kernel | Makefile}}<br /> 2- {{CodeSource | Linux kernel | arch/arm/boot/dts/}} |- | '''U-Boot'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | U-Boot | Makefile}} 2- {{CodeSource | U-Boot | arch/arm/dts/}}</pre> | 1- {{CodeSource | U-Boot | Makefile}}<br /> 2- {{CodeSource | U-Boot | arch/arm/dts/}} |- | '''TF-A'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | TF-A | Makefile}} 2- {{CodeSource | TF-A | fdts/}}</pre> | 1- {{CodeSource | TF-A | Makefile}}<br /> 2- {{CodeSource | TF-A | fdts/}} |- | '''OP-TEE_OS'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | OP-TEE_OS | Makefile}} 2- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/}}</pre> | 1- {{CodeSource | OP-TEE_OS | Makefile}}<br /> 2- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/}} |- | '''STM32CubeMP1'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | STM32CubeMP1 | Readme.md}} 2- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/}}</pre> | 1- {{CodeSource | STM32CubeMP1 | Readme.md}}<br /> 2- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/}} |- | '''meta-st-stm32mp'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | meta-st-stm32mp | README.md}} 2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}}</pre> | 1- {{CodeSource | meta-st-stm32mp | README.md}}<br /> 2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}} |- | '''meta-st-stm32mp-addons'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | meta-st-stm32mp-addons | README.md}} 2- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/}}</pre> | 1- {{CodeSource | meta-st-stm32mp-addons | README.md}}<br /> 2- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/}} |- | '''meta-st-openstlinux'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | meta-st-openstlinux | README.md}} 2- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/}}</pre> | 1- {{CodeSource | meta-st-openstlinux | README.md}}<br /> 2- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/}} |- | '''Android'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | Android | repo=platform/build | README.md}} 2- {{CodeSource | Android | repo=platform/packages/apps/Settings | src/com/android/settings/}}</pre> | 1- {{CodeSource | Android | repo=platform/build | README.md}}<br /> 2- {{CodeSource | Android | repo=platform/packages/apps/Settings | src/com/android/settings/}} |} ==More examples== {| class="st-table" ! You type !! You get |- | '''Linux kernel: regular file'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | Linux kernel | Makefile}} 2- {{CodeSource | Linux kernel | Makefile | Linux kernel root makefile - Makefile}} 3- {{CodeSource | Linux kernel | Makefile | | 4.19}} 4- {{CodeSource | Linux kernel | Makefile | Linux kernel root makefile - Makefile | 4.19}} 5- {{CodeSource | Linux kernel | repo=ignored | Makefile | Linux kernel root makefile - Makefile | 4.19}}</pre> | 1- {{CodeSource | Linux kernel | Makefile}}<br /> 2- {{CodeSource | Linux kernel | Makefile | Linux kernel root makefile - Makefile}}<br /> 3- {{CodeSource | Linux kernel | repo=toto | Makefile | | 4.19}}<br /> 4- {{CodeSource | Linux kernel | Makefile | Linux kernel root makefile - Makefile | 4.19}}<br /> 5- {{CodeSource | Linux kernel | repo=ignored | Makefile | Linux kernel root makefile - Makefile | 4.19}} |- | '''Linux kernel: directory'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | Linux kernel | arch/arm/boot/dts/}} 2- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | arch/arm/boot/dts/stm32mp15*}} 3- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | | 4.19}} 4- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | arch/arm/boot/dts/stm32mp15* | 4.19}} 5- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | repo=ignored | arch/arm/boot/dts/stm32mp15* | 4.19}}</pre> | 1- {{CodeSource | Linux kernel | arch/arm/boot/dts/}}<br /> 2- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | arch/arm/boot/dts/stm32mp15*}}<br /> 3- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | | 4.19}}<br /> 4- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | arch/arm/boot/dts/stm32mp15* | 4.19}}<br /> 5- {{CodeSource | Linux kernel | arch/arm/boot/dts/ | repo=ignored | arch/arm/boot/dts/stm32mp15* | 4.19}} |- | '''U-Boot: regular file'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | U-Boot | Makefile}} 2- {{CodeSource | U-Boot | Makefile | U-Boot root makefile - Makefile}} 3- {{CodeSource | U-Boot | Makefile | | 2018.03}} 4- {{CodeSource | U-Boot | Makefile | U-Boot root makefile - Makefile | 2018.03}} 5- {{CodeSource | U-Boot | Makefile | U-Boot root makefile - Makefile | repo=ignored | 2018.03}}</pre> | 1- {{CodeSource | U-Boot | Makefile}}<br /> 2- {{CodeSource | U-Boot | Makefile | U-Boot root makefile - Makefile}}<br /> 3- {{CodeSource | U-Boot | Makefile | | 2018.03}}<br /> 4- {{CodeSource | U-Boot | Makefile | U-Boot root makefile - Makefile | 2018.03}}<br /> 5- {{CodeSource | U-Boot | Makefile | U-Boot root makefile - Makefile | repo=ignored | 2018.03}} |- | '''U-Boot: directory'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | U-Boot | arch/arm/dts/}} 2- {{CodeSource | U-Boot | arch/arm/dts/ | arch/arm/dts/stm32mp15*}} 3- {{CodeSource | U-Boot | arch/arm/dts/ | | 2018.03}} 4- {{CodeSource | U-Boot | arch/arm/dts/ | arch/arm/dts/stm32mp15* | 2018.03}} 5- {{CodeSource | repo=ignored | U-Boot | arch/arm/dts/ | arch/arm/dts/stm32mp15* | 2018.03}}</pre> | 1- {{CodeSource | U-Boot | arch/arm/dts/}}<br /> 2- {{CodeSource | U-Boot | arch/arm/dts/ | arch/arm/dts/stm32mp15*}}<br /> 3- {{CodeSource | U-Boot | arch/arm/dts/ | | 2018.03}}<br /> 4- {{CodeSource | U-Boot | arch/arm/dts/ | arch/arm/dts/stm32mp15* | 2018.03}}<br /> 5- {{CodeSource | repo=ignored | U-Boot | arch/arm/dts/ | arch/arm/dts/stm32mp15* | 2018.03}} |- | '''TF-A: regular file'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | TF-A | Makefile}} 2- {{CodeSource | TF-A | Makefile | TF-A root makefile - Makefile}} 3- {{CodeSource | TF-A | Makefile | | 1.4}} 4- {{CodeSource | TF-A | Makefile | TF-A root makefile - Makefile | 1.4}} 5- {{CodeSource | TF-A | repo=ignored | Makefile}}</pre> | 1- {{CodeSource | TF-A | Makefile}}<br /> 2- {{CodeSource | TF-A | Makefile | TF-A root makefile - Makefile}}<br /> 3- {{CodeSource | TF-A | Makefile | | 1.4}}<br /> 4- {{CodeSource | TF-A | Makefile | TF-A root makefile - Makefile | 1.4}}<br /> 5- {{CodeSource | TF-A | repo=ignored | Makefile}} |- | '''TF-A: directory'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | TF-A | fdts/}} 2- {{CodeSource | TF-A | fdts/ | fdts/stm32mp15*}} 3- {{CodeSource | TF-A | fdts/ | | 1.4}} 4- {{CodeSource | TF-A | fdts/ | fdts/stm32mp15* | 1.4}} 5- {{CodeSource | TF-A | repo=ignored | fdts/ | fdts/stm32mp15*}}</pre> | 1- {{CodeSource | TF-A | fdts/}}<br /> 2- {{CodeSource | TF-A | fdts/ | fdts/stm32mp15*}}<br /> 3- {{CodeSource | TF-A | fdts/ | | 1.4}}<br /> 4- {{CodeSource | TF-A | fdts/ | fdts/stm32mp15* | 1.4}}<br /> 5- {{CodeSource | TF-A | repo=ignored | fdts/ | fdts/stm32mp15*}} |- | '''OP-TEE_OS: regular file'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | OP-TEE_OS | Makefile}} 2- {{CodeSource | OP-TEE_OS | Makefile | OP-TEE OS root makefile - Makefile}} 3- {{CodeSource | OP-TEE_OS | Makefile | | 3.0.0}} 4- {{CodeSource | OP-TEE_OS | Makefile | OP-TEE OS root makefile - Makefile | 3.0.0}} 5- {{CodeSource | OP-TEE_OS | Makefile | | 3.0.0 | repo=ignored}}</pre> | 1- {{CodeSource | OP-TEE_OS | Makefile}}<br /> 2- {{CodeSource | OP-TEE_OS | Makefile | OP-TEE OS root makefile - Makefile}}<br /> 3- {{CodeSource | OP-TEE_OS | Makefile | | 3.0.0}}<br /> 4- {{CodeSource | OP-TEE_OS | Makefile | OP-TEE OS root makefile - Makefile | 3.0.0}}<br /> 5- {{CodeSource | OP-TEE_OS | Makefile | | 3.0.0 | repo=ignored}} |- | '''OP-TEE_OS: directory'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/}} 2- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/ | core/arch/arm/kernel/*}} 3- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/ | | 3.0.0}} 4- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/ | core/arch/arm/kernel/* | 3.0.0}} 5- {{CodeSource | OP-TEE_OS | repo=ignored | core/arch/arm/kernel/ | | 3.0.0}}</pre> | 1- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/}}<br /> 2- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/ | core/arch/arm/kernel/*}}<br /> 3- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/ | | 3.0.0}}<br /> 4- {{CodeSource | OP-TEE_OS | core/arch/arm/kernel/ | core/arch/arm/kernel/* | 3.0.0}}<br /> 5- {{CodeSource | OP-TEE_OS | repo=ignored | core/arch/arm/kernel/ | | 3.0.0}} |- | '''STM32CubeMP1: regular file'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | STM32CubeMP1 | Readme.md}} 2- {{CodeSource | STM32CubeMP1 | Readme.md | STM32CubeMP1 readme}} 3- {{CodeSource | STM32CubeMP1 | Readme.md | | master}} 4- {{CodeSource | STM32CubeMP1 | Readme.md | STM32CubeMP1 readme | master}} 5- {{CodeSource | STM32CubeMP1 | Readme.md | STM32CubeMP1 readme | repo=ignored | master}}</pre> | 1- {{CodeSource | STM32CubeMP1 | Readme.md}}<br /> 2- {{CodeSource | STM32CubeMP1 | Readme.md | STM32CubeMP1 readme}}<br /> 3- {{CodeSource | STM32CubeMP1 | Readme.md | | master}}<br /> 4- {{CodeSource | STM32CubeMP1 | Readme.md | STM32CubeMP1 readme | master}}<br /> 5- {{CodeSource | STM32CubeMP1 | Readme.md | STM32CubeMP1 readme | repo=ignored | master}} |- | '''STM32CubeMP1: directory'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/}} 2- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/ | Drivers/STM32MP1xx_HAL_Driver/Src/*}} 3- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/ | | master}} 4- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/ | Drivers/STM32MP1xx_HAL_Driver/Src/* | master}} 5- {{CodeSource | STM32CubeMP1 | repo=ignored | Drivers/STM32MP1xx_HAL_Driver/Src/}}</pre> | 1- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/}}<br /> 2- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/ | Drivers/STM32MP1xx_HAL_Driver/Src/*}}<br /> 3- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/ | | master}}<br /> 4- {{CodeSource | STM32CubeMP1 | Drivers/STM32MP1xx_HAL_Driver/Src/ | Drivers/STM32MP1xx_HAL_Driver/Src/* | master}}<br /> 5- {{CodeSource | STM32CubeMP1 | repo=ignored | Drivers/STM32MP1xx_HAL_Driver/Src/}} |- | '''meta-st-stm32mp: regular file'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt}} 2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build}} 3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | |openstlinux-4.19-thud-mp1-19-02-20}} 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | thud-upstream_1.2.0}} 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | repo=ignored | thud-upstream_1.2.0}}</pre> | 1- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt}}<br /> 2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build}}<br /> 3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | | openstlinux-4.19-thud-mp1-19-02-20}}<br /> 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | thud-upstream_1.2.0}}<br /> 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | repo=ignored | thud-upstream_1.2.0}} |- | '''meta-st-stm32mp: directory'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}} 2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/}} 3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | | thud-upstream_1.2.0}} 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | thud-upstream_1.2.0}} 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | repo=ignored | thud-upstream_1.2.0}}</pre> | 1- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}}<br /> 2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/}}<br /> 34- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | | thud-upstream_1.2.0}}<br /> 4recipes-kernel/linux/linux-stm32mp/ | thud}}<br /> 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | thud-upstream_1.2.0}}<br /> repo=ignored | thud}} 3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | | thud}}<br /> |- |- | '''meta-st-stm32mp-addons: regular file'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt}} 2- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine}} 3- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | |openstlinux-4.19-thud-mp1-19-02-20}} 4- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine | thud }} 5- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine | repo=ignored | thud }}</pre> | 1- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt}}<br /> 2- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine}}<br /> 3- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | | openstlinux-4.19-thud-mp1-19-02-20}}<br /> 4- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine | thud }}<br /> 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | repo=ignored | thud-upstream_1.2.0}} |- | -addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine | repo=ignored | thud }}<br /> |- | '''meta-st-stm32mp-addons: directory'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ }} 2- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/}} 3- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | | thud}} 4- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/ | thud}} 5- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/ | repo=ignored | thud}}</pre> | 1- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ }}<br /> 2- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/}}<br /> 3- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | | thud}}<br /> 4- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/ | thud}}<br /> 5- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/ | repo=ignored | thud}}<br /> |- | '''meta-st-openstlinux: regular file'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | meta-st-openstlinux | README.md}} 2- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme}} 3- {{CodeSource | meta-st-openstlinux | README.md | | thud-upstream_1.2.0}} 4- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | thud-upstream_1.2.0}} 5- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | repo=ignored | thud-upstream_1.2.0}}</pre> | 1- {{CodeSource | meta-st-openstlinux | README.md}}<br /> 2- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme}}<br /> 3- {{CodeSource | meta-st-openstlinux | README.md | | thud-upstream_1.2.0}}<br /> 4- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | thud-upstream_1.2.0}}<br /> 5- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | repo=ignored | thud-upstream_1.2.0}} |- | '''meta-st-openstlinux: directory'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/}} 2- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes}} 3- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | | thud-upstream_1.2.0openstlinux-4.19-thud-mp1-19-02-20}} 4- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | thud-upstream_1.2.0}} 5- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | repo=ignored | thud-upstream_1.2.0}}</pre> | 1- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/}}<br /> 2- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes}}<br /> 3- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | | thud-upstream_1.2.0openstlinux-4.19-thud-mp1-19-02-20}}<br /> 4- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | thud-upstream_1.2.0}}<br /> 5- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | repo=ignored | thud-upstream_1.2.0}} |- | '''Android: regular file'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | Android | repo=platform/build | core/main.mk}} 2- {{CodeSource | Android | repo=platform/build | core/main.mk | Main configuration}} 3- {{CodeSource | Android | repo=platform/build | core/main.mk | | android-8.1.0_r66}} 4- {{CodeSource | Android | repo=platform/build | core/main.mk | Main configuration | android-8.1.0_r66}} 5- {{CodeSource | Android | core/main.mk}}</pre> | 1- {{CodeSource | Android | repo=platform/build | core/main.mk}}<br /> 2- {{CodeSource | Android | repo=platform/build | core/main.mk | Main configuration}}<br /> 3- {{CodeSource | Android | repo=platform/build | core/main.mk | | android-8.1.0_r66}}<br /> 4- {{CodeSource | Android | repo=platform/build | core/main.mk | Main configuration | android-8.1.0_r66}}<br /> 5- {{CodeSource | Android | core/main.mk}} |- | '''Android: directory'''<pre style="white-space: pre-wrap;"> 1- {{CodeSource | Android | repo=platform/build | target/product/}} 2- {{CodeSource | Android | repo=platform/build | target/product/ | platform/build/target/product/*}} 3- {{CodeSource | Android | repo=platform/build | target/product/ | | android-8.1.0_r66}} 4- {{CodeSource | Android | repo=platform/build | target/product/ | platform/build/target/product/* | android-8.1.0_r66}} 5- {{CodeSource | Android | target/product/}}</pre> | 1- {{CodeSource | Android | repo=platform/build | target/product/}}<br /> 2- {{CodeSource | Android | repo=platform/build | target/product/ | platform/build/target/product/*}}<br /> 3- {{CodeSource | Android | repo=platform/build | target/product/ | | android-8.1.0_r66}}<br /> 4- {{CodeSource | Android | repo=platform/build | target/product/ | platform/build/target/product/* | android-8.1.0_r66}}<br /> 5- {{CodeSource | Android | target/product/}} |- | Unsupported domain<pre style="white-space: pre-wrap;"> {{CodeSource | Unsupported domain | Makefile}}</pre> | {{CodeSource | Unsupported domain | Makefile}} |} ==Code== '''Linux kernel''': * For STMicroelectronics git<nowiki> [https://github.com/STMicroelectronics/linux/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v5.10-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]</nowiki> {{ReviewsComments|-- [[User:Jean Christophe Trotin|Jean Christophe Trotin]] ([[User talk:Jean Christophe Trotin|talk]]) 10:35, 31 March 2021 (CEST)<br />Useless because it is already wriiten few lines below}} {{InternalInfo| * For STMicroelectronics internal repository<nowiki> [https://gerrit.st.com/gitweb?p=mpu/oe/st/linux-stm32.git;a={{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}};f={{#ifeq:{{#sub:{{{2}}}|-1}}|/|{{#sub:{{{2}}}|0|-1}}|{{{2}}}}};hb={{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v5.10-stm32mp}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]</nowiki> }} * For * For Kernel.org git<nowiki> [https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/{{#replace:{{{2|}}}| |}}?h={{#if: {{{4|}}}|v{{#replace:{{{4|}}}||}}|linux-5.10.y}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]</nowiki> * For Bootlin alternative<nowiki> [https://elixir.bootlin.com/linux/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest}}/source/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest stable}})]</nowiki> {{InternalInfo| * For STMicroelectronics internal repository<nowiki> [https://gerrit.st.com/gitweb?p=mpu/oe/st/linux-stm32.git;a={{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}};f={{#ifeq:{{#sub:{{{2}}}|-1}}|/|{{#sub:{{{2}}}|0|-1}}|{{{2}}}}};hb={{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v5.10-stm32mp}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]</nowiki> }} '''U-Boot''': * For STM STMicroelectronics git<nowiki> [https://github.com/STMicroelectronics/u-boot/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v2020.10-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]</nowiki> * For U-Boot git alternative<nowiki> [http://git.denx.de/?p=u-boot.git;a={{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}};f={{#ifeq:{{#sub:{{{2}}}|-1}}|/|{{#sub:{{{2}}}|0|-1}}|{{#sub:{{{2}}}|0}}}};hb={{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|master}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|master}})]</nowiki> * For Bootlin alternative<nowiki> [https://elixir.bootlin.com/u-boot/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest}}/source/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest stable}})]</nowiki> {{InternalInfo| * For STMicroelectronics internal repository<nowiki> [https://gerrit.st.com/gitweb?p=mpu/oe/st/u-boot.git;a={{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}};f={{#ifeq:{{#sub:{{{2}}}|-1}}|/|{{#sub:{{{2}}}|0|-1}}|{{{2}}}}};hb={{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v2020.10-stm32mp-dev}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]</nowiki> }} '''TF-A''' * For STM STMicroelectronics git<nowiki> [https://github.com/STMicroelectronics/arm-trusted-firmware/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v2.4-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]</nowiki> * For ARM Trusted Firmware git alternative<nowiki> [https://github.com/ARM-software/arm-trusted-firmware/blob/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|master}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|master}})]</nowiki> * For Bootlin alternative<nowiki> [https://elixir.bootlin.com/arm-trusted-firmware/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest}}/source/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|latest stable}})]</nowiki> {{InternalInfo| * For STMicroelectronics internal repository<nowiki> [https://gerrit.st.com/gitweb?p=mpu/oe/st/tf-a.git;a={{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}};f={{#ifeq:{{#sub:{{{2}}}|-1}}|/|{{#sub:{{{2}}}|0|-1}}|{{{2}}}}};hb={{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v2.4-stm32mp-dev}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]</nowiki> }} '''OP-TEE_OS''' * For STM STMicroelectronics git<nowiki> [https://github.com/STMicroelectronics/optee_os/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|3.12.0-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]</nowiki> * For OP-TEE OS git alternative<nowiki> [https://github.com/OP-TEE/optee_os/blob/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|master}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} ({{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|master}})]</nowiki> {{InternalInfo| * For STMicroelectronics internal repository<nowiki> [https://gerrit.st.com/gitweb?p=mpu/oe/optee/optee_os.git;a={{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}};f={{#ifeq:{{#sub:{{{2}}}|-1}}|/|{{#sub:{{{2}}}|0|-1}}|{{{2}}}}};hb={{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|3.12.0-stm32mp-dev}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}]</nowiki> }} '''STM32CubeMP1''' * For STM STMicroelectronics git<nowiki> [https://github.com/STMicroelectronics/STM32CubeMP1/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|1.4.0}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]</nowiki> '''meta-st-stm32mp''' * For STM STMicroelectronics git<nowiki> [https://github.com/STMicroelectronics/meta-st-stm32mp/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]</nowiki> {{InternalInfo| * For STMicroelectronics internal repository<nowiki> [https://gerrit.st.com/gitweb?p=mpu/oe/st/meta-st.git;a={{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}};f={{#ifeq:{{#sub:{{{2}}}|-1}}|/|{{#sub:{{{2}}}|0|-1}}|{{{2}}}}};hb=refs/heads/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]</nowiki> }} '''meta-st-openstlinux''' * For STM STMicroelectronics git<nowiki> [https://github.com/STMicroelectronics/meta-st-openstlinux/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]</nowiki> {{InternalInfo| * For STMicroelectronics internal repository<nowiki> [https://gerrit.st.com/gitweb?p=oeivi/oe/st/meta-opensdk.git;a={{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}};f={{#ifeq:{{#sub:{{{2}}}|-1}}|/|{{#sub:{{{2}}}|0|-1}}|{{{2}}}}};hb=refs/heads/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]</nowiki> }} '''Android''' * For Google Android git<nowiki> [https://android.googlesource.com/{{{repo|}}}/+/refs/tags/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|android-10.0.0_r22}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{repo|}}}/{{#replace:{{{2|}}}| |}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}]</nowiki> </noinclude>{{#switch: {{{1}}} | Linux kernel= [https://github.com/STMicroelectronics/linux/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v5.10-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}] | U-Boot = [https://github.com/STMicroelectronics/u-boot/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v2020.10-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}] | TF-A =[https://github.com/STMicroelectronics/arm-trusted-firmware/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v2.4-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}] | OP-TEE_OS =[https://github.com/STMicroelectronics/optee_os/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|3.12.0-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] | STM32CubeMP1 = [https://github.com/STMicroelectronics/STM32CubeMP1/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|1.4.0}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] | meta-st-stm32mp =[https://github.com/STMicroelectronics/meta-st-stm32mp/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] | meta-st-stm32mp-addons =[https://github.com/STMicroelectronics/meta-st-stm32mp-addons/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] | meta-st-openstlinux =[https://github.com/STMicroelectronics/meta-st-openstlinux/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] | Android = [https://android.googlesource.com/{{{repo|}}}/+/refs/tags/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|android-10.0.0_r22}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{repo|}}}/{{#replace:{{{2|}}}| |}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] | {{Highlight| Unsupported domain!}} }}
Line 13: | Line 13: | ||
** '''STM32CubeMP1''': the file belongs to the STM32CubeMP1 domain. |
** '''STM32CubeMP1''': the file belongs to the STM32CubeMP1 domain. |
||
** '''meta-st-stm32mp''': the file belongs to the meta-st-stm32mp BSP layer domain. |
** '''meta-st-stm32mp''': the file belongs to the meta-st-stm32mp BSP layer domain. |
||
+ | ** '''meta-st-stm32mp-addons''': the file belongs to the meta-st-stm32mp-addons BSP layer domain. |
||
** '''meta-st-openstlinux''': the file belongs to the meta-st-openstlinux framework layer domain. |
** '''meta-st-openstlinux''': the file belongs to the meta-st-openstlinux framework layer domain. |
||
** '''Android''': the file belongs to the Android domain. |
** '''Android''': the file belongs to the Android domain. |
||
Line 30: | Line 31: | ||
** '''STMicroelectronics STM32CubeMP1 git repository''' for the STM32CubeMP1 domain: https://github.com/STMicroelectronics/STM32CubeMP1 |
** '''STMicroelectronics STM32CubeMP1 git repository''' for the STM32CubeMP1 domain: https://github.com/STMicroelectronics/STM32CubeMP1 |
||
** '''STMicroelectronics meta-st-stm32mp git repository''' for the meta-st-stm32mp layer domain: https://github.com/STMicroelectronics/meta-st-stm32mp |
** '''STMicroelectronics meta-st-stm32mp git repository''' for the meta-st-stm32mp layer domain: https://github.com/STMicroelectronics/meta-st-stm32mp |
||
+ | ** '''STMicroelectronics meta-st-stm32mp-addons git repository''' for the meta-st-stm32mp-addons layer domain: https://github.com/STMicroelectronics/meta-st-stm32mp-addons |
||
** '''STMicroelectronics meta-st-openstlinux git repository''' for the meta-st-openstlinux layer domain: https://github.com/STMicroelectronics/meta-st-openstlinux |
** '''STMicroelectronics meta-st-openstlinux git repository''' for the meta-st-openstlinux layer domain: https://github.com/STMicroelectronics/meta-st-openstlinux |
||
** '''Google Android {{HighlightParam|<repo>}} git repository''' for the Android domain: https://android.googlesource.com/{{HighlightParam|<repo>}} |
** '''Google Android {{HighlightParam|<repo>}} git repository''' for the Android domain: https://android.googlesource.com/{{HighlightParam|<repo>}} |
||
Line 36: | Line 38: | ||
* {{HighlightParam|<link text>}} is an '''optional''' link text (text that is displayed instead of the URL). |
* {{HighlightParam|<link text>}} is an '''optional''' link text (text that is displayed instead of the URL). |
||
− | + | ||
* {{HighlightParam|<version>}} is an '''optional''' version number (branch or tag) if the default one doesn't fit. Per default, the URL points to: |
* {{HighlightParam|<version>}} is an '''optional''' version number (branch or tag) if the default one doesn't fit. Per default, the URL points to: |
||
** the '''v5.10-stm32mp''' branch of the Linux kernel (Kernel.org alternative: ''linux-5.4.y'' / Bootlin alternative: ''latest stable'') |
** the '''v5.10-stm32mp''' branch of the Linux kernel (Kernel.org alternative: ''linux-5.4.y'' / Bootlin alternative: ''latest stable'') |
||
Line 45: | Line 47: | ||
** the '''dunfell''' branch of the meta-st-stm32mp layer |
** the '''dunfell''' branch of the meta-st-stm32mp layer |
||
** the '''dunfell''' branch of the meta-st-openstlinux layer |
** the '''dunfell''' branch of the meta-st-openstlinux layer |
||
+ | ** the '''dunfell''' branch of the meta-st-stm32mp-addons layer |
||
** the '''android-10.0.0_r22''' tag of Android |
** the '''android-10.0.0_r22''' tag of Android |
||
+ | |||
+ | |||
+ | {{ReviewsComments|-- [[User:Nathalie Sangouard|Nathalie Sangouard]] ([[User talk:Nathalie Sangouard|talk]]) 15:01, 2 July 2021 (CEST)<br />AP Nathalie : if some new layer needs to be added then read agin the email sent by JCT the 30/06/2021 @17h36 }} |
||
{{InternalInfo|During the development phase, the internal repositories and the development branches are used instead of the STMicroelectronics git repositories and the official delivery branches, for the following domains: |
{{InternalInfo|During the development phase, the internal repositories and the development branches are used instead of the STMicroelectronics git repositories and the official delivery branches, for the following domains: |
||
Line 53: | Line 59: | ||
* OP-TEE OS: https://gerrit.st.com/gitweb?p<<equals>>mpu/oe/optee/optee_os.git, '''3.12.0-stm32mp-dev''' branch |
* OP-TEE OS: https://gerrit.st.com/gitweb?p<<equals>>mpu/oe/optee/optee_os.git, '''3.12.0-stm32mp-dev''' branch |
||
* meta-st-stm32mp: https://gerrit.st.com/gitweb?p<<equals>>mpu/oe/st/meta-st.git , dunfell branch |
* meta-st-stm32mp: https://gerrit.st.com/gitweb?p<<equals>>mpu/oe/st/meta-st.git , dunfell branch |
||
+ | * meta-st-stm32mp-addons layer:??? , dunfell branch |
||
* meta-st-openstlinux layer: https://gerrit.st.com/gitweb?p<<equals>>oeivi/oe/st/meta-opensdk.git, dunfell branch |
* meta-st-openstlinux layer: https://gerrit.st.com/gitweb?p<<equals>>oeivi/oe/st/meta-opensdk.git, dunfell branch |
||
}} |
}} |
||
Line 113: | Line 120: | ||
1- {{CodeSource | meta-st-stm32mp | README.md}}<br /> |
1- {{CodeSource | meta-st-stm32mp | README.md}}<br /> |
||
2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}} |
2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}} |
||
+ | |- |
||
+ | | '''meta-st-stm32mp-addons''' |
||
+ | <pre style="white-space: pre-wrap;"> |
||
+ | 1- {{CodeSource | meta-st-stm32mp-addons | README.md}} |
||
+ | 2- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/}} |
||
+ | </pre> |
||
+ | | |
||
+ | 1- {{CodeSource | meta-st-stm32mp-addons | README.md}}<br /> |
||
+ | 2- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/}} |
||
|- |
|- |
||
| '''meta-st-openstlinux''' |
| '''meta-st-openstlinux''' |
||
Line 292: | Line 308: | ||
2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build}} |
2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build}} |
||
3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | |openstlinux-4.19-thud-mp1-19-02-20}} |
3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | |openstlinux-4.19-thud-mp1-19-02-20}} |
||
− | 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | thud |
+ | 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | thud}} |
− | 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | repo=ignored | thud |
+ | 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | repo=ignored | thud}} |
</pre> |
</pre> |
||
| |
| |
||
Line 299: | Line 315: | ||
2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build}}<br /> |
2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build}}<br /> |
||
3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | | openstlinux-4.19-thud-mp1-19-02-20}}<br /> |
3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | | openstlinux-4.19-thud-mp1-19-02-20}}<br /> |
||
− | 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | thud |
+ | 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | thud}}<br /> |
− | 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | repo=ignored | thud |
+ | 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt | Helper file for Linux build | repo=ignored | thud}} |
|- |
|- |
||
| '''meta-st-stm32mp: directory''' |
| '''meta-st-stm32mp: directory''' |
||
Line 306: | Line 322: | ||
1- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}} |
1- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}} |
||
2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/}} |
2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/}} |
||
− | 3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | | thud |
+ | 3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | | thud}} |
− | 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | thud |
+ | 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | thud}} |
− | 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | repo=ignored | thud |
+ | 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | repo=ignored | thud}} |
</pre> |
</pre> |
||
| |
| |
||
1- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}}<br /> |
1- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/}}<br /> |
||
2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/}}<br /> |
2- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/}}<br /> |
||
− | 3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | | thud- |
+ | 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | thud}}<br /> |
− | 4- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | thud- |
+ | 5- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | recipes-kernel/linux/linux-stm32mp/ | repo=ignored | thud}} |
− | + | 3- {{CodeSource | meta-st-stm32mp | recipes-kernel/linux/linux-stm32mp/ | | thud}}<br />
|
|
+ | |- |
||
+ | |- |
||
+ |
| '''meta-st-stm32mp-addons: regular file'''
|
||
+ | <pre style="white-space: pre-wrap;"> |
||
+ |
1- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt}}
|
||
+ | 2- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine}}
|
||
+ | 3- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | |openstlinux-4.19-thud-mp1-19-02-20}} |
||
+ | 4- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine | thud }} |
||
+ | 5- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine | repo=ignored | thud }} |
||
+ | </pre> |
||
+ | | |
||
+ | 1- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt}}<br /> |
||
+ | 2- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine}}<br /> |
||
+ |
3- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | | openstlinux-4.19-thud-mp1-19-02-20}}<br /> |
||
+ | 4- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine | thud }}<br />
|
||
+ | 5- {{CodeSource | meta-st-stm32mp-addons | docs/How_to_create_a_custom_machine_mx.txt | Helper file for creating a custom machine | repo=ignored | thud }}<br /> |
||
+ | |- |
||
+ | | '''meta-st-stm32mp-addons: directory''' |
||
+ | <pre style="white-space: pre-wrap;"> |
||
+ |
1- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ }}
|
||
+ |
2- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/}}
|
||
+ |
3- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | | thud}}
|
||
+ |
4- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/ | thud}}
|
||
+ |
5- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/ | repo=ignored | thud}}
|
||
+ | </pre> |
||
+ | | |
||
+ |
1- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ }}<br /> |
||
+ |
2- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/}}<br />
|
||
+ |
3- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | | thud}}<br />
|
||
+ |
4- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/ | thud}}<br />
|
||
+ |
5- {{CodeSource | meta-st-stm32mp-addons | recipes-kernel/linux/ | recipes-kernel/linux/ | repo=ignored | thud}}<br />
|
||
|- |
|- |
||
| '''meta-st-openstlinux: regular file''' |
| '''meta-st-openstlinux: regular file''' |
||
Line 321: | Line 368: | ||
1- {{CodeSource | meta-st-openstlinux | README.md}} |
1- {{CodeSource | meta-st-openstlinux | README.md}} |
||
2- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme}} |
2- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme}} |
||
− | 3- {{CodeSource | meta-st-openstlinux | README.md | | thud |
+ | 3- {{CodeSource | meta-st-openstlinux | README.md | | thud}} |
− | 4- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | thud |
+ | 4- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | thud}} |
− | 5- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | repo=ignored | thud |
+ | 5- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | repo=ignored | thud}} |
</pre> |
</pre> |
||
| |
| |
||
1- {{CodeSource | meta-st-openstlinux | README.md}}<br /> |
1- {{CodeSource | meta-st-openstlinux | README.md}}<br /> |
||
2- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme}}<br /> |
2- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme}}<br /> |
||
− | 3- {{CodeSource | meta-st-openstlinux | README.md | | thud |
+ | 3- {{CodeSource | meta-st-openstlinux | README.md | | thud}}<br /> |
− | 4- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | thud |
+ | 4- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | thud}}<br /> |
− | 5- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | repo=ignored | thud |
+ | 5- {{CodeSource | meta-st-openstlinux | README.md | meta-st-openstlinux readme | repo=ignored | thud}} |
|- |
|- |
||
| '''meta-st-openstlinux: directory''' |
| '''meta-st-openstlinux: directory''' |
||
Line 336: | Line 383: | ||
1- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/}} |
1- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/}} |
||
2- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes}} |
2- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes}} |
||
− | 3- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | | thud- |
+ | 3- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | |openstlinux-4.19-thud-mp1-19-02-20}} |
− | 4- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | thud |
+ | 4- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | thud}} |
− | 5- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | repo=ignored | thud |
+ | 5- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | repo=ignored | thud}} |
</pre> |
</pre> |
||
| |
| |
||
1- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/}}<br /> |
1- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/}}<br /> |
||
2- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes}}<br /> |
2- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes}}<br /> |
||
− | 3- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | | thud- |
+ | 3- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | | openstlinux-4.19-thud-mp1-19-02-20}}<br /> |
− | 4- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | thud |
+ | 4- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | thud}}<br /> |
− | 5- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | repo=ignored | thud |
+ | 5- {{CodeSource | meta-st-openstlinux | recipes-multimedia/gstreamer/ | GStreamer recipes | repo=ignored | thud}} |
|- |
|- |
||
| '''Android: regular file''' |
| '''Android: regular file''' |
||
Line 391: | Line 438: | ||
[https://github.com/STMicroelectronics/linux/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v5.10-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}] |
[https://github.com/STMicroelectronics/linux/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|v{{#replace:{{{4|}}}| |}}|v5.10-stm32mp}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|(v{{#replace:{{{4|}}}| |}})}}] |
||
</nowiki> |
</nowiki> |
||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* For Kernel.org git |
* For Kernel.org git |
||
Line 516: | Line 556: | ||
| STM32CubeMP1 = [https://github.com/STMicroelectronics/STM32CubeMP1/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|1.4.0}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] |
| STM32CubeMP1 = [https://github.com/STMicroelectronics/STM32CubeMP1/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|1.4.0}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] |
||
| meta-st-stm32mp =[https://github.com/STMicroelectronics/meta-st-stm32mp/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] |
| meta-st-stm32mp =[https://github.com/STMicroelectronics/meta-st-stm32mp/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] |
||
+ | | meta-st-stm32mp-addons =[https://github.com/STMicroelectronics/meta-st-stm32mp-addons/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] |
||
| meta-st-openstlinux =[https://github.com/STMicroelectronics/meta-st-openstlinux/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] |
| meta-st-openstlinux =[https://github.com/STMicroelectronics/meta-st-openstlinux/{{#ifeq:{{#sub:{{{2}}}|-1}}|/|tree|blob}}/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|dunfell}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{2}}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] |
||
| Android = [https://android.googlesource.com/{{{repo|}}}/+/refs/tags/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|android-10.0.0_r22}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{repo|}}}/{{#replace:{{{2|}}}| |}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] |
| Android = [https://android.googlesource.com/{{{repo|}}}/+/refs/tags/{{#if: {{{4|}}}|{{#replace:{{{4|}}}| |}}|android-10.0.0_r22}}/{{#replace:{{{2|}}}| |}} {{#if: {{{3|}}}|{{{3}}}|{{{repo|}}}/{{#replace:{{{2|}}}| |}}}} {{#if: {{{4|}}}|({{#replace:{{{4|}}}| |}})}}] |
||
| {{Highlight| Unsupported domain!}} |
| {{Highlight| Unsupported domain!}} |
||
}} |
}} |