From 4a39d82139a0eddc8ed0140f5c3e1a3a89564ab5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 24 Feb 2014 14:44:49 -0600 Subject: ref-manual: Added BUILDHISTORY_FEATURES to glossary. Fixes [YOCTO #5855] Added this new variable to the glossary. (From yocto-docs rev: 72e31962ecb3289c3f986ecb54a5590b5101067d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 030c422c57..6fd953df6c 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -896,6 +896,47 @@ + BUILDHISTORY_FEATURES + + + When inheriting the + buildhistory + class, specifies the build history features the + OpenEmbedded build system uses. + For more information on how build history works, see the + "Maintaining Build Output Quality" + section. + + + + You can specify three features in the form of a + space-separated list: + + image: + Analysis of the contents of images, which + includes the list of installed packages among other + things. + + package: + Analysis of the contents of individual packages. + + sdk: + Analysis of the contents of the software + development kit (SDK). + + + + + + By default, the buildhistory class + enables all three features: + + BUILDHISTORY_FEATURES ?= "image package sdk" + + + + + BUILDSTATS_BASE -- cgit v1.2.3-54-g00ecf