Re: [docs] [PATCH 3/5] sdk-manual/intro.rst: link to sysroot term

Quentin Schulz <[email protected]> Thu, 30 Jul 2026 12:24:16 +0200
Newsgroups org.yoctoproject.lists.docs
Message-ID <[email protected]>
Hi Antonin,

On 7/29/26 12:02 PM, Antonin Godard via lists.yoctoproject.org wrote:
> Link to the definition of a sysroot (from our glossary) when it is first
> introduced and later in the "Sysroots" section.
> 
> Signed-off-by: Antonin Godard <[email protected]>
> ---
>   documentation/sdk-manual/intro.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/documentation/sdk-manual/intro.rst b/documentation/sdk-manual/intro.rst
> index 3e78219fc..53246bd9a 100644
> --- a/documentation/sdk-manual/intro.rst
> +++ b/documentation/sdk-manual/intro.rst
> @@ -45,7 +45,7 @@ environment script and contained in variables such as
>   :term:`CC` and
>   :term:`LD`. This reduces the space needed
>   for the tools. Understand, however, that every target still needs its own
> -sysroot because those binaries are target-specific.
> +:term:`sysroot` because those binaries are target-specific.
>   

We capitalized the Sysroot term, so maybe have it capitalized here as 
well (I don't think it makes a difference but at least is consistent :) ).

Reviewed-by: Quentin Schulz <[email protected]>

Thanks!
Quentin