summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.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/variables.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/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 24e7772270..5c02033a54 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8497,7 +8497,7 @@ system and gives an overview of their function and contents.
8497 8497
8498 :term:`UPSTREAM_CHECK_GITTAGREGEX` 8498 :term:`UPSTREAM_CHECK_GITTAGREGEX`
8499 You can perform a per-recipe check for what the latest upstream 8499 You can perform a per-recipe check for what the latest upstream
8500 source code version is by calling ``bitbake -c checkpkg`` recipe. If 8500 source code version is by calling ``devtool latest-version recipe``. If
8501 the recipe source code is provided from Git repositories, the 8501 the recipe source code is provided from Git repositories, the
8502 OpenEmbedded build system determines the latest upstream version by 8502 OpenEmbedded build system determines the latest upstream version by
8503 picking the latest tag from the list of all repository tags. 8503 picking the latest tag from the list of all repository tags.
@@ -8520,7 +8520,7 @@ system and gives an overview of their function and contents.
8520 8520
8521 :term:`UPSTREAM_CHECK_URI` 8521 :term:`UPSTREAM_CHECK_URI`
8522 You can perform a per-recipe check for what the latest upstream 8522 You can perform a per-recipe check for what the latest upstream
8523 source code version is by calling ``bitbake -c checkpkg`` recipe. If 8523 source code version is by calling ``devtool latest-version recipe``. If
8524 the source code is provided from tarballs, the latest version is 8524 the source code is provided from tarballs, the latest version is
8525 determined by fetching the directory listing where the tarball is and 8525 determined by fetching the directory listing where the tarball is and
8526 attempting to find a later tarball. When this approach does not work, 8526 attempting to find a later tarball. When this approach does not work,