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.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst
index 0ce3219831..1862c481df 100644
--- a/documentation/ref-manual/devtool-reference.rst
+++ b/documentation/ref-manual/devtool-reference.rst
@@ -403,8 +403,8 @@ Upgrading a Recipe
403 403
404As software matures, upstream recipes are upgraded to newer versions. As 404As software matures, upstream recipes are upgraded to newer versions. As
405a developer, you need to keep your local recipes up-to-date with the 405a developer, you need to keep your local recipes up-to-date with the
406upstream version releases. Several methods exist by which you can 406upstream version releases. There are several ways of upgrading recipes.
407upgrade recipes. You can read about them in the ":ref:`dev-manual/common-tasks:upgrading recipes`" 407You can read about them in the ":ref:`dev-manual/common-tasks:upgrading recipes`"
408section of the Yocto Project Development Tasks Manual. This section 408section of the Yocto Project Development Tasks Manual. This section
409overviews the ``devtool upgrade`` command. 409overviews the ``devtool upgrade`` command.
410 410
@@ -516,8 +516,8 @@ you do, the package manager is bypassed.
516 should never use it to update an image that will be used in 516 should never use it to update an image that will be used in
517 production. 517 production.
518 518
519Some conditions exist that could prevent a deployed application from 519Some conditions could prevent a deployed application from
520behaving as expected. When both of the following conditions exist, your 520behaving as expected. When both of the following conditions are met, your
521application has the potential to not behave correctly when run on the 521application has the potential to not behave correctly when run on the
522target: 522target:
523 523
@@ -528,7 +528,7 @@ target:
528- The target does not physically have the packages on which the 528- The target does not physically have the packages on which the
529 application depends installed. 529 application depends installed.
530 530
531If both of these conditions exist, your application will not behave as 531If both of these conditions are met, your application will not behave as
532expected. The reason for this misbehavior is because the 532expected. The reason for this misbehavior is because the
533``devtool deploy-target`` command does not deploy the packages (e.g. 533``devtool deploy-target`` command does not deploy the packages (e.g.
534libraries) on which your new application depends. The assumption is that 534libraries) on which your new application depends. The assumption is that