diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.rst')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.rst | 15 |
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 | |||
1143 | included in a build. | 1143 | included in a build. |
1144 | 1144 | ||
1145 | You can find a complete description of the ``devtool add`` command in | 1145 | You can find a complete description of the ``devtool add`` command in |
1146 | the ":ref:`sdk-a-closer-look-at-devtool-add`" section | 1146 | the ":ref:`sdk-manual/sdk-extensible:a closer look at \`\`devtool add\`\``" section |
1147 | in the Yocto Project Application Development and the Extensible Software | 1147 | in the Yocto Project Application Development and the Extensible Software |
1148 | Development Kit (eSDK) manual. | 1148 | Development 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: | |||
3048 | 1. *Be Sure the Development Host is Set Up:* You need to be sure that | 3048 | 1. *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 | ||
3053 | 2. *Make Sure Git is Configured:* The AUH utility requires Git to be | 3053 | 2. *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 | |||
3216 | newer versions is to use | 3216 | newer versions is to use |
3217 | :doc:`devtool upgrade <../ref-manual/ref-devtool-reference>`. | 3217 | :doc:`devtool upgrade <../ref-manual/ref-devtool-reference>`. |
3218 | You can read about ``devtool upgrade`` in general in the | 3218 | You 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`" |
3220 | section in the Yocto Project Application Development and the Extensible | 3220 | section in the Yocto Project Application Development and the Extensible |
3221 | Software Development Kit (eSDK) Manual. | 3221 | Software Development Kit (eSDK) Manual. |
3222 | 3222 | ||
@@ -3356,7 +3356,8 @@ Manually Upgrading a Recipe | |||
3356 | --------------------------- | 3356 | --------------------------- |
3357 | 3357 | ||
3358 | If for some reason you choose not to upgrade recipes using | 3358 | If 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 |
3360 | by :ref:`dev-manual/dev-manual-common-tasks:Using \`\`devtool upgrade\`\``, | ||
3360 | you can manually edit the recipe files to upgrade the versions. | 3361 | you 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 | ||
8145 | For more information on how to use these variables, see the | 8146 | For 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\`\``" |
8147 | section. For information on the variables, see | 8148 | section. 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`. |