Local fork of github.com:STMicroelectronics/meta-st-stm32mp.
Go to file
Christophe Priouzeau a81038b7e7 openocd-stm32mp: disable ccache, plus some improvements to the recipe
When ccache is enabled the following error occurs, adding CCACHE_DISABLE = "1"
in the recipe avoid this.

| Host System...x86_64-pc-linux-gnu
| Build System...x86_64-pc-linux-gnu
| C compiler...ccache ccache gcc  -isystem/src/build/tmp/work/x86_64-linux/openocd-stm32mp-native/0.10.0-release.AUTOINC+b5d2b1224f-r0/recipe-sysroot-native/usr/include -O2 -pipe
| C++ compiler...ccache ccache g++  -isystem/src/build/tmp/work/x86_64-linux/openocd-stm32mp-native/0.10.0-release.AUTOINC+b5d2b1224f-r0/recipe-sysroot-native/usr/include -O2 -pipe
| Build C compiler...ccache gcc
| Checking for stdlib.h...not found
| Error: Compiler does not work. See config.log
| Try: 'configure --help' for options
| configure: error: ./configure.gnu failed for jimtcl
| WARNING: exit code 1 from a shell command.
|

In addition, push some improvements to the recipe.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
2020-12-08 15:38:59 +01:00
classes CLASS: PARTITION: do not force size of rootfs 2020-11-25 11:13:04 +01:00
conf CONF: FLASHLAYOUT: add boot sequence and erase teeh partition 2020-11-05 15:46:36 +01:00
files CLASSES/MACHINES: update for v2.0.0 2020-06-23 17:23:52 +02:00
recipes-bsp GCNANO: GCNano delivery 6.4.3 Update 2020-11-05 15:46:36 +01:00
recipes-connectivity BLUETOOTH-SUSPEND: add bluetooth suspend as wifi suspend 2020-06-23 17:23:51 +02:00
recipes-core Revert "DROPBEAR: remove "disable-weak-ciphers" config for CUBE IDE 1.3.0 compatibility" 2020-11-09 10:20:09 +01:00
recipes-devtools openocd-stm32mp: disable ccache, plus some improvements to the recipe 2020-12-08 15:38:59 +01:00
recipes-extended M4PROJECTS: Update to v1.3.0 2020-11-05 15:46:36 +01:00
recipes-graphics GCNANO: GCNano delivery 6.4.3 Update 2020-11-05 15:46:36 +01:00
recipes-kernel LINUX-STM32MP: update to v5.4-stm32mp-r2 2020-11-05 15:46:36 +01:00
recipes-multimedia/pulseaudio AUDIO: update configuration 2019-10-09 11:24:57 +02:00
recipes-security/optee OPTEE-OS: OPTEE-OS-STM32MP: Update to 3.9.0-stm32mp-r2 2020-11-05 15:46:36 +01:00
recipes-st CLASSES/MACHINES: update for v2.0.0 2020-06-23 17:23:52 +02:00
recipes-support HIDAPI-STM32MP: Cleanup wrong use of ${SRCPV} in PR recipe var 2020-06-23 17:23:50 +02:00
wic CLASSES/MACHINES: update for v2.0.0 2020-06-23 17:23:52 +02:00
.gitignore SDK and recipes update 2019-02-08 14:46:28 +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

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