summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/devtool-reference.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-09-15 11:36:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-18 13:03:45 +0100
commit6a9e7fb0104f2f4af680be28e8cb3183a5aecf8a (patch)
treecddb896055741af54b4077dac84cd7813dd434e8 /documentation/ref-manual/devtool-reference.rst
parent6c5986ebfee69257de9caafec9896dce96c55955 (diff)
downloadpoky-6a9e7fb0104f2f4af680be28e8cb3183a5aecf8a.tar.gz
ref-manual: improve documentation for RECIPE_NO_UPDATE_REASON
This add a description of this variable to the variable index, and clarifies the explanations given in the devtool reference section. (From yocto-docs rev: 034b976addd0db6da31c4bacdbea21f2d47c00dc) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/devtool-reference.rst')
-rw-r--r--documentation/ref-manual/devtool-reference.rst13
1 files changed, 4 insertions, 9 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst
index 3e06864f76..6c5f433121 100644
--- a/documentation/ref-manual/devtool-reference.rst
+++ b/documentation/ref-manual/devtool-reference.rst
@@ -383,15 +383,10 @@ Following is a partial example table that reports on all the recipes.
383Notice the reported reason for not upgrading the ``base-passwd`` recipe. 383Notice the reported reason for not upgrading the ``base-passwd`` recipe.
384In this example, while a new version is available upstream, you do not 384In this example, while a new version is available upstream, you do not
385want to use it because the dependency on ``cdebconf`` is not easily 385want to use it because the dependency on ``cdebconf`` is not easily
386satisfied. 386satisfied. Maintainers can explicit the reason that is shown by adding
387 387the :term:`RECIPE_NO_UPDATE_REASON` variable to the corresponding recipe.
388.. note:: 388See :yocto_git:`base-passwd.bb </poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>`
389 389for an example.
390 When a reason for not upgrading displays, the reason is usually
391 written into the recipe using the ``RECIPE_NO_UPDATE_REASON``
392 variable. See the
393 :yocto_git:`base-passwd.bb </poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>`
394 recipe for an example.
395 390
396:: 391::
397 392