mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
658499cacb
commit
e6a0be545d
@@ -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
|
||||
|
||||
@@ -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::
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user