meta-openembedded/meta-python
Peter Marko 96af366002 python3-grpcio(-tools): fix build concurrency issue
Set GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS to limit spawned compiler
processes. Without this it uses all available CPUs (via
multiprocessing.cpu_count()) and can exhaust build host since there are
lot of files to compile (e.g. with 128 cores it manages to spawn 128 gcc
processes)

Note that this is a general problem for all setuptools based builds with
build_ext compilation which can either compile with 1 thread or
cpu_count threads. grpcio hot-patches setuptools and allows to set
specific build concurrency value.

(From master rev: fe582374d3)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2025-03-03 08:08:37 -05:00
..
classes meta-python: missing closing brace 2024-04-21 10:52:39 -07:00
conf reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-30 11:00:33 -07:00
licenses
recipes-connectivity Use PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory path 2024-04-21 10:52:39 -07:00
recipes-core python3-websockets: Remove recipe 2024-04-14 08:38:44 -07:00
recipes-devtools python3-grpcio(-tools): fix build concurrency issue 2025-03-03 08:08:37 -05:00
recipes-extended python3-pywbemtools: upgrade 1.2.1 -> 1.3.0 2024-04-30 10:59:06 -07:00
recipes-networking/python
COPYING.MIT
README.md meta-openemnedded: Add myself as scarthgap maintainer 2024-03-27 20:07:53 -07:00

meta-python

Introduction

This layer is intended to be the home of python modules for OpenEmbedded.

Dependencies

The meta-python layer depends on:

URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: scarthgap

URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
branch: scarthgap

Contributing

The meta-openembedded mailinglist (openembedded-devel@lists.openembedded.org) is used for questions, comments and patch review. It is subscriber only, so please register before posting.

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-python][scarthgap]' in the subject.

When sending single patches, please use something like: git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][scarthgap][PATCH'

Maintenance

Layer maintainers: Armin Kuster akuster808@gmail.com