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.
  • Python 40%
  • BitBake 39.1%
  • Roff 8.7%
  • Pawn 5.1%
  • Shell 4.1%
  • Other 2.7%
Find a file
Steve Sakoman 347cb0861d build-appliance-image: Update to walnascar head revision
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-08-15 09:08:50 -07: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 build-appliance-image: Update to walnascar head revision 2025-08-15 09:08:50 -07:00
meta-selftest devtool: reset: Escape command line input used in regular expression 2025-03-20 11:29:00 +00:00
meta-skeleton multilib-example.conf: explicitly overwrite the BASELIB 2025-01-11 18:37:12 +00:00
scripts scripts/install-buildtools: Update to 5.2.2 2025-07-30 09:01:16 -07: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: generate .vscode from template 2024-02-19 11:34:09 +00:00
README.md README: Point at README.OE-Core 2021-07-20 08:50:50 +01:00
README.OE-Core.md README.OE-Core.md: fix markdown style issues 2025-02-05 12:48:25 +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.

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/