diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-28 18:47:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-18 11:30:38 +0100 |
commit | 4f08ca238e52bde19999ad1a7bdc8dfbd4e9df3f (patch) | |
tree | 37243f83e68cb75021ef7a8ea93464152987fd29 | |
parent | 45115e603f5fdd660a76ec2632205f6d6df082ee (diff) | |
download | poky-4f08ca238e52bde19999ad1a7bdc8dfbd4e9df3f.tar.gz poky-4f08ca238e52bde19999ad1a7bdc8dfbd4e9df3f.tar.bz2 poky-4f08ca238e52bde19999ad1a7bdc8dfbd4e9df3f.zip |
ref-manual: do_checkpkg - added link to checking upgrade status
I show the "devtool check-upgrade-status" command as part of
the "do_checkpkg" task section. I added a cross-reference
link to the "Checking on the Upgrade Status of a Recipe"
section in the ref-manual.
(From yocto-docs rev: d1bc8b9c3bb6d40fb8401e93b46088e965e2d956)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index c7e83cf735..734a5a752d 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -618,6 +618,9 @@ See the "<link linkend='ref-devtool-reference'><filename>devtool</filename> Quick Reference</link>" chapter for more information on <filename>devtool</filename>. + See the + "<ulink url='&YOCTO_DOCS_REF_URL;#devtool-checking-on-the-upgrade-status-of-a-recipe'>Checking on the Upgrade Status of a Recipe</ulink>" + section for information on checking the upgrade status of a recipe. </para> <para> |