diff options
| author | Quentin Schulz <foss@0leil.net> | 2020-10-05 20:37:23 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-20 11:12:06 +0100 |
| commit | 8dd785f120ab73ec78ebcc4c8dd65141b7472885 (patch) | |
| tree | 2775567bdd4e674578851f074c7dac828293725b /documentation/ref-manual/ref-devtool-reference.rst | |
| parent | e2a2c80de07ede2a6fc4ee595ad1587c0812d99c (diff) | |
| download | poky-8dd785f120ab73ec78ebcc4c8dd65141b7472885.tar.gz | |
docs: ref-manual: indentation, links and highlights fixes
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(From yocto-docs rev: f5688a74cd9d100dee270edb9a33c02015cfabda)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-devtool-reference.rst')
| -rw-r--r-- | documentation/ref-manual/ref-devtool-reference.rst | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-devtool-reference.rst b/documentation/ref-manual/ref-devtool-reference.rst index 1fe8997f55..9b9ddf53f5 100644 --- a/documentation/ref-manual/ref-devtool-reference.rst +++ b/documentation/ref-manual/ref-devtool-reference.rst | |||
| @@ -131,7 +131,7 @@ The following figure shows the workspace structure: | |||
| 131 | :align: center | 131 | :align: center |
| 132 | :scale: 70% | 132 | :scale: 70% |
| 133 | 133 | ||
| 134 | :: | 134 | .. code-block:: none |
| 135 | 135 | ||
| 136 | attic - A directory created if devtool believes it must preserve | 136 | attic - A directory created if devtool believes it must preserve |
| 137 | anything when you run "devtool reset". For example, if you | 137 | anything when you run "devtool reset". For example, if you |
| @@ -223,7 +223,7 @@ specify these options when using the ``devtool add`` command: | |||
| 223 | .. note:: | 223 | .. note:: |
| 224 | 224 | ||
| 225 | If you prefer to use the latest revision every time the recipe is | 225 | If you prefer to use the latest revision every time the recipe is |
| 226 | built, use the options --autorev or -a. | 226 | built, use the options ``--autorev`` or ``-a``. |
| 227 | 227 | ||
| 228 | .. _devtool-extracting-the-source-for-an-existing-recipe: | 228 | .. _devtool-extracting-the-source-for-an-existing-recipe: |
| 229 | 229 | ||
| @@ -261,7 +261,7 @@ Modifying an Existing Recipe | |||
| 261 | 261 | ||
| 262 | Use the ``devtool modify`` command to begin modifying the source of an | 262 | Use the ``devtool modify`` command to begin modifying the source of an |
| 263 | existing recipe. This command is very similar to the | 263 | existing recipe. This command is very similar to the |
| 264 | ```add`` <#devtool-adding-a-new-recipe-to-the-workspace>`__ command | 264 | :ref:`add <devtool-adding-a-new-recipe-to-the-workspace>` command |
| 265 | except that it does not physically create the recipe in the workspace | 265 | except that it does not physically create the recipe in the workspace |
| 266 | layer because the recipe already exists in an another layer. | 266 | layer because the recipe already exists in an another layer. |
| 267 | 267 | ||
| @@ -303,7 +303,7 @@ Updating a Recipe | |||
| 303 | Use the ``devtool update-recipe`` command to update your recipe with | 303 | Use the ``devtool update-recipe`` command to update your recipe with |
| 304 | patches that reflect changes you make to the source files. For example, | 304 | patches that reflect changes you make to the source files. For example, |
| 305 | if you know you are going to work on some code, you could first use the | 305 | if you know you are going to work on some code, you could first use the |
| 306 | ```devtool modify`` <#devtool-modifying-a-recipe>`__ command to extract | 306 | :ref:`devtool modify <devtool-modifying-a-recipe>` command to extract |
| 307 | the code and set up the workspace. After which, you could modify, | 307 | the code and set up the workspace. After which, you could modify, |
| 308 | compile, and test the code. | 308 | compile, and test the code. |
| 309 | 309 | ||
| @@ -386,15 +386,21 @@ satisfied. | |||
| 386 | .. note:: | 386 | .. note:: |
| 387 | 387 | ||
| 388 | When a reason for not upgrading displays, the reason is usually | 388 | When a reason for not upgrading displays, the reason is usually |
| 389 | written into the recipe using the RECIPE_NO_UPDATE_REASON | 389 | written into the recipe using the ``RECIPE_NO_UPDATE_REASON`` |
| 390 | variable. See the base-passwd.bb recipe for an example. | 390 | variable. See the |
| 391 | :yocto_git:`base-passwd.bb </cgit/cgit.cgi/poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>` | ||
| 392 | recipe for an example. | ||
| 391 | 393 | ||
| 392 | :: | 394 | :: |
| 393 | 395 | ||
| 394 | $ devtool check-upgrade-status ... | 396 | $ devtool check-upgrade-status |
| 397 | ... | ||
| 395 | NOTE: acpid 2.0.30 2.0.31 Ross Burton <ross.burton@intel.com> | 398 | NOTE: acpid 2.0.30 2.0.31 Ross Burton <ross.burton@intel.com> |
| 396 | NOTE: u-boot-fw-utils 2018.11 2019.01 Marek Vasut <marek.vasut@gmail.com> d3689267f92c5956e09cc7d1baa4700141662bff | 399 | NOTE: u-boot-fw-utils 2018.11 2019.01 Marek Vasut <marek.vasut@gmail.com> d3689267f92c5956e09cc7d1baa4700141662bff |
| 397 | NOTE: u-boot-tools 2018.11 2019.01 Marek Vasut <marek.vasut@gmail.com> d3689267f92c5956e09cc7d1baa4700141662bff . . . | 400 | NOTE: u-boot-tools 2018.11 2019.01 Marek Vasut <marek.vasut@gmail.com> d3689267f92c5956e09cc7d1baa4700141662bff |
| 401 | . | ||
| 402 | . | ||
| 403 | . | ||
| 398 | NOTE: base-passwd 3.5.29 3.5.45 Anuj Mittal <anuj.mittal@intel.com> cannot be updated due to: Version 3.5.38 requires cdebconf for update-passwd utility | 404 | NOTE: base-passwd 3.5.29 3.5.45 Anuj Mittal <anuj.mittal@intel.com> cannot be updated due to: Version 3.5.38 requires cdebconf for update-passwd utility |
| 399 | NOTE: busybox 1.29.2 1.30.0 Andrej Valek <andrej.valek@siemens.com> | 405 | NOTE: busybox 1.29.2 1.30.0 Andrej Valek <andrej.valek@siemens.com> |
| 400 | NOTE: dbus-test 1.12.10 1.12.12 Chen Qi <Qi.Chen@windriver.com> | 406 | NOTE: dbus-test 1.12.10 1.12.12 Chen Qi <Qi.Chen@windriver.com> |
| @@ -607,8 +613,8 @@ Following is sample output after using | |||
| 607 | 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: |
| 608 | :: | 614 | :: |
| 609 | 615 | ||
| 610 | $ devtool status mtr | 616 | $ devtool status |
| 611 | :/home/scottrif/poky/build/workspace/sources/mtr (/home/scottrif/poky/build/workspace/recipes/mtr/mtr_0.86.bb) | 617 | mtr:/home/scottrif/poky/build/workspace/sources/mtr (/home/scottrif/poky/build/workspace/recipes/mtr/mtr_0.86.bb) |
| 612 | $ | 618 | $ |
| 613 | 619 | ||
| 614 | .. _devtool-search-for-available-target-recipes: | 620 | .. _devtool-search-for-available-target-recipes: |
