summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2026-01-21 14:31:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2026-02-10 13:11:48 +0000
commit0ad5299bcddac5be9faa9f87ee3a5b188ff19965 (patch)
tree66be42f35c2c27f41d8834bfc2272d04c136639d /documentation
parent10ce846e13604bb328040b15f26f6b79072f898c (diff)
downloadpoky-0ad5299bcddac5be9faa9f87ee3a5b188ff19965.tar.gz
sdk-manual: using: fix SDK filename example
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. (From yocto-docs rev: 27f259434f5bc3914d2c2b74961d744f7bffbcdc) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit ede411d70ffc837e5bea4666da9706e67960b0f2) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/using.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/using.rst b/documentation/sdk-manual/using.rst
index 792e159bfe..a53010f026 100644
--- a/documentation/sdk-manual/using.rst
+++ b/documentation/sdk-manual/using.rst
@@ -70,11 +70,11 @@ Where:
70 70
71For example, the following SDK installer is for a 64-bit 71For example, the following SDK installer is for a 64-bit
72development host system and a i586-tuned target architecture based off 72development host system and a i586-tuned target architecture based off
73the SDK for ``core-image-sato`` and using the current DISTRO snapshot: 73the SDK for ``core-image-sato`` and the ``&DISTRO;`` release:
74 74
75.. code-block:: text 75.. code-block:: text
76 76
77 poky-glibc-x86_64-core-image-sato-i586-toolchain-DISTRO.sh 77 poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
78 78
79.. note:: 79.. note::
80 80