diff mbox series

[v2,11/12] sdk-manual: using: fix SDK filename example

Message ID 20260121-code-block-misc-20260114-v2-11-fdd4bb5c2e68@cherry.de
State New
Headers show
Series sdk-manual: fix code-blocks, migrate one PNG to SVG, remove unused PNG | expand

Commit Message

Quentin Schulz Jan. 21, 2026, 1:31 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

I'm pretty sure we meant to use the DISTRO poky.yaml.in placeholder
which can only be replaced when surrounding by & and ; characters.
Therefore let's fix this oversight.

Also, the example isn't actually pointing at the snapshot, but the
actual release, so let's reword that as well so it matches the example.
I decided to do that instead of adding +snapshot to the filename because
the example in the next section is actually using that same filename so
for consistency it seemed more appropriate.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/sdk-manual/using.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/documentation/sdk-manual/using.rst b/documentation/sdk-manual/using.rst
index 792e159bf..a53010f02 100644
--- a/documentation/sdk-manual/using.rst
+++ b/documentation/sdk-manual/using.rst
@@ -70,11 +70,11 @@  Where:
 
 For example, the following SDK installer is for a 64-bit
 development host system and a i586-tuned target architecture based off
-the SDK for ``core-image-sato`` and using the current DISTRO snapshot:
+the SDK for ``core-image-sato`` and the ``&DISTRO;`` release:
 
 .. code-block:: text
 
-   poky-glibc-x86_64-core-image-sato-i586-toolchain-DISTRO.sh
+   poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
 
 .. note::