summaryrefslogtreecommitdiffstats
path: root/README.OE-Core.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.OE-Core.md')
-rw-r--r--README.OE-Core.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.OE-Core.md b/README.OE-Core.md
new file mode 100644
index 0000000000..687c58e410
--- /dev/null
+++ b/README.OE-Core.md
@@ -0,0 +1,33 @@
+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/