diff options
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
| -rw-r--r-- | documentation/ref-manual/tasks.rst | 31 |
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 | |||
| 438 | These tasks are typically manually triggered (e.g. by using the | 438 | These 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 | |||
| 446 | Provides information about the recipe including its upstream version and | ||
| 447 | status. The upstream version and status reveals whether or not a version | ||
| 448 | of the recipe exists upstream and a status of not updated, updated, or | ||
| 449 | unknown. | ||
| 450 | |||
| 451 | To check the upstream version and status of a recipe, use the following | ||
| 452 | devtool commands:: | ||
| 453 | |||
| 454 | $ devtool latest-version | ||
| 455 | $ devtool check-upgrade-status | ||
| 456 | |||
| 457 | See the ":ref:`ref-manual/devtool-reference:\`\`devtool\`\` quick reference`" | ||
| 458 | chapter for more information on | ||
| 459 | ``devtool``. See the ":ref:`devtool-checking-on-the-upgrade-status-of-a-recipe`" | ||
| 460 | section for information on checking the upgrade status of a recipe. | ||
| 461 | |||
| 462 | To 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 | |||
| 467 | By 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 | ||
