diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 16 |
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 |
