[PATCH 2/5] sdk-manual/intro.rst: remove a confusing sentence
Antonin Godard <[email protected]> Wed, 29 Jul 2026 12:02:25 +0200
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
I have a hard time understanding the meaning of this sentence at this point in the manual. populate_sdk and populate_sdk_ext are best known as tasks, so the meaning for them as "archives" is unclear. Signed-off-by: Antonin Godard <[email protected]> --- documentation/sdk-manual/intro.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation/sdk-manual/intro.rst b/documentation/sdk-manual/intro.rst index dd2902cc4..3e78219fc 100644 --- a/documentation/sdk-manual/intro.rst +++ b/documentation/sdk-manual/intro.rst @@ -35,9 +35,7 @@ destined to run on some target machine. SDKs are completely self-contained. The binaries are linked against their own copy of ``libc``, which results in no dependencies on the target system. To achieve this, the pointer to the dynamic loader is configured at install -time since that path cannot be dynamically altered. This is the reason -for a wrapper around the ``populate_sdk`` and ``populate_sdk_ext`` -archives. +time since that path cannot be dynamically altered. Another feature of the SDKs is that only one set of cross-compiler toolchain binaries are produced for any given architecture. This feature -- 2.55.0