diff options
| author | Quentin Schulz <foss@0leil.net> | 2021-01-16 12:16:03 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-20 00:53:53 +0000 |
| commit | e6a0be545d73b1052a259547afd2aa63d4b58546 (patch) | |
| tree | 065e669743e2e2eb2de44e5405fb20c0b44ce4e4 /documentation/kernel-dev/common.rst | |
| parent | 658499cacb252f55124a6ac0bf57ed0b145544d8 (diff) | |
| download | poky-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/kernel-dev/common.rst')
| -rw-r--r-- | documentation/kernel-dev/common.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index 6691da4489..58adcc9b70 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
| @@ -139,7 +139,7 @@ section: | |||
| 139 | ~/poky/build/tmp/deploy/sdk | 139 | ~/poky/build/tmp/deploy/sdk |
| 140 | 140 | ||
| 141 | For this example, the installer file is named | 141 | For this example, the installer file is named |
| 142 | ``poky-glibc-x86_64-core-image-minimal-i586-toolchain-ext-DISTRO.sh``. | 142 | ``poky-glibc-x86_64-core-image-minimal-i586-toolchain-ext-&DISTRO;.sh``. |
| 143 | 143 | ||
| 144 | 6. *Install the Extensible SDK:* Use the following command to install | 144 | 6. *Install the Extensible SDK:* Use the following command to install |
| 145 | the SDK. For this example, install the SDK in the default | 145 | the SDK. For this example, install the SDK in the default |
