summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-06-22 18:51:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-03 15:11:10 +0100
commit69d68f609461ba0aa370658fe3daecbdceb4eda1 (patch)
treeccfde47bf130e51e6f54342f81e801c0da6a8c43 /documentation/sdk-manual
parentbed1597caf18a3a40f734b38ebfa0c01a1cb7eae (diff)
downloadpoky-69d68f609461ba0aa370658fe3daecbdceb4eda1.tar.gz
docs: sdk-manual: appendix-obtain: fix literal block content
Restore the error message as it is supposed to be issued. The literal block renders its content verbatim so a term role (`:term:`) would appear as :term: string in there and `---` as --- string instead of the expected hyphen. Fixes: e319b3bf4eb6 ("manuals: add missing references to SDKMACHINE and SDK_ARCH") Cc: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: 95158beba0aea7539024688c71b54fed5267faec) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/appendix-obtain.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/sdk-manual/appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst
index ba844507d3..f40ea6d4ab 100644
--- a/documentation/sdk-manual/appendix-obtain.rst
+++ b/documentation/sdk-manual/appendix-obtain.rst
@@ -140,9 +140,10 @@ build the SDK installer. Follow these steps:
140 message similar to the following:: 140 message similar to the following::
141 141
142 The extensible SDK can currently only be built for the same 142 The extensible SDK can currently only be built for the same
143 architecture as the machine being built on --- :term:`SDK_ARCH` 143 architecture as the machine being built on - SDK_ARCH
144 is set to ``i686`` (likely via setting :term:`SDKMACHINE`) which is 144 is set to i686 (likely via setting SDKMACHINE) which is
145 different from the architecture of the build machine (``x86_64``). 145 different from the architecture of the build machine (x86_64).
146 Unable to continue.
146 147
147 148
148#. *Build the SDK Installer:* To build the SDK installer for a standard 149#. *Build the SDK Installer:* To build the SDK installer for a standard