diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-02-24 16:13:35 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:36 +0000 |
commit | 2da4610ba7dd66c0956a7c8ed573b7da5d7e437a (patch) | |
tree | af5a839b51e235823722b96584509a28b7c4e3e6 /documentation | |
parent | 98fee9be6ccf94ac6246d752eb45a29d057b18f7 (diff) | |
download | poky-2da4610ba7dd66c0956a7c8ed573b7da5d7e437a.tar.gz |
ref-manual: Added BUILDHISTORY_SDK variable.
(From yocto-docs rev: 41ee162c260c1c9b6b691f9052af53ff469b73df)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7425013703..347b591b1f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -965,6 +965,30 @@ | |||
965 | </glossdef> | 965 | </glossdef> |
966 | </glossentry> | 966 | </glossentry> |
967 | 967 | ||
968 | <glossentry id='var-BUILDHISTORY_DIR_SDK'><glossterm>BUILDHISTORY_DIR_SDK</glossterm> | ||
969 | <glossdef> | ||
970 | <para> | ||
971 | When inheriting the | ||
972 | <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link> | ||
973 | class, specifies the name of the software development kit | ||
974 | (SDK) analyzed using the build history feature. | ||
975 | For more information on how the variable works, see the | ||
976 | <filename>buildhistory.class</filename>. | ||
977 | For more information on how build history works, see the | ||
978 | "<link linkend='maintaining-build-output-quality'>Maintaining Build Output Quality</link>" | ||
979 | section. | ||
980 | </para> | ||
981 | |||
982 | <para> | ||
983 | By default, the <filename>buildhistory</filename> class | ||
984 | sets the SDK name as follows: | ||
985 | <literallayout class='monospaced'> | ||
986 | BUILDHISTORY_DIR_SDK = "${BUILDHISTORY_DIR}/sdk/${SDK_NAME}/${IMAGE_BASENAME}" | ||
987 | </literallayout> | ||
988 | </para> | ||
989 | </glossdef> | ||
990 | </glossentry> | ||
991 | |||
968 | <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm> | 992 | <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm> |
969 | <glossdef> | 993 | <glossdef> |
970 | <para> | 994 | <para> |