Local fork of github.com:STMicroelectronics/meta-st-stm32mp.
Go to file
Christophe Priouzeau 4bea9587c1 TF-A-STM32MP: v2.6-stm32mp-r2.1
Change-Id: If57b0aa3cce4fcf98c98e9e1c5f13bc1ecd3b74b
Signed-off-by: Lionel VITTE <lionel.vitte@st.com>
2023-08-03 12:11:53 +02:00
classes U-BOOT-STM32MP: v2021.10-stm32mp-r2 2022-11-17 17:19:20 +01:00
conf GCNANO-USERLAND: upgrade to new 6.4.9-20221206 2023-08-03 12:11:53 +02:00
files add fwupdate support 2022-06-21 10:18:09 +02:00
recipes-bsp TF-A-STM32MP: v2.6-stm32mp-r2.1 2023-08-03 12:11:53 +02:00
recipes-connectivity KIRKSTONE: MISC 2022-06-23 10:47:25 +02:00
recipes-core SYSTEMD: watchdog: limit time for shutdown watchdog 2023-08-03 12:11:53 +02:00
recipes-devtools OPENOCD: allow empty commit 2023-08-03 12:11:53 +02:00
recipes-extended M4PROJECTS-STM32MP1: fix board pattern and installation path 2022-11-17 17:19:20 +01:00
recipes-graphics GCNANO-USERLAND: upgrade to new 6.4.9-20221206 2023-08-03 12:11:53 +02:00
recipes-kernel SDK: update default content 2023-08-03 12:10:06 +02:00
recipes-multimedia SDK: extend recipes 2022-06-21 10:18:08 +02:00
recipes-security/optee OPTEE-OS-STM32MP: 3.16.0-stm32mp-r2 2022-11-17 17:19:20 +01:00
recipes-st CONF: enable metadata_csum on vendorfs 2023-08-03 12:10:11 +02:00
recipes-support KIRKSTONE: adapt to kirkstone 2022-06-21 10:18:08 +02:00
wic CONF:WIC: align WIC file content with devicetree name 2022-07-04 15:42:36 +02:00
.gitignore MACHINE: rework configuration to introduce FIP feature 2021-03-26 16:55:54 +01:00
CONTRIBUTING.md Add CONTRIBUTING file 2020-04-27 11:51:14 +02:00
COPYING.MIT Add License of Layer 2019-02-04 15:26:45 +01:00
License.md openstlinux-4.19-thud-mp1-19-02-20 release 2019-02-05 11:54:23 +01:00
README Add README 2019-02-04 15:26:30 +01:00
README.md README: Correct email address of maintainer 2019-05-03 09:24:57 +02:00
SECURITY.md Add security.md 2022-06-23 10:47:25 +02:00

README.md

Summary

meta-st-stm32mp BSP layer is a layer containing the STMicroelectronics bsp metadata for current versions of stm32mp.

This layer relies on OpenEmbedded/Yocto build system that is provided through Bitbake and OpenEmbedded-Core layers or Poky layer all part of the Yocto Project

The Yocto Project has extensive documentation about OE including a reference manual which can be found at:

For information about OpenEmbedded, see the OpenEmbedded website:

This layer depends on:

[OECORE]
URI: https://github.com/openembedded/openembedded-core.git
layers: meta
branch: same dedicated branch as meta-st-stm32mp
revision: HEAD
[BITBAKE]
URI: https://github.com/openembedded/bitbake.git
branch: branch associated to oecore branch
revision: HEAD

or

[OECORE]
URI: git://git.yoctoproject.org/poky
layers: meta
branch: same dedicated branch as meta-st-stm32mp
revision: HEAD
[META-OPENEMBEDDED]
URI: git://github.com/openembedded/meta-openembedded.git
layers: meta-python meta-oe
branch: same dedicated branch as meta-st-stm32mp
revision: HEAD

The dependency (meta-python) are due to the usage of OPTEE which require to use some python packages.

EULA

Some SoC depends on firmware and/or packages that are covered by STMicroelectronics EULA. To have the right to use those binaries in your images you need to read and accept the EULA available as:

conf/eula/$MACHINE, e.g. conf/eula/stm32mp1

In order to accept it, you should add, in your local.conf file:

ACCEPT_EULA_$MACHINE = "1", e.g.: ACCEPT_EULA_stm32mp1 = "1"

If you do not accept the EULA the generated image will be missing some components and features.

Contributing

If you want to contribute changes, you can send Github pull requests at https://github.com/stmicroelectronics/meta-st-stm32mp/pulls.

Maintainers