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.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst
index c2e1c2c29b..6aa09f6d6f 100644
--- a/documentation/ref-manual/devtool-reference.rst
+++ b/documentation/ref-manual/devtool-reference.rst
@@ -385,9 +385,7 @@ want to use it because the dependency on ``cdebconf`` is not easily
385satisfied. Maintainers can explicit the reason that is shown by adding 385satisfied. Maintainers can explicit the reason that is shown by adding
386the :term:`RECIPE_NO_UPDATE_REASON` variable to the corresponding recipe. 386the :term:`RECIPE_NO_UPDATE_REASON` variable to the corresponding recipe.
387See :yocto_git:`base-passwd.bb </poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>` 387See :yocto_git:`base-passwd.bb </poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>`
388for an example. 388for an example::
389
390::
391 389
392 $ devtool check-upgrade-status 390 $ devtool check-upgrade-status
393 ... 391 ...
@@ -555,8 +553,7 @@ Use the ``devtool undeploy-target`` command to remove deployed build
555output from the target machine. For the ``devtool undeploy-target`` 553output from the target machine. For the ``devtool undeploy-target``
556command to work, you must have previously used the 554command to work, you must have previously used the
557":ref:`devtool deploy-target <ref-manual/devtool-reference:deploying your software on the target machine>`" 555":ref:`devtool deploy-target <ref-manual/devtool-reference:deploying your software on the target machine>`"
558command. 556command::
559::
560 557
561 $ devtool undeploy-target recipe target 558 $ devtool undeploy-target recipe target
562 559