- BitBake 41.7%
- Python 41.4%
- Roff 9.4%
- Shell 4.1%
- C 1%
- Other 2.1%
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> |
||
|---|---|---|
| contrib | ||
| meta | ||
| meta-selftest | ||
| meta-skeleton | ||
| scripts | ||
| .b4-config | ||
| .gitignore | ||
| .templateconf | ||
| LICENSE | ||
| LICENSE.GPL-2.0-only | ||
| LICENSE.MIT | ||
| MAINTAINERS.md | ||
| MEMORIAM | ||
| oe-init-build-env | ||
| README.md | ||
| README.OE-Core.md | ||
| README.qemu.md | ||
| SECURITY.md | ||
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/