diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-27 17:38:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:33 +0100 |
commit | 424567d629b08785a6594d16427ee0fa8c31f384 (patch) | |
tree | 4985979745b1c5601f7a82c662042fb745bfd7db /documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst | |
parent | 4bf6fc5281d1976ad7113c91a93995406cfab429 (diff) | |
download | poky-424567d629b08785a6594d16427ee0fa8c31f384.tar.gz |
sphinx: manual updates for some links
Some links were not found by the regexp, especially because of they
are spanning across multiple lines. This patch is a manual fixup for
these patterns.
(From yocto-docs rev: 7a5cf8b372903d959d4a1f0882e6198f31f3cba5)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst')
-rw-r--r-- | documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst index 712d5c7f8e..563c3f2d9a 100644 --- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst +++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst | |||
@@ -162,10 +162,10 @@ an entire Linux distribution, including the toolchain, from source. | |||
162 | <target>' Common targets are: core-image-minimal core-image-sato | 162 | <target>' Common targets are: core-image-minimal core-image-sato |
163 | meta-toolchain meta-ide-support You can also run generated qemu | 163 | meta-toolchain meta-ide-support You can also run generated qemu |
164 | images with a command like 'runqemu qemux86-64' Among other things, | 164 | images with a command like 'runqemu qemux86-64' Among other things, |
165 | the script creates the `Build | 165 | the script creates the |
166 | Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__, which is | 166 | :term:`Build Directory`, which is |
167 | ``build`` in this case and is located in the `Source | 167 | ``build`` in this case and is located in the :term:`Source Directory`. |
168 | Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__. After the | 168 | After the |
169 | script runs, your current working directory is set to the Build | 169 | script runs, your current working directory is set to the Build |
170 | Directory. Later, when the build completes, the Build Directory | 170 | Directory. Later, when the build completes, the Build Directory |
171 | contains all the files created during the build. | 171 | contains all the files created during the build. |
@@ -271,8 +271,8 @@ Follow these steps to add a hardware layer: | |||
271 | 271 | ||
272 | 4. *Add Your Layer to the Layer Configuration File:* Before you can use | 272 | 4. *Add Your Layer to the Layer Configuration File:* Before you can use |
273 | a layer during a build, you must add it to your ``bblayers.conf`` | 273 | a layer during a build, you must add it to your ``bblayers.conf`` |
274 | file, which is found in the `Build | 274 | file, which is found in the |
275 | Directory's <&YOCTO_DOCS_REF_URL;#build-directory>`__ ``conf`` | 275 | :term:`Build Directory` ``conf`` |
276 | directory. | 276 | directory. |
277 | 277 | ||
278 | Use the ``bitbake-layers add-layer`` command to add the layer to the | 278 | Use the ``bitbake-layers add-layer`` command to add the layer to the |