summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-11-03 12:31:08 +0100
committerSteve Sakoman <steve@sakoman.com>2023-11-28 05:00:32 -1000
commit942c66a9fbf4c8b4bc018d3994a708c5ae232a30 (patch)
tree16345a9c504e9be19f210f6ffa04244b0e422892 /documentation
parent12643571ec8256e7051cd3cf029cdf96d72993a8 (diff)
downloadpoky-942c66a9fbf4c8b4bc018d3994a708c5ae232a30.tar.gz
ref-manual: variables: add RECIPE_MAINTAINER
(From yocto-docs rev: 97661c8583e3be2ee992d2c0a158554086f6d038) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 5a34ea7856..a75581f2fd 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6463,6 +6463,22 @@ system and gives an overview of their function and contents.
6463 BitBake User Manual for additional information on tasks and 6463 BitBake User Manual for additional information on tasks and
6464 dependencies. 6464 dependencies.
6465 6465
6466 :term:`RECIPE_MAINTAINER`
6467 This variable defines the name and e-mail address of the maintainer of a
6468 recipe. Such information can be used by human users submitted changes,
6469 and by automated tools to send notifications, for example about
6470 vulnerabilities or source updates.
6471
6472 The variable can be defined in a global distribution :oe_git:`maintainers.inc
6473 </openembedded-core/tree/meta/conf/distro/include/maintainers.inc>` file::
6474
6475 meta/conf/distro/include/maintainers.inc:RECIPE_MAINTAINER:pn-sysvinit = "Ross Burton <ross.burton@arm.com>"
6476
6477 It can also be directly defined in a recipe,
6478 for example in the ``libgpiod`` one::
6479
6480 RECIPE_MAINTAINER = "Bartosz Golaszewski <brgl@bgdev.pl>"
6481
6466 :term:`RECIPE_NO_UPDATE_REASON` 6482 :term:`RECIPE_NO_UPDATE_REASON`
6467 If a recipe should not be replaced by a more recent upstream version, 6483 If a recipe should not be replaced by a more recent upstream version,
6468 putting the reason why in this variable in a recipe allows 6484 putting the reason why in this variable in a recipe allows