diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/contributor-guide/identify-component.rst | 10 |
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 | |||
22 | where questions can be sent if you can’t work out where something should go. | 22 | where 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 |
25 | components have been combined (``bitbake``, ``openembedded-core``, | 25 | components 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>`, |
27 | the appropriate individual component rather than :term:`Poky` itself as | 27 | :yocto_git:`meta-yocto </meta-yocto>` and |
28 | detailed in the appropriate ``README`` file. | 28 | :yocto_git:`yocto-docs </yocto-docs>`). Patches should be submitted against the |
29 | appropriate individual component rather than :term:`Poky` itself as detailed in | ||
30 | the appropriate ``README`` file. | ||
29 | 31 | ||