From e22eb85e9263ee2da368399e9164d7cfe75aa72a Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 16 Aug 2023 16:41:40 +0200 Subject: [PATCH] contributor-guide: identify component: provide link to repositories (From yocto-docs rev: 634d1a946ec872b3e8e20bb9a726649a8d7a0d60) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/contributor-guide/identify-component.rst | 10 ++++++---- 1 file 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 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 `, +:oe_git:`openembedded-core `, +:yocto_git:`meta-yocto ` and +:yocto_git:`yocto-docs `). Patches should be submitted against the +appropriate individual component rather than :term:`Poky` itself as detailed in +the appropriate ``README`` file.