No description
  • BitBake 41.7%
  • Python 41.4%
  • Roff 9.4%
  • Shell 4.1%
  • C 1%
  • Other 2.1%
Find a file
Aditya GS ccabae3036 gawk: backport randtest stability fix
Backport upstream fix to improve stability of randtest.sh by
retrying when sigma is too small, avoiding intermittent failures.

[YOCTO #16254]

Signed-off-by: Aditya GS <adityags2004@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2026-06-01 18:01:02 +01:00
contrib contrib/git-hooks: add a sendemail-validate example hook that adds FROM: lines to outgoing patch emails 2020-12-30 13:57:17 +00:00
meta gawk: backport randtest stability fix 2026-06-01 18:01:02 +01:00
meta-selftest layer.conf: Update to use blacksail release series name 2026-05-18 14:46:19 +01:00
meta-skeleton layer.conf: Update to use blacksail release series name 2026-05-18 14:46:19 +01:00
scripts scripts: Fix typo in pull-spdx-licenses script name 2026-05-21 11:18:21 +01:00
.b4-config b4-config: Add basic b4 config file 2025-02-06 10:36:21 +00:00
.gitignore vscode: drop .vscode folder 2024-02-19 11:34:09 +00:00
.templateconf meta/conf: move default configuration templates into meta/conf/templates/default 2022-09-01 10:05:42 +01:00
LICENSE meta/lib+scripts: Convert to SPDX license headers 2019-05-09 11:58:04 +01:00
LICENSE.GPL-2.0-only meta/lib+scripts: Convert to SPDX license headers 2019-05-09 11:58:04 +01:00
LICENSE.MIT meta/lib+scripts: Convert to SPDX license headers 2019-05-09 11:58:04 +01:00
MAINTAINERS.md MAINTAINERS.md: fix markdown style issues 2025-02-05 12:48:25 +00:00
MEMORIAM MEMORIAM: Add recognition for contributors no longer with us 2020-01-30 15:22:28 +00:00
oe-init-build-env oe-init-build-env: Drop VSCode setup 2026-03-02 18:02:33 +00:00
README.md README: Point at README.OE-Core 2021-07-20 08:50:50 +01:00
README.OE-Core.md README: add global note about C locale sorting 2026-03-09 17:29:24 +00:00
README.qemu.md README.qemu.md: fix markdown style issues 2025-02-05 12:48:25 +00:00
SECURITY.md SECURITY.md: fix markdown style issues 2025-02-05 12:48:25 +00:00

OpenEmbedded-Core

OpenEmbedded-Core is a layer containing the core metadata for current versions of OpenEmbedded. It is distro-less (can build a functional image with DISTRO = "nodistro") and contains only emulated machine support.

For information about OpenEmbedded, see the OpenEmbedded website: https://www.openembedded.org/

The Yocto Project has extensive documentation about OE including a reference manual which can be found at: https://docs.yoctoproject.org/

Contributing

Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/ for full details on how to submit changes.

For any files containing sorted lists (such as recipe maintainers), please ensure alphabetical order is maintained using the C locale. For example, use: LC_ALL=C sort to sort the list.

As a quick guide, patches should be sent to openembedded-core@lists.openembedded.org The git command to do that would be:

git send-email -M -1 --to openembedded-core@lists.openembedded.org

Mailing list: https://lists.openembedded.org/g/openembedded-core

Source code: https://git.openembedded.org/openembedded-core/