summaryrefslogtreecommitdiffstats
path: root/documentation/contributor-guide
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/contributor-guide')
-rw-r--r--documentation/contributor-guide/identify-component.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/contributor-guide/identify-component.rst b/documentation/contributor-guide/identify-component.rst
index ba7c998888..a28391a66a 100644
--- a/documentation/contributor-guide/identify-component.rst
+++ b/documentation/contributor-guide/identify-component.rst
@@ -22,8 +22,10 @@ issues can be reported in the :yocto_bugs:`Yocto Project Bugzilla <>`. The
22where questions can be sent if you can’t work out where something should go. 22where questions can be sent if you can’t work out where something should go.
23 23
24:term:`Poky` is a commonly used “combination” repository where multiple 24:term:`Poky` is a commonly used “combination” repository where multiple
25components have been combined (``bitbake``, ``openembedded-core``, 25components have been combined (:oe_git:`bitbake </bitbake>`,
26``meta-yocto`` and ``yocto-docs``). Patches should be submitted against 26:oe_git:`openembedded-core </openembedded-core>`,
27the appropriate individual component rather than :term:`Poky` itself as 27:yocto_git:`meta-yocto </meta-yocto>` and
28detailed in the appropriate ``README`` file. 28:yocto_git:`yocto-docs </yocto-docs>`). Patches should be submitted against the
29appropriate individual component rather than :term:`Poky` itself as detailed in
30the appropriate ``README`` file.
29 31