From ee90cc6bf05db68372c4ede2566b8885ea9a182a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 8 Mar 2016 08:45:10 -0800 Subject: ref-manual: Updated the "Build History SDK Information" section. Added some new files to the list of files highlighted for this directory with "sdk". (From yocto-docs rev: 213371bc5c5eb00d37ace5f2b330a87e1f10b73e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/usingpoky.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index ca87962e24..223d4cfe48 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -799,6 +799,11 @@
Build History SDK Information + +The files that get copied in are controlled by the BUILDHISTORY_SDK_FILES variable. Default is to copy the local.conf, bblayers.conf, auto.conf, lockdef.inc, devtool.conf. There is a "conf" directory under "sdk" that has these files. + + + Build history collects similar information on the contents of SDKs (e.g. meta-toolchain @@ -817,6 +822,28 @@ about the SDK. See the following listing example for more information. + sstate-task-sizes: + A folder containing files that show the sizes of task + groups (e.g. do_sysroot tasks has + a total size). + + sstate-package-sizes: + A folder containing files that show the shared-state + packages in the SDK. + + conf: + A folder containing the + local.conf, + bblayers.conf, + auto.conf, + lockdef.inc, and + devtool.conf files. + By default, these files get copied into the + sdk directory. + You can control the files that get copied into this + directory by setting the + BUILDHISTORY_SDK_FILES variable. + The following information appears under each of the host and target directories -- cgit 1.2.3-korg