From 2da4610ba7dd66c0956a7c8ed573b7da5d7e437a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 24 Feb 2014 16:13:35 -0600 Subject: ref-manual: Added BUILDHISTORY_SDK variable. (From yocto-docs rev: 41ee162c260c1c9b6b691f9052af53ff469b73df) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 @@ + 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 -- cgit v1.2.3-54-g00ecf