diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-08 08:45:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-11 23:06:05 +0000 |
commit | ee90cc6bf05db68372c4ede2566b8885ea9a182a (patch) | |
tree | cb61c724849af6ba03b6d1f7611300da8d204a65 /documentation/ref-manual/usingpoky.xml | |
parent | 53dd8a06ec2de39920a686d5e09ed5b90865ac2d (diff) | |
download | poky-ee90cc6bf05db68372c4ede2566b8885ea9a182a.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 27 |
1 files changed, 27 insertions, 0 deletions
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 @@ | |||
799 | 799 | ||
800 | <section id='build-history-sdk-information'> | 800 | <section id='build-history-sdk-information'> |
801 | <title>Build History SDK Information</title> | 801 | <title>Build History SDK Information</title> |
802 | |||
803 | 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. | ||
804 | |||
805 | |||
806 | |||
802 | <para> | 807 | <para> |
803 | Build history collects similar information on the contents | 808 | Build history collects similar information on the contents |
804 | of SDKs (e.g. <filename>meta-toolchain</filename> | 809 | of SDKs (e.g. <filename>meta-toolchain</filename> |
@@ -817,6 +822,28 @@ | |||
817 | about the SDK. | 822 | about the SDK. |
818 | See the following listing example for more information. | 823 | See the following listing example for more information. |
819 | </para></listitem> | 824 | </para></listitem> |
825 | <listitem><para><filename>sstate-task-sizes:</filename> | ||
826 | A folder containing files that show the sizes of task | ||
827 | groups (e.g. <filename>do_sysroot</filename> tasks has | ||
828 | a total size). | ||
829 | </para></listitem> | ||
830 | <listitem><para><filename>sstate-package-sizes:</filename> | ||
831 | A folder containing files that show the shared-state | ||
832 | packages in the SDK. | ||
833 | </para></listitem> | ||
834 | <listitem><para><filename>conf:</filename> | ||
835 | A folder containing the | ||
836 | <filename>local.conf</filename>, | ||
837 | <filename>bblayers.conf</filename>, | ||
838 | <filename>auto.conf</filename>, | ||
839 | <filename>lockdef.inc</filename>, and | ||
840 | <filename>devtool.conf</filename> files. | ||
841 | By default, these files get copied into the | ||
842 | <filename>sdk</filename> directory. | ||
843 | You can control the files that get copied into this | ||
844 | directory by setting the | ||
845 | <filename>BUILDHISTORY_SDK_FILES</filename> variable. | ||
846 | </para></listitem> | ||
820 | <listitem><para>The following information appears under | 847 | <listitem><para>The following information appears under |
821 | each of the <filename>host</filename> | 848 | each of the <filename>host</filename> |
822 | and <filename>target</filename> directories | 849 | and <filename>target</filename> directories |