Browse Source

contributor-guide: identify component: provide link to repositories

(From yocto-docs rev: 634d1a946ec872b3e8e20bb9a726649a8d7a0d60)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Michael Opdenacker 1 year ago
parent
commit
e22eb85e92
1 changed files with 6 additions and 4 deletions
  1. 6 4
      documentation/contributor-guide/identify-component.rst

+ 6 - 4
documentation/contributor-guide/identify-component.rst

@@ -22,8 +22,10 @@ issues can be reported in the :yocto_bugs:`Yocto Project Bugzilla <>`. The
 where questions can be sent if you can’t work out where something should go.
 
 :term:`Poky` is a commonly used “combination” repository where multiple
-components have been combined (``bitbake``, ``openembedded-core``,
-``meta-yocto`` and ``yocto-docs``). Patches should be submitted against
-the appropriate individual component rather than :term:`Poky` itself as
-detailed in the appropriate ``README`` file.
+components have been combined (:oe_git:`bitbake </bitbake>`,
+:oe_git:`openembedded-core </openembedded-core>`,
+:yocto_git:`meta-yocto </meta-yocto>` and
+:yocto_git:`yocto-docs </yocto-docs>`). Patches should be submitted against the
+appropriate individual component rather than :term:`Poky` itself as detailed in
+the appropriate ``README`` file.