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/working-projects.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/sdk-manual/working-projects.rst') 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