diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-03-27 14:22:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-31 12:14:18 +0100 |
commit | a51a7e9d87ee49ec85371728cfb2d548ebaf3ee9 (patch) | |
tree | b5813477a01e60d9fe9f456afb7d0735b88bd5ff /documentation/ref-manual | |
parent | d7c537694614576b7967d3e73e9a404c92084fcc (diff) | |
download | poky-a51a7e9d87ee49ec85371728cfb2d548ebaf3ee9.tar.gz |
ref-manual: Rewording of devtool-deploy target command caveats
Fixes [YOCTO #10350]
Based on Henry's assesment that the wording was unclear in some
spots, I did a little smithing to try and help.
(From yocto-docs rev: b52bb8d73071ad6b7a0956dec2f84a84ae1c7045)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-devtool-reference.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-devtool-reference.xml b/documentation/ref-manual/ref-devtool-reference.xml index 90330f1a35..99d5a52a0f 100644 --- a/documentation/ref-manual/ref-devtool-reference.xml +++ b/documentation/ref-manual/ref-devtool-reference.xml | |||
@@ -520,9 +520,9 @@ | |||
520 | the potential to not behave correctly when run on the target: | 520 | the potential to not behave correctly when run on the target: |
521 | <itemizedlist> | 521 | <itemizedlist> |
522 | <listitem><para> | 522 | <listitem><para> |
523 | You are deploying a new application to the target that | 523 | You are deploying a new application to the target and |
524 | has correctly defined runtime dependencies defined in | 524 | the recipe you used to build the application had |
525 | recipe you used to build the application. | 525 | correctly defined runtime dependencies. |
526 | </para></listitem> | 526 | </para></listitem> |
527 | <listitem><para> | 527 | <listitem><para> |
528 | The target does not physically have the packages on which | 528 | The target does not physically have the packages on which |