diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-12-03 22:38:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:21:27 +0000 |
commit | b70318797c598db4cfda28226ac4c535235c9d1b (patch) | |
tree | 4f9c7f2cebb12356270779fbeb6b2f44f68622f0 /documentation/ref-manual | |
parent | 79fecb25e15178ad1a0f56233a2d514340c14ab5 (diff) | |
download | poky-b70318797c598db4cfda28226ac4c535235c9d1b.tar.gz |
ref-manual: remove 'ref' from filenames
All filenames duplicate the 'manual name', which is not needed, and
make all references longer than they should. Rename all files to be as
consise as possible, and fix all references
(From yocto-docs rev: bb7e4783f45a5f67e6e4b39968f3512f43738833)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/classes.rst (renamed from documentation/ref-manual/ref-classes.rst) | 4 | ||||
-rw-r--r-- | documentation/ref-manual/devtool-reference.rst (renamed from documentation/ref-manual/ref-devtool-reference.rst) | 6 | ||||
-rw-r--r-- | documentation/ref-manual/faq.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/features.rst (renamed from documentation/ref-manual/ref-features.rst) | 0 | ||||
-rw-r--r-- | documentation/ref-manual/images.rst (renamed from documentation/ref-manual/ref-images.rst) | 0 | ||||
-rw-r--r-- | documentation/ref-manual/index.rst | 26 | ||||
-rw-r--r-- | documentation/ref-manual/kickstart.rst (renamed from documentation/ref-manual/ref-kickstart.rst) | 0 | ||||
-rw-r--r-- | documentation/ref-manual/migration-1.5.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/migration-1.6.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/migration-1.7.rst | 4 | ||||
-rw-r--r-- | documentation/ref-manual/migration-2.1.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/migration-2.3.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/qa-checks.rst (renamed from documentation/ref-manual/ref-qa-checks.rst) | 0 | ||||
-rw-r--r-- | documentation/ref-manual/release-process.rst (renamed from documentation/ref-manual/ref-release-process.rst) | 2 | ||||
-rw-r--r-- | documentation/ref-manual/structure.rst (renamed from documentation/ref-manual/ref-structure.rst) | 2 | ||||
-rw-r--r-- | documentation/ref-manual/system-requirements.rst (renamed from documentation/ref-manual/ref-system-requirements.rst) | 0 | ||||
-rw-r--r-- | documentation/ref-manual/tasks.rst (renamed from documentation/ref-manual/ref-tasks.rst) | 2 | ||||
-rw-r--r-- | documentation/ref-manual/terms.rst (renamed from documentation/ref-manual/ref-terms.rst) | 8 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst (renamed from documentation/ref-manual/ref-variables.rst) | 14 | ||||
-rw-r--r-- | documentation/ref-manual/varlocality.rst (renamed from documentation/ref-manual/ref-varlocality.rst) | 0 |
20 files changed, 39 insertions, 39 deletions
diff --git a/documentation/ref-manual/ref-classes.rst b/documentation/ref-manual/classes.rst index 37ab4992eb..5a30ce379b 100644 --- a/documentation/ref-manual/ref-classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1033,7 +1033,7 @@ You can configure the sanity checks so that specific test failures | |||
1033 | either raise a warning or an error message. Typically, failures for new | 1033 | either raise a warning or an error message. Typically, failures for new |
1034 | tests generate a warning. Subsequent failures for the same test would | 1034 | tests generate a warning. Subsequent failures for the same test would |
1035 | then generate an error message once the metadata is in a known and good | 1035 | then generate an error message once the metadata is in a known and good |
1036 | condition. See the ":doc:`ref-qa-checks`" Chapter for a list of all the warning | 1036 | condition. See the ":doc:`/ref-manual/qa-checks`" Chapter for a list of all the warning |
1037 | and error messages you might encounter using a default configuration. | 1037 | and error messages you might encounter using a default configuration. |
1038 | 1038 | ||
1039 | Use the :term:`WARN_QA` and | 1039 | Use the :term:`WARN_QA` and |
@@ -1276,7 +1276,7 @@ The following list shows the tests you can list with the ``WARN_QA`` and | |||
1276 | - ``textrel:`` Checks for ELF binaries that contain relocations in | 1276 | - ``textrel:`` Checks for ELF binaries that contain relocations in |
1277 | their ``.text`` sections, which can result in a performance impact at | 1277 | their ``.text`` sections, which can result in a performance impact at |
1278 | runtime. See the explanation for the ``ELF binary`` message in | 1278 | runtime. See the explanation for the ``ELF binary`` message in |
1279 | ":doc:`ref-qa-checks`" for more information regarding runtime performance | 1279 | ":doc:`/ref-manual/qa-checks`" for more information regarding runtime performance |
1280 | issues. | 1280 | issues. |
1281 | 1281 | ||
1282 | - ``unlisted-pkg-lics:`` Checks that all declared licenses applying | 1282 | - ``unlisted-pkg-lics:`` Checks that all declared licenses applying |
diff --git a/documentation/ref-manual/ref-devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst index 2b97bb4605..cc5848fd4d 100644 --- a/documentation/ref-manual/ref-devtool-reference.rst +++ b/documentation/ref-manual/devtool-reference.rst | |||
@@ -193,7 +193,7 @@ external source tree. | |||
193 | run your application. If dependent packages (e.g. libraries) do not | 193 | run your application. If dependent packages (e.g. libraries) do not |
194 | exist on the target, your application, when run, will fail to find | 194 | exist on the target, your application, when run, will fail to find |
195 | those functions. For more information, see the | 195 | those functions. For more information, see the |
196 | ":ref:`ref-manual/ref-devtool-reference:deploying your software on the target machine`" | 196 | ":ref:`ref-manual/devtool-reference:deploying your software on the target machine`" |
197 | section. | 197 | section. |
198 | 198 | ||
199 | By default, ``devtool add`` uses the latest revision (i.e. master) when | 199 | By default, ``devtool add`` uses the latest revision (i.e. master) when |
@@ -561,7 +561,7 @@ Removing Your Software from the Target Machine | |||
561 | Use the ``devtool undeploy-target`` command to remove deployed build | 561 | Use the ``devtool undeploy-target`` command to remove deployed build |
562 | output from the target machine. For the ``devtool undeploy-target`` | 562 | output from the target machine. For the ``devtool undeploy-target`` |
563 | command to work, you must have previously used the | 563 | command to work, you must have previously used the |
564 | ":ref:`devtool deploy-target <ref-manual/ref-devtool-reference:deploying your software on the target machine>`" | 564 | ":ref:`devtool deploy-target <ref-manual/devtool-reference:deploying your software on the target machine>`" |
565 | command. | 565 | command. |
566 | :: | 566 | :: |
567 | 567 | ||
@@ -609,7 +609,7 @@ The ``devtool status`` command has no command-line options: | |||
609 | $ devtool status | 609 | $ devtool status |
610 | 610 | ||
611 | Following is sample output after using | 611 | Following is sample output after using |
612 | :ref:`devtool add <ref-manual/ref-devtool-reference:adding a new recipe to the workspace layer>` | 612 | :ref:`devtool add <ref-manual/devtool-reference:adding a new recipe to the workspace layer>` |
613 | to create and add the ``mtr_0.86.bb`` recipe to the ``workspace`` directory: | 613 | to create and add the ``mtr_0.86.bb`` recipe to the ``workspace`` directory: |
614 | :: | 614 | :: |
615 | 615 | ||
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index cc6b3aee1b..f67c53824b 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst | |||
@@ -22,7 +22,7 @@ Can I still use the Yocto Project? | |||
22 | **A:** You can get the required tools on your host development system a | 22 | **A:** You can get the required tools on your host development system a |
23 | couple different ways (i.e. building a tarball or downloading a | 23 | couple different ways (i.e. building a tarball or downloading a |
24 | tarball). See the | 24 | tarball). See the |
25 | ":ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions`" | 25 | ":ref:`ref-manual/system-requirements:required git, tar, python and gcc versions`" |
26 | section for steps on how to update your build tools. | 26 | section for steps on how to update your build tools. |
27 | 27 | ||
28 | **Q:** How can you claim Poky / OpenEmbedded-Core is stable? | 28 | **Q:** How can you claim Poky / OpenEmbedded-Core is stable? |
diff --git a/documentation/ref-manual/ref-features.rst b/documentation/ref-manual/features.rst index 89c06eb65f..89c06eb65f 100644 --- a/documentation/ref-manual/ref-features.rst +++ b/documentation/ref-manual/features.rst | |||
diff --git a/documentation/ref-manual/ref-images.rst b/documentation/ref-manual/images.rst index 5e9374eae7..5e9374eae7 100644 --- a/documentation/ref-manual/ref-images.rst +++ b/documentation/ref-manual/images.rst | |||
diff --git a/documentation/ref-manual/index.rst b/documentation/ref-manual/index.rst index 033f4ba28c..deb0383cfc 100644 --- a/documentation/ref-manual/index.rst +++ b/documentation/ref-manual/index.rst | |||
@@ -10,20 +10,20 @@ Yocto Project Reference Manual | |||
10 | :caption: Table of Contents | 10 | :caption: Table of Contents |
11 | :numbered: | 11 | :numbered: |
12 | 12 | ||
13 | ref-system-requirements | 13 | system-requirements |
14 | ref-terms | 14 | terms |
15 | ref-release-process | 15 | release-process |
16 | migration | 16 | migration |
17 | ref-structure | 17 | structure |
18 | ref-classes | 18 | classes |
19 | ref-tasks | 19 | tasks |
20 | ref-devtool-reference | 20 | devtool-reference |
21 | ref-kickstart | 21 | kickstart |
22 | ref-qa-checks | 22 | qa-checks |
23 | ref-images | 23 | images |
24 | ref-features | 24 | features |
25 | ref-variables | 25 | variables |
26 | ref-varlocality | 26 | varlocality |
27 | faq | 27 | faq |
28 | resources | 28 | resources |
29 | history | 29 | history |
diff --git a/documentation/ref-manual/ref-kickstart.rst b/documentation/ref-manual/kickstart.rst index bb9c0460f3..bb9c0460f3 100644 --- a/documentation/ref-manual/ref-kickstart.rst +++ b/documentation/ref-manual/kickstart.rst | |||
diff --git a/documentation/ref-manual/migration-1.5.rst b/documentation/ref-manual/migration-1.5.rst index b5e4bb1fd1..2716bc9cfd 100644 --- a/documentation/ref-manual/migration-1.5.rst +++ b/documentation/ref-manual/migration-1.5.rst | |||
@@ -26,7 +26,7 @@ provide packages for these, you can install and use the Buildtools | |||
26 | tarball, which provides an SDK-like environment containing them. | 26 | tarball, which provides an SDK-like environment containing them. |
27 | 27 | ||
28 | For more information on this requirement, see the | 28 | For more information on this requirement, see the |
29 | ":ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions`" | 29 | ":ref:`ref-manual/system-requirements:required git, tar, python and gcc versions`" |
30 | section. | 30 | section. |
31 | 31 | ||
32 | .. _migration-1.5-atom-pc-bsp: | 32 | .. _migration-1.5-atom-pc-bsp: |
diff --git a/documentation/ref-manual/migration-1.6.rst b/documentation/ref-manual/migration-1.6.rst index f95f45ec9f..ed155d0df9 100644 --- a/documentation/ref-manual/migration-1.6.rst +++ b/documentation/ref-manual/migration-1.6.rst | |||
@@ -126,7 +126,7 @@ Changes to Variables | |||
126 | -------------------- | 126 | -------------------- |
127 | 127 | ||
128 | The following variables have changed. For information on the | 128 | The following variables have changed. For information on the |
129 | OpenEmbedded build system variables, see the ":doc:`ref-variables`" Chapter. | 129 | OpenEmbedded build system variables, see the ":doc:`/ref-manual/variables`" Chapter. |
130 | 130 | ||
131 | .. _migration-1.6-variable-changes-TMPDIR: | 131 | .. _migration-1.6-variable-changes-TMPDIR: |
132 | 132 | ||
diff --git a/documentation/ref-manual/migration-1.7.rst b/documentation/ref-manual/migration-1.7.rst index 177d40900f..19275b3cd6 100644 --- a/documentation/ref-manual/migration-1.7.rst +++ b/documentation/ref-manual/migration-1.7.rst | |||
@@ -32,7 +32,7 @@ build host is now 1.7.8 because the ``--list`` option is now required by | |||
32 | BitBake's Git fetcher. As always, if your host distribution does not | 32 | BitBake's Git fetcher. As always, if your host distribution does not |
33 | provide a version of Git that meets this requirement, you can use the | 33 | provide a version of Git that meets this requirement, you can use the |
34 | ``buildtools-tarball`` that does. See the | 34 | ``buildtools-tarball`` that does. See the |
35 | ":ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions`" | 35 | ":ref:`ref-manual/system-requirements:required git, tar, python and gcc versions`" |
36 | section for more information. | 36 | section for more information. |
37 | 37 | ||
38 | .. _migration-1.7-autotools-class-changes: | 38 | .. _migration-1.7-autotools-class-changes: |
@@ -157,7 +157,7 @@ The following changes have occurred to the QA check process: | |||
157 | added in order to verify that file dependencies are satisfied (e.g. | 157 | added in order to verify that file dependencies are satisfied (e.g. |
158 | package contains a script requiring ``/bin/bash``) and build-time | 158 | package contains a script requiring ``/bin/bash``) and build-time |
159 | dependencies are declared, respectively. For more information, please | 159 | dependencies are declared, respectively. For more information, please |
160 | see the ":doc:`ref-qa-checks`" chapter. | 160 | see the ":doc:`/ref-manual/qa-checks`" chapter. |
161 | 161 | ||
162 | - Package QA checks are now performed during a new | 162 | - Package QA checks are now performed during a new |
163 | :ref:`ref-tasks-package_qa` task rather than being | 163 | :ref:`ref-tasks-package_qa` task rather than being |
diff --git a/documentation/ref-manual/migration-2.1.rst b/documentation/ref-manual/migration-2.1.rst index a1d7b9a2da..e8b3ada264 100644 --- a/documentation/ref-manual/migration-2.1.rst +++ b/documentation/ref-manual/migration-2.1.rst | |||
@@ -360,7 +360,7 @@ These additional changes exist: | |||
360 | - The minimum Git version has been increased to 1.8.3.1. If your host | 360 | - The minimum Git version has been increased to 1.8.3.1. If your host |
361 | distribution does not provide a sufficiently recent version, you can | 361 | distribution does not provide a sufficiently recent version, you can |
362 | install the buildtools, which will provide it. See the | 362 | install the buildtools, which will provide it. See the |
363 | :ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions` | 363 | :ref:`ref-manual/system-requirements:required git, tar, python and gcc versions` |
364 | section for more information on the buildtools tarball. | 364 | section for more information on the buildtools tarball. |
365 | 365 | ||
366 | - The buggy and incomplete support for the RPM version 4 package | 366 | - The buggy and incomplete support for the RPM version 4 package |
diff --git a/documentation/ref-manual/migration-2.3.rst b/documentation/ref-manual/migration-2.3.rst index 6984ff91e8..3e9758119b 100644 --- a/documentation/ref-manual/migration-2.3.rst +++ b/documentation/ref-manual/migration-2.3.rst | |||
@@ -404,7 +404,7 @@ The following QA checks have changed: | |||
404 | 404 | ||
405 | For additional information, see the | 405 | For additional information, see the |
406 | :ref:`insane <ref-classes-insane>` class and the | 406 | :ref:`insane <ref-classes-insane>` class and the |
407 | ":ref:`ref-manual/ref-qa-checks:errors and warnings`" section. | 407 | ":ref:`ref-manual/qa-checks:errors and warnings`" section. |
408 | 408 | ||
409 | .. _migration-2.3-miscellaneous-changes: | 409 | .. _migration-2.3-miscellaneous-changes: |
410 | 410 | ||
diff --git a/documentation/ref-manual/ref-qa-checks.rst b/documentation/ref-manual/qa-checks.rst index 54977dcb21..54977dcb21 100644 --- a/documentation/ref-manual/ref-qa-checks.rst +++ b/documentation/ref-manual/qa-checks.rst | |||
diff --git a/documentation/ref-manual/ref-release-process.rst b/documentation/ref-manual/release-process.rst index 20be09a4ff..d8d362282b 100644 --- a/documentation/ref-manual/ref-release-process.rst +++ b/documentation/ref-manual/release-process.rst | |||
@@ -146,7 +146,7 @@ consists of the following pieces: | |||
146 | .. note:: | 146 | .. note:: |
147 | 147 | ||
148 | Running ``oe-selftest`` requires host packages beyond the "Essential" | 148 | Running ``oe-selftest`` requires host packages beyond the "Essential" |
149 | grouping. See the :ref:`ref-manual/ref-system-requirements:required packages for the build host` | 149 | grouping. See the :ref:`ref-manual/system-requirements:required packages for the build host` |
150 | section for more information. | 150 | section for more information. |
151 | 151 | ||
152 | Originally, much of this testing was done manually. However, significant | 152 | Originally, much of this testing was done manually. However, significant |
diff --git a/documentation/ref-manual/ref-structure.rst b/documentation/ref-manual/structure.rst index ab9075b9c5..ad3f4ab44a 100644 --- a/documentation/ref-manual/ref-structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -682,7 +682,7 @@ generation or packaging also have their specific class files such as | |||
682 | ``image.bbclass``, ``rootfs_*.bbclass`` and ``package*.bbclass``. | 682 | ``image.bbclass``, ``rootfs_*.bbclass`` and ``package*.bbclass``. |
683 | 683 | ||
684 | For reference information on classes, see the | 684 | For reference information on classes, see the |
685 | ":ref:`ref-manual/ref-classes:Classes`" chapter. | 685 | ":ref:`ref-manual/classes:Classes`" chapter. |
686 | 686 | ||
687 | .. _structure-meta-conf: | 687 | .. _structure-meta-conf: |
688 | 688 | ||
diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/system-requirements.rst index 66afb08102..66afb08102 100644 --- a/documentation/ref-manual/ref-system-requirements.rst +++ b/documentation/ref-manual/system-requirements.rst | |||
diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/tasks.rst index 8b9e0c2d89..9fe1c296aa 100644 --- a/documentation/ref-manual/ref-tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -461,7 +461,7 @@ devtool commands: | |||
461 | $ devtool latest-version | 461 | $ devtool latest-version |
462 | $ devtool check-upgrade-status | 462 | $ devtool check-upgrade-status |
463 | 463 | ||
464 | See the ":ref:`ref-manual/ref-devtool-reference:\`\`devtool\`\` quick reference`" | 464 | See the ":ref:`ref-manual/devtool-reference:\`\`devtool\`\` quick reference`" |
465 | chapter for more information on | 465 | chapter for more information on |
466 | ``devtool``. See the ":ref:`devtool-checking-on-the-upgrade-status-of-a-recipe`" | 466 | ``devtool``. See the ":ref:`devtool-checking-on-the-upgrade-status-of-a-recipe`" |
467 | section for information on checking the upgrade status of a recipe. | 467 | section for information on checking the upgrade status of a recipe. |
diff --git a/documentation/ref-manual/ref-terms.rst b/documentation/ref-manual/terms.rst index f41073602d..c07dd4b128 100644 --- a/documentation/ref-manual/ref-terms.rst +++ b/documentation/ref-manual/terms.rst | |||
@@ -64,7 +64,7 @@ universal, the list includes them just in case: | |||
64 | This term refers to the area used by the OpenEmbedded build system for | 64 | This term refers to the area used by the OpenEmbedded build system for |
65 | builds. The area is created when you ``source`` the setup environment | 65 | builds. The area is created when you ``source`` the setup environment |
66 | script that is found in the Source Directory | 66 | script that is found in the Source Directory |
67 | (i.e. :ref:`ref-manual/ref-structure:\`\`oe-init-build-env\`\``). The | 67 | (i.e. :ref:`ref-manual/structure:\`\`oe-init-build-env\`\``). The |
68 | :term:`TOPDIR` variable points to the Build Directory. | 68 | :term:`TOPDIR` variable points to the Build Directory. |
69 | 69 | ||
70 | You have a lot of flexibility when creating the Build Directory. | 70 | You have a lot of flexibility when creating the Build Directory. |
@@ -117,7 +117,7 @@ universal, the list includes them just in case: | |||
117 | Files that provide for logic encapsulation and inheritance so that | 117 | Files that provide for logic encapsulation and inheritance so that |
118 | commonly used patterns can be defined once and then easily used in | 118 | commonly used patterns can be defined once and then easily used in |
119 | multiple recipes. For reference information on the Yocto Project classes, | 119 | multiple recipes. For reference information on the Yocto Project classes, |
120 | see the ":ref:`ref-manual/ref-classes:Classes`" chapter. Class files end with the | 120 | see the ":ref:`ref-manual/classes:Classes`" chapter. Class files end with the |
121 | ``.bbclass`` filename extension. | 121 | ``.bbclass`` filename extension. |
122 | 122 | ||
123 | :term:`Configuration File` | 123 | :term:`Configuration File` |
@@ -177,7 +177,7 @@ universal, the list includes them just in case: | |||
177 | recipes and related Metadata. Images are the binary output that run on | 177 | recipes and related Metadata. Images are the binary output that run on |
178 | specific hardware or QEMU and are used for specific use-cases. For a list | 178 | specific hardware or QEMU and are used for specific use-cases. For a list |
179 | of the supported image types that the Yocto Project provides, see the | 179 | of the supported image types that the Yocto Project provides, see the |
180 | ":ref:`ref-manual/ref-images:Images`" chapter. | 180 | ":ref:`ref-manual/images:Images`" chapter. |
181 | 181 | ||
182 | :term:`Layer` | 182 | :term:`Layer` |
183 | A collection of related recipes. Layers allow you to consolidate related | 183 | A collection of related recipes. Layers allow you to consolidate related |
@@ -252,7 +252,7 @@ universal, the list includes them just in case: | |||
252 | 252 | ||
253 | It is worth noting that the term "package" can, in general, have | 253 | It is worth noting that the term "package" can, in general, have |
254 | subtle meanings. For example, the packages referred to in the | 254 | subtle meanings. For example, the packages referred to in the |
255 | ":ref:`ref-manual/ref-system-requirements:required packages for the build host`" | 255 | ":ref:`ref-manual/system-requirements:required packages for the build host`" |
256 | section are compiled binaries that, when installed, add functionality to | 256 | section are compiled binaries that, when installed, add functionality to |
257 | your Linux distribution. | 257 | your Linux distribution. |
258 | 258 | ||
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/variables.rst index 865d17c1fc..8c6cc46b6c 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1670,7 +1670,7 @@ system and gives an overview of their function and contents. | |||
1670 | ``${TMPDIR}/deploy``. | 1670 | ``${TMPDIR}/deploy``. |
1671 | 1671 | ||
1672 | For more information on the structure of the Build Directory, see | 1672 | For more information on the structure of the Build Directory, see |
1673 | ":ref:`ref-manual/ref-structure:the build directory - \`\`build/\`\``" section. | 1673 | ":ref:`ref-manual/structure:the build directory - \`\`build/\`\``" section. |
1674 | For more detail on the contents of the ``deploy`` directory, see the | 1674 | For more detail on the contents of the ``deploy`` directory, see the |
1675 | ":ref:`overview-manual/concepts:images`", | 1675 | ":ref:`overview-manual/concepts:images`", |
1676 | ":ref:`overview-manual/concepts:package feeds`", and | 1676 | ":ref:`overview-manual/concepts:package feeds`", and |
@@ -1708,7 +1708,7 @@ system and gives an overview of their function and contents. | |||
1708 | ``${DEPLOY_DIR}/images/${MACHINE}/``. | 1708 | ``${DEPLOY_DIR}/images/${MACHINE}/``. |
1709 | 1709 | ||
1710 | For more information on the structure of the Build Directory, see | 1710 | For more information on the structure of the Build Directory, see |
1711 | ":ref:`ref-manual/ref-structure:the build directory - \`\`build/\`\``" section. | 1711 | ":ref:`ref-manual/structure:the build directory - \`\`build/\`\``" section. |
1712 | For more detail on the contents of the ``deploy`` directory, see the | 1712 | For more detail on the contents of the ``deploy`` directory, see the |
1713 | ":ref:`overview-manual/concepts:images`" and | 1713 | ":ref:`overview-manual/concepts:images`" and |
1714 | ":ref:`overview-manual/concepts:application development sdk`" sections both in | 1714 | ":ref:`overview-manual/concepts:application development sdk`" sections both in |
@@ -2907,7 +2907,7 @@ system and gives an overview of their function and contents. | |||
2907 | ":ref:`dev-manual/common-tasks:creating partitioned images using wic`" | 2907 | ":ref:`dev-manual/common-tasks:creating partitioned images using wic`" |
2908 | section of the Yocto Project Development Tasks Manual. Reference | 2908 | section of the Yocto Project Development Tasks Manual. Reference |
2909 | material for Wic is located in the | 2909 | material for Wic is located in the |
2910 | ":doc:`/ref-manual/ref-kickstart`" chapter. | 2910 | ":doc:`/ref-manual/kickstart`" chapter. |
2911 | 2911 | ||
2912 | :term:`IMAGE_BOOT_FILES` | 2912 | :term:`IMAGE_BOOT_FILES` |
2913 | A space-separated list of files installed into the boot partition | 2913 | A space-separated list of files installed into the boot partition |
@@ -2943,7 +2943,7 @@ system and gives an overview of their function and contents. | |||
2943 | ":ref:`dev-manual/common-tasks:creating partitioned images using wic`" | 2943 | ":ref:`dev-manual/common-tasks:creating partitioned images using wic`" |
2944 | section of the Yocto Project Development Tasks Manual. Reference | 2944 | section of the Yocto Project Development Tasks Manual. Reference |
2945 | material for Wic is located in the | 2945 | material for Wic is located in the |
2946 | ":doc:`/ref-manual/ref-kickstart`" chapter. | 2946 | ":doc:`/ref-manual/kickstart`" chapter. |
2947 | 2947 | ||
2948 | :term:`IMAGE_CLASSES` | 2948 | :term:`IMAGE_CLASSES` |
2949 | A list of classes that all images should inherit. You typically use | 2949 | A list of classes that all images should inherit. You typically use |
@@ -3051,7 +3051,7 @@ system and gives an overview of their function and contents. | |||
3051 | .. note:: | 3051 | .. note:: |
3052 | 3052 | ||
3053 | - When working with a | 3053 | - When working with a |
3054 | :ref:`core-image-minimal-initramfs <ref-manual/ref-images:images>` | 3054 | :ref:`core-image-minimal-initramfs <ref-manual/images:images>` |
3055 | image, do not use the ``IMAGE_INSTALL`` variable to specify | 3055 | image, do not use the ``IMAGE_INSTALL`` variable to specify |
3056 | packages for installation. Instead, use the | 3056 | packages for installation. Instead, use the |
3057 | :term:`PACKAGE_INSTALL` variable, which | 3057 | :term:`PACKAGE_INSTALL` variable, which |
@@ -5240,7 +5240,7 @@ system and gives an overview of their function and contents. | |||
5240 | general, you should use the | 5240 | general, you should use the |
5241 | :term:`IMAGE_INSTALL` variable to specify | 5241 | :term:`IMAGE_INSTALL` variable to specify |
5242 | packages for installation. The exception to this is when working with | 5242 | packages for installation. The exception to this is when working with |
5243 | the :ref:`core-image-minimal-initramfs <ref-manual/ref-images:images>` | 5243 | the :ref:`core-image-minimal-initramfs <ref-manual/images:images>` |
5244 | image. When working with an initial RAM filesystem (initramfs) image, | 5244 | image. When working with an initial RAM filesystem (initramfs) image, |
5245 | use the ``PACKAGE_INSTALL`` variable. For information on creating an | 5245 | use the ``PACKAGE_INSTALL`` variable. For information on creating an |
5246 | initramfs, see the ":ref:`dev-manual/common-tasks:building an initial ram filesystem (initramfs) image`" section | 5246 | initramfs, see the ":ref:`dev-manual/common-tasks:building an initial ram filesystem (initramfs) image`" section |
@@ -8737,7 +8737,7 @@ system and gives an overview of their function and contents. | |||
8737 | image, see the | 8737 | image, see the |
8738 | ":ref:`dev-manual/common-tasks:creating partitioned images using wic`" | 8738 | ":ref:`dev-manual/common-tasks:creating partitioned images using wic`" |
8739 | section in the Yocto Project Development Tasks Manual. For details on | 8739 | section in the Yocto Project Development Tasks Manual. For details on |
8740 | the kickstart file format, see the ":doc:`/ref-manual/ref-kickstart`" Chapter. | 8740 | the kickstart file format, see the ":doc:`/ref-manual/kickstart`" Chapter. |
8741 | 8741 | ||
8742 | :term:`WKS_FILE_DEPENDS` | 8742 | :term:`WKS_FILE_DEPENDS` |
8743 | When placed in the recipe that builds your image, this variable lists | 8743 | When placed in the recipe that builds your image, this variable lists |
diff --git a/documentation/ref-manual/ref-varlocality.rst b/documentation/ref-manual/varlocality.rst index 5f7dba8775..5f7dba8775 100644 --- a/documentation/ref-manual/ref-varlocality.rst +++ b/documentation/ref-manual/varlocality.rst | |||