summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-04 07:25:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-10 16:20:53 +0100
commit67f4fd4ffa4144174f146e19f2c07a950168330d (patch)
treeddcd43f825bda76d47d60456ff8650f81ad062ee /documentation/ref-manual/usingpoky.xml
parent58122bf0630b9d72eadd7e6e06862f15abd64711 (diff)
downloadpoky-67f4fd4ffa4144174f146e19f2c07a950168330d.tar.gz
ref-manual: Edits to buildhistory patch 1 of 5.
I did a bit of cleanup on the text from Paul's patch number 1. Just some active voice stuff mainly. (From yocto-docs rev: f08fa3da997e53c587e3f17ef908e41594654db3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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.xml44
1 files changed, 24 insertions, 20 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index c8bee36e96..3b0940f826 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -635,15 +635,15 @@
635 <title>Build History SDK Information</title> 635 <title>Build History SDK Information</title>
636 <para> 636 <para>
637 Build history collects similar information on the contents 637 Build history collects similar information on the contents
638 of SDKs (for example, <filename>meta-toolchain</filename> 638 of SDKs (e.g., <filename>meta-toolchain</filename>
639 or <filename>bitbake -c populate_sdk imagename</filename>) 639 or <filename>bitbake -c populate_sdk imagename</filename>)
640 to that which it collects for images. 640 as compared to information it collects for images.
641 The files produced for each SDK are as follows: 641 The following list shows the files produced for each SDK:
642 <itemizedlist> 642 <itemizedlist>
643 <listitem><para><filename>files-in-sdk.txt:</filename> 643 <listitem><para><filename>files-in-sdk.txt:</filename>
644 A list of files in the SDK with permissions, 644 A list of files in the SDK with permissions,
645 owner, group, size, and symlink information. 645 owner, group, size, and symlink information.
646 This includes both the host and target parts 646 This list includes both the host and target parts
647 of the SDK. 647 of the SDK.
648 </para></listitem> 648 </para></listitem>
649 <listitem><para><filename>sdk-info.txt:</filename> 649 <listitem><para><filename>sdk-info.txt:</filename>
@@ -651,16 +651,19 @@
651 about the SDK. 651 about the SDK.
652 See the following listing example for more information. 652 See the following listing example for more information.
653 </para></listitem> 653 </para></listitem>
654 <listitem><para>Under each of the <filename>host</filename> and 654 <listitem><para>The following information appears under
655 <filename>target</filename> directories (for the portions of the 655 each of the <filename>host</filename>
656 SDK that run on the host and on the target respectively): 656 and <filename>target</filename> directories
657 for the portions of the SDK that run on the host and
658 on the target, respectively:
657 <itemizedlist> 659 <itemizedlist>
658 <listitem><para><filename>depends.dot:</filename> 660 <listitem><para><filename>depends.dot:</filename>
659 Dependency graph for the SDK that is 661 Dependency graph for the SDK that is
660 compatible with <filename>graphviz</filename>. 662 compatible with <filename>graphviz</filename>.
661 </para></listitem> 663 </para></listitem>
662 <listitem><para><filename>installed-package-names.txt:</filename> 664 <listitem><para><filename>installed-package-names.txt:</filename>
663 A list of installed packages by name only.</para></listitem> 665 A list of installed packages by name only.
666 </para></listitem>
664 <listitem><para><filename>installed-package-sizes.txt:</filename> 667 <listitem><para><filename>installed-package-sizes.txt:</filename>
665 A list of installed packages ordered by size. 668 A list of installed packages ordered by size.
666 </para></listitem> 669 </para></listitem>
@@ -675,21 +678,22 @@
675 <para> 678 <para>
676 Here is an example of <filename>sdk-info.txt</filename>: 679 Here is an example of <filename>sdk-info.txt</filename>:
677 <literallayout class='monospaced'> 680 <literallayout class='monospaced'>
678DISTRO = poky 681 DISTRO = poky
679DISTRO_VERSION = 1.3+snapshot-20130327 682 DISTRO_VERSION = 1.3+snapshot-20130327
680SDK_NAME = poky-eglibc-i686-arm 683 SDK_NAME = poky-eglibc-i686-arm
681SDK_VERSION = 1.3+snapshot 684 SDK_VERSION = 1.3+snapshot
682SDKMACHINE = 685 SDKMACHINE =
683SDKIMAGE_FEATURES = dev-pkgs dbg-pkgs 686 SDKIMAGE_FEATURES = dev-pkgs dbg-pkgs
684BAD_RECOMMENDATIONS = 687 BAD_RECOMMENDATIONS =
685SDKSIZE = 352712 688 SDKSIZE = 352712
686 </literallayout> 689 </literallayout>
687 Other than <filename>SDKSIZE</filename>, which is the 690 Other than <filename>SDKSIZE</filename>, which is the
688 total size of the files in the SDK in Kbytes, the 691 total size of the files in the SDK in Kbytes, the
689 name-value pairs are variables that may have influenced the 692 name-value pairs are variables that might have influenced the
690 content of the SDK. 693 content of the SDK.
691 This information is often useful when you are trying to determine 694 This information is often useful when you are trying to
692 why a change in the package or file listings has occurred. 695 determine why a change in the package or file listings
696 has occurred.
693 </para> 697 </para>
694 </section> 698 </section>
695 699