summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/devtool-reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/devtool-reference.rst')
-rw-r--r--documentation/ref-manual/devtool-reference.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst
index ba0385c4c8..4144277e88 100644
--- a/documentation/ref-manual/devtool-reference.rst
+++ b/documentation/ref-manual/devtool-reference.rst
@@ -379,16 +379,14 @@ command::
379Unless you provide a specific recipe name on the command line, the 379Unless you provide a specific recipe name on the command line, the
380command checks all recipes in all configured layers. 380command checks all recipes in all configured layers.
381 381
382Following is a partial example table that reports on all the recipes. 382Here is a partial example table that reports on all the recipes.
383Notice the reported reason for not upgrading the ``base-passwd`` recipe. 383Notice the reported reason for not upgrading the ``base-passwd`` recipe.
384In this example, while a new version is available upstream, you do not 384In this example, while a new version is available upstream, you do not
385want to use it because the dependency on ``cdebconf`` is not easily 385want to use it because the dependency on ``cdebconf`` is not easily
386satisfied. Maintainers can explicit the reason that is shown by adding 386satisfied. Maintainers can explicit the reason that is shown by adding
387the :term:`RECIPE_NO_UPDATE_REASON` variable to the corresponding recipe. 387the :term:`RECIPE_NO_UPDATE_REASON` variable to the corresponding recipe.
388See :yocto_git:`base-passwd.bb </poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>` 388See :yocto_git:`base-passwd.bb </poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>`
389for an example. 389for an example::
390
391::
392 390
393 $ devtool check-upgrade-status 391 $ devtool check-upgrade-status
394 ... 392 ...
@@ -599,7 +597,7 @@ The ``devtool status`` command has no command-line options::
599 597
600 $ devtool status 598 $ devtool status
601 599
602Following is sample output after using 600Here is sample output after using
603:ref:`devtool add <ref-manual/devtool-reference:adding a new recipe to the workspace layer>` 601:ref:`devtool add <ref-manual/devtool-reference:adding a new recipe to the workspace layer>`
604to create and add the ``mtr_0.86.bb`` recipe to the ``workspace`` directory:: 602to create and add the ``mtr_0.86.bb`` recipe to the ``workspace`` directory::
605 603