]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Active voice applied to "Debugging" section.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 26 Mar 2013 19:02:28 +0000 (12:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:12:52 +0000 (14:12 +0100)
(From yocto-docs rev: 891d6b7eed39c457334ed0956d41f4c873392855)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/technical-details.xml

index 07427b4c9c3653bf4964d37d0e18bec08a944d72..73d27c40ce954a190bb4da7511d8f53aa232117c 100644 (file)
                 <itemizedlist>
                     <listitem><para>Whenever a shared state package is written out, so is a
                         corresponding <filename>.siginfo</filename> file.
-                        This practice results in a pickled python database of all
+                        This practice results in a pickled Python database of all
                         the metadata that went into creating the hash for a given shared state
                         package.</para></listitem>
-                    <listitem><para>If BitBake is run with the <filename>--dump-signatures</filename>
+                    <listitem><para>If you run BitBake with the <filename>--dump-signatures</filename>
                         (or <filename>-S</filename>) option, BitBake dumps out
                         <filename>.siginfo</filename> files in
                         the stamp directory for every task it would have executed instead of
                         building the specified target package.</para></listitem>
                     <listitem><para>There is a <filename>bitbake-diffsigs</filename> command that
-                        can process these <filename>.siginfo</filename> files.
-                        If one file is specified, it will dump out the dependency
+                        can process <filename>.siginfo</filename> files.
+                        If you specify one of these files, BitBake dumps out the dependency
                         information in the file.
-                        If two files are specified, it will compare the two files and dump out
+                        If you specify two files, BitBake compares the two files and dumps out
                         the differences between the two.
-                        This allows the question of "What changed between X and Y?" to be
-                        answered easily.</para></listitem>
+                        This more easily helps answer the question of "What 
+                        changed between X and Y?"</para></listitem>
                 </itemizedlist>
             </para>
         </section>