From e6a0be545d73b1052a259547afd2aa63d4b58546 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Sat, 16 Jan 2021 12:16:03 +0100 Subject: docs: fix missing & and ; surrounding references from poky.yaml poky.yaml references are only replaced in files if they are prefixed by & and suffixed by ;. Let's fix the missing surrounding characters. (From yocto-docs rev: 7ee4ba7a27acd87d8c728639d1b053d2e26c6e58) Signed-off-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/sdk-manual/appendix-obtain.rst | 6 +++--- documentation/sdk-manual/extensible.rst | 4 ++-- documentation/sdk-manual/working-projects.rst | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'documentation/sdk-manual') diff --git a/documentation/sdk-manual/appendix-obtain.rst b/documentation/sdk-manual/appendix-obtain.rst index cdfe2cc85e..f158c244ab 100644 --- a/documentation/sdk-manual/appendix-obtain.rst +++ b/documentation/sdk-manual/appendix-obtain.rst @@ -58,14 +58,14 @@ Follow these steps to locate and hand-install the toolchain: folder and download the following installer: :: - poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-DISTRO.sh + poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh 4. *Run the Installer:* Be sure you have execution privileges and run the installer. Following is an example from the ``Downloads`` directory: :: - $ ~/Downloads/poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-DISTRO.sh + $ ~/Downloads/poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh During execution of the script, you choose the root location for the toolchain. See the "`Installed Standard SDK Directory @@ -174,7 +174,7 @@ build the SDK installer. Follow these steps: :: $ cd ~/poky/build/tmp/deploy/sdk - $ ./poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-DISTRO.sh + $ ./poky-glibc-x86_64-core-image-sato-core2-64-toolchain-ext-&DISTRO;.sh During execution of the script, you choose the root location for the toolchain. See the "`Installed Standard SDK Directory diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index c94213d6ca..5962e9460a 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst @@ -82,10 +82,10 @@ is the general form: 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 using the current &DISTRO; snapshot: :: - poky-glibc-x86_64-core-image-sato-i586-toolchain-ext-DISTRO.sh + poky-glibc-x86_64-core-image-sato-i586-toolchain-ext-&DISTRO;.sh .. note:: diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst index 3e40936ff6..bddf00a7dc 100644 --- a/documentation/sdk-manual/working-projects.rst +++ b/documentation/sdk-manual/working-projects.rst @@ -292,11 +292,11 @@ example: the string "environment-setup" and contains the machine architecture, which is followed by the string "poky-linux". For this example, the command sources a script from the default SDK installation directory - that uses the 32-bit Intel x86 Architecture and the DISTRO_NAME Yocto + that uses the 32-bit Intel x86 Architecture and the &DISTRO_NAME; Yocto Project release: :: - $ source /opt/poky/DISTRO/environment-setup-i586-poky-linux + $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux 3. *Create the Makefile:* For this example, the Makefile contains two lines that can be used to set the ``CC`` variable. One line is -- cgit v1.2.3-54-g00ecf