summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-11-19 10:58:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-20 14:32:25 +0000
commite376c5c9cd3d91a7e34a7a173c9fc3f267b5d9b3 (patch)
treeb4352b39325ed6fb937909a53c910d61c2a39333 /documentation
parent2cd13e03d61a5345339e836ce2262b0f53baa882 (diff)
downloadpoky-e376c5c9cd3d91a7e34a7a173c9fc3f267b5d9b3.tar.gz
dev-manual: replace labels with references to section title
(From yocto-docs rev: faa9ad6749d3dba2f49699e83840eacdb3374795) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index 27aacde609..201e187c30 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -1143,7 +1143,7 @@ necessary when adding a recipe to build a new piece of software to be
1143included in a build. 1143included in a build.
1144 1144
1145You can find a complete description of the ``devtool add`` command in 1145You can find a complete description of the ``devtool add`` command in
1146the ":ref:`sdk-a-closer-look-at-devtool-add`" section 1146the ":ref:`sdk-manual/sdk-extensible:a closer look at \`\`devtool add\`\``" section
1147in the Yocto Project Application Development and the Extensible Software 1147in the Yocto Project Application Development and the Extensible Software
1148Development Kit (eSDK) manual. 1148Development Kit (eSDK) manual.
1149 1149
@@ -1819,7 +1819,7 @@ Here are some common issues that cause failures.
1819 For cases where improper paths are detected for configuration files 1819 For cases where improper paths are detected for configuration files
1820 or for when libraries/headers cannot be found, be sure you are using 1820 or for when libraries/headers cannot be found, be sure you are using
1821 the more robust ``pkg-config``. See the note in section 1821 the more robust ``pkg-config``. See the note in section
1822 ":ref:`new-recipe-configuring-the-recipe`" for additional information. 1822 ":ref:`dev-manual/dev-manual-common-tasks:Configuring the Recipe`" for additional information.
1823 1823
1824- *Parallel build failures:* These failures manifest themselves as 1824- *Parallel build failures:* These failures manifest themselves as
1825 intermittent errors, or errors reporting that a file or directory 1825 intermittent errors, or errors reporting that a file or directory
@@ -3048,7 +3048,7 @@ The following steps describe how to set up the AUH utility:
30481. *Be Sure the Development Host is Set Up:* You need to be sure that 30481. *Be Sure the Development Host is Set Up:* You need to be sure that
3049 your development host is set up to use the Yocto Project. For 3049 your development host is set up to use the Yocto Project. For
3050 information on how to set up your host, see the 3050 information on how to set up your host, see the
3051 ":ref:`dev-preparing-the-build-host`" section. 3051 ":ref:`dev-manual/dev-manual-start:Preparing the Build Host`" section.
3052 3052
30532. *Make Sure Git is Configured:* The AUH utility requires Git to be 30532. *Make Sure Git is Configured:* The AUH utility requires Git to be
3054 configured because AUH uses Git to save upgrades. Thus, you must have 3054 configured because AUH uses Git to save upgrades. Thus, you must have
@@ -3216,7 +3216,7 @@ As mentioned earlier, an alternative method for upgrading recipes to
3216newer versions is to use 3216newer versions is to use
3217:doc:`devtool upgrade <../ref-manual/ref-devtool-reference>`. 3217:doc:`devtool upgrade <../ref-manual/ref-devtool-reference>`.
3218You can read about ``devtool upgrade`` in general in the 3218You can read about ``devtool upgrade`` in general in the
3219":ref:`sdk-devtool-use-devtool-upgrade-to-create-a-version-of-the-recipe-that-supports-a-newer-version-of-the-software`" 3219":ref:`sdk-manual/sdk-extensible:use \`\`devtool upgrade\`\` to create a version of the recipe that supports a newer version of the software`"
3220section in the Yocto Project Application Development and the Extensible 3220section in the Yocto Project Application Development and the Extensible
3221Software Development Kit (eSDK) Manual. 3221Software Development Kit (eSDK) Manual.
3222 3222
@@ -3356,7 +3356,8 @@ Manually Upgrading a Recipe
3356--------------------------- 3356---------------------------
3357 3357
3358If for some reason you choose not to upgrade recipes using 3358If for some reason you choose not to upgrade recipes using
3359:ref:`gs-using-the-auto-upgrade-helper` or by :ref:`gs-using-devtool-upgrade`, 3359:ref:`dev-manual/dev-manual-common-tasks:Using the Auto Upgrade Helper (AUH)` or
3360by :ref:`dev-manual/dev-manual-common-tasks:Using \`\`devtool upgrade\`\``,
3360you can manually edit the recipe files to upgrade the versions. 3361you can manually edit the recipe files to upgrade the versions.
3361 3362
3362.. note:: 3363.. note::
@@ -4196,7 +4197,7 @@ view file dependencies in a human-readable form:
4196 directory. 4197 directory.
4197 4198
4198 For more information on configuration fragments, see the 4199 For more information on configuration fragments, see the
4199 ":ref:`creating-config-fragments`" 4200 ":ref:`kernel-dev/kernel-dev-common:creating configuration fragments`"
4200 section in the Yocto Project Linux Kernel Development Manual. 4201 section in the Yocto Project Linux Kernel Development Manual.
4201 4202
4202- ``bitbake -u taskexp -g bitbake_target``: Using the BitBake command 4203- ``bitbake -u taskexp -g bitbake_target``: Using the BitBake command
@@ -8143,7 +8144,7 @@ associated ``EXTRA_IMAGE_FEATURES`` variable, as in:
8143 EXTRA_IMAGE_FEATURES = "read-only-rootfs" 8144 EXTRA_IMAGE_FEATURES = "read-only-rootfs"
8144 8145
8145For more information on how to use these variables, see the 8146For more information on how to use these variables, see the
8146":ref:`usingpoky-extend-customimage-imagefeatures`" 8147":ref:`dev-manual/dev-manual-common-tasks:Customizing Images Using Custom \`\`IMAGE_FEATURES\`\` and \`\`EXTRA_IMAGE_FEATURES\`\``"
8147section. For information on the variables, see 8148section. For information on the variables, see
8148:term:`IMAGE_FEATURES` and 8149:term:`IMAGE_FEATURES` and
8149:term:`EXTRA_IMAGE_FEATURES`. 8150:term:`EXTRA_IMAGE_FEATURES`.