summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/tasks.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-09-15 11:02:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-18 13:03:45 +0100
commitb931182b5b6320975d655dac38e5b14cfeac70af (patch)
tree1356420dc2ced11395f6a5a287b29daa18594e6b /documentation/ref-manual/tasks.rst
parentd6966a39f2d3f63c7e244e2e536564c8ceb9aa17 (diff)
downloadpoky-b931182b5b6320975d655dac38e5b14cfeac70af.tar.gz
ref-manual: remove checkpkg task
It doesn't exist any more and its functionality is now taken care of by "devtool check-upgrade-status" (From yocto-docs rev: 9c155e91dc57cb49b97805805e802330188a2c04) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r--documentation/ref-manual/tasks.rst31
1 files changed, 0 insertions, 31 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index ecc701856c..4edae33392 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -438,37 +438,6 @@ Manually Called Tasks
438These tasks are typically manually triggered (e.g. by using the 438These tasks are typically manually triggered (e.g. by using the
439``bitbake -c`` command-line option): 439``bitbake -c`` command-line option):
440 440
441.. _ref-tasks-checkpkg:
442
443``do_checkpkg``
444---------------
445
446Provides information about the recipe including its upstream version and
447status. The upstream version and status reveals whether or not a version
448of the recipe exists upstream and a status of not updated, updated, or
449unknown.
450
451To check the upstream version and status of a recipe, use the following
452devtool commands::
453
454 $ devtool latest-version
455 $ devtool check-upgrade-status
456
457See the ":ref:`ref-manual/devtool-reference:\`\`devtool\`\` quick reference`"
458chapter for more information on
459``devtool``. See the ":ref:`devtool-checking-on-the-upgrade-status-of-a-recipe`"
460section for information on checking the upgrade status of a recipe.
461
462To build the ``checkpkg`` task, use the ``bitbake`` command with the
463"-c" option and task name::
464
465 $ bitbake core-image-minimal -c checkpkg
466
467By default, the results are stored in :term:`$LOG_DIR <LOG_DIR>` (e.g.
468``$BUILD_DIR/tmp/log``).
469
470.. _ref-tasks-checkuri:
471
472``do_checkuri`` 441``do_checkuri``
473--------------- 442---------------
474 443