mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
The current README points to an old Wiki page. Update this to the Yocto documentation. Additionally, add a helper command for git-send-email that includes the 'kirkstone' subject prefix to ensure patches are correctly identified by the maintainers and CI. Suggested-by: Yoann Congal <yoann.congal@smile.fr> (From OE-Core rev: 2e04debcb02caa9121a8f933c59fd69666a44fd8) Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>
34 lines
1.0 KiB
Markdown
34 lines
1.0 KiB
Markdown
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 --subject-prefix='kirkstone][PATCH'
|
|
|
|
Mailing list:
|
|
|
|
https://lists.openembedded.org/g/openembedded-core
|
|
|
|
Source code:
|
|
|
|
https://git.openembedded.org/openembedded-core/
|