summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/working-projects.rst
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2021-01-16 12:16:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-20 00:53:53 +0000
commite6a0be545d73b1052a259547afd2aa63d4b58546 (patch)
tree065e669743e2e2eb2de44e5405fb20c0b44ce4e4 /documentation/sdk-manual/working-projects.rst
parent658499cacb252f55124a6ac0bf57ed0b145544d8 (diff)
downloadpoky-e6a0be545d73b1052a259547afd2aa63d4b58546.tar.gz
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 <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/working-projects.rst')
-rw-r--r--documentation/sdk-manual/working-projects.rst4
1 files changed, 2 insertions, 2 deletions
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:
292 the string "environment-setup" and contains the machine architecture, 292 the string "environment-setup" and contains the machine architecture,
293 which is followed by the string "poky-linux". For this example, the 293 which is followed by the string "poky-linux". For this example, the
294 command sources a script from the default SDK installation directory 294 command sources a script from the default SDK installation directory
295 that uses the 32-bit Intel x86 Architecture and the DISTRO_NAME Yocto 295 that uses the 32-bit Intel x86 Architecture and the &DISTRO_NAME; Yocto
296 Project release: 296 Project release:
297 :: 297 ::
298 298
299 $ source /opt/poky/DISTRO/environment-setup-i586-poky-linux 299 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
300 300
3013. *Create the Makefile:* For this example, the Makefile contains 3013. *Create the Makefile:* For this example, the Makefile contains
302 two lines that can be used to set the ``CC`` variable. One line is 302 two lines that can be used to set the ``CC`` variable. One line is