From f3927f3271b8cb333debb3097c460a44d104223d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 25 Feb 2014 18:55:47 -0600 Subject: ref-manual: Added BUILDHISTORY_IMAGE_FILES to glossary. (From yocto-docs rev: 464939341e9435106719387b5043dc1c7f4fb96a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 103 ++++++++--------------------- 1 file changed, 29 insertions(+), 74 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 347b591b1f..861be8d2a7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -917,85 +917,12 @@ - BUILDHISTORY_DIR_IMAGE - - - When inheriting the - buildhistory - class, specifies the base name of the image analyzed using - the build history feature. - For more information on how the variable works, see the - buildhistory.class. - For more information on how build history works, see the - "Maintaining Build Output Quality" - section. - - - - By default, the buildhistory class - sets the image name as follows: - - BUILDHISTORY_DIR_IMAGE = "${BUILDHISTORY_DIR}/images/${MACHINE_ARCH}/${TCLIBC}/${IMAGE_BASENAME}" - - - - - - BUILDHISTORY_DIR_PACKAGE - - - When inheriting the - buildhistory - class, specifies the name of the package analyzed using - the build history feature. - For more information on how the variable works, see the - buildhistory.class. - For more information on how build history works, see the - "Maintaining Build Output Quality" - section. - - - - By default, the buildhistory class - sets the package name as follows: - - BUILDHISTORY_DIR_PACKAGE = "${BUILDHISTORY_DIR}/packages/${MULTIMACH_TARGET_SYS}/${PN}" - - - - - - BUILDHISTORY_DIR_SDK - - - When inheriting the - buildhistory - class, specifies the name of the software development kit - (SDK) analyzed using the build history feature. - For more information on how the variable works, see the - buildhistory.class. - For more information on how build history works, see the - "Maintaining Build Output Quality" - section. - - - - By default, the buildhistory class - sets the SDK name as follows: - - BUILDHISTORY_DIR_SDK = "${BUILDHISTORY_DIR}/sdk/${SDK_NAME}/${IMAGE_BASENAME}" - - - - - BUILDHISTORY_FEATURES When inheriting the buildhistory - class, specifies the build history features the - OpenEmbedded build system uses. + class, specifies the build history features to be enabled. For more information on how build history works, see the "Maintaining Build Output Quality" section. @@ -1030,6 +957,34 @@ + BUILDHISTORY_IMAGE_FILES + + + When inheriting the + buildhistory + class, specifies a list of paths to files copied from the + image contents into the build history directory under + an "image-files" directory in the directory for + the image, so that you can track the contents of each file. + The default is to copy /etc/passwd + and /etc/group, which allows you to + monitor for changes in user and group entries. + You can modify the list to include any file. + Specifying an invalid path does not produce an error. + Consequently, you can include files that might + not always be present. + + + + By default, the buildhistory class + provides paths to the following files: + + BUILDHISTORY_IMAGE_FILES ?= "/etc/passwd /etc/group" + + + + + BUILDSTATS_BASE -- cgit v1.2.3-54-g00ecf