# openembedded-core
**Repository Path**: lasocer/openembedded-core
## Basic Information
- **Project Name**: openembedded-core
- **Description**: https://github.com/openembedded/openembedded-core.git
- **Primary Language**: Python
- **License**: GPL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-10-30
- **Last Updated**: 2026-04-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: openembedded, Meta
## README
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:
The Yocto Project has extensive documentation about OE including a reference manual
which can be found at:
Contributing
------------
Please refer to our contributor guide here:
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:
Source code: