summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-07-09 08:22:24 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-16 21:59:31 +0100
commit84fbf8632d78afa82d04d39cb89c19b822849dfb (patch)
treee620ce537a08cebbde0ede72267fbf6f20bf8d8d /documentation/ref-manual
parent5a6fb291ad16ce4110e65adf2d29e8ccfe6fa25a (diff)
downloadpoky-84fbf8632d78afa82d04d39cb89c19b822849dfb.tar.gz
ref-manual: Document BUILDHISTORY_PATH_PREFIX_STRIP
(From yocto-docs rev: c834fab46794233864e6bcb587ab75f2bfa1631c) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 354721d1a8..3de37a1ab5 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1021,6 +1021,20 @@ system and gives an overview of their function and contents.
1021 1021
1022 BUILDHISTORY_IMAGE_FILES ?= "/etc/passwd /etc/group" 1022 BUILDHISTORY_IMAGE_FILES ?= "/etc/passwd /etc/group"
1023 1023
1024 :term:`BUILDHISTORY_PATH_PREFIX_STRIP`
1025 When inheriting the :ref:`buildhistory <ref-classes-buildhistory>`
1026 class, this variable specifies a common path prefix that should be
1027 stripped off the beginning of paths in the task signature list when the
1028 ``task`` feature is active in :term:`BUILDHISTORY_FEATURES`. This can be
1029 useful when build history is populated from multiple sources that may not
1030 all use the same top level directory.
1031
1032 By default, the ``buildhistory`` class sets the variable as follows::
1033
1034 BUILDHISTORY_PATH_PREFIX_STRIP ?= ""
1035
1036 In this case, no prefixes will be stripped.
1037
1024 :term:`BUILDHISTORY_PUSH_REPO` 1038 :term:`BUILDHISTORY_PUSH_REPO`
1025 When inheriting the :ref:`buildhistory <ref-classes-buildhistory>` 1039 When inheriting the :ref:`buildhistory <ref-classes-buildhistory>`
1026 class, this variable optionally specifies a remote repository to 1040 class, this variable optionally specifies a remote repository to