summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2021-04-12 11:34:21 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-15 20:18:57 +0100
commitb56736ae7699060d4925f22d4129b1e8b9c20328 (patch)
treedbe4df10d47a8dda01a7cf105bfa1e7e3edcd264 /documentation/ref-manual
parentf2a20f7bd08a0b6529e3505c0c66572bf9e6a665 (diff)
downloadpoky-b56736ae7699060d4925f22d4129b1e8b9c20328.tar.gz
ref-manual: add METADATA_REVISION and METADATA_BRANCH
These are not new variables, but we are using METADATA_REVISION in a new place and thus need to refer to it. (From yocto-docs rev: 3b80ece864e8cc06f09d3d4ee645ddeef5d4eaf6) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 19f5e34c58..f906d4efac 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4659,6 +4659,14 @@ system and gives an overview of their function and contents.
4659 :term:`MAINTAINER` 4659 :term:`MAINTAINER`
4660 The email address of the distribution maintainer. 4660 The email address of the distribution maintainer.
4661 4661
4662 :term:`METADATA_BRANCH`
4663 The branch currently checked out for the OpenEmbedded-Core layer (path
4664 determined by :term:`COREBASE`).
4665
4666 :term:`METADATA_REVISION`
4667 The revision currently checked out for the OpenEmbedded-Core layer (path
4668 determined by :term:`COREBASE`).
4669
4662 :term:`MIRRORS` 4670 :term:`MIRRORS`
4663 Specifies additional paths from which the OpenEmbedded build system 4671 Specifies additional paths from which the OpenEmbedded build system
4664 gets source code. When the build system searches for source code, it 4672 gets source code. When the build system searches for source code, it