ref-manual: Some minor fixes to the QA Checks chapter.

* For "Architecture did not match" and "Bit size did not
  match", added the missing QA check name marker [arch]

* Under the already-stripped entry, added a final sentence
  (to the paragraph before the note box)

(From yocto-docs rev: 7c3bda03a4424d1e083403266c570b34fcab9bbf)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2014-06-27 09:13:12 +03:00
committed by Richard Purdie
parent 695946e5ff
commit c74284d5d9

View File

@@ -271,7 +271,7 @@
<listitem>
<para>
<code>
Architecture did not match (&lt;machine_arch&gt; to &lt;file_arch&gt;) on &lt;file&gt;
Architecture did not match (&lt;machine_arch&gt; to &lt;file_arch&gt;) on &lt;file&gt; [arch]
</code>
</para>
@@ -310,7 +310,7 @@
<listitem>
<para>
<code>
Bit size did not match (&lt;machine_bits&gt; to &lt;file_bits&gt;) &lt;recipe&gt; on &lt;file&gt;
Bit size did not match (&lt;machine_bits&gt; to &lt;file_bits&gt;) &lt;recipe&gt; on &lt;file&gt; [arch]
</code>
</para>
@@ -946,11 +946,18 @@
In order for debugging to work on the target using
<filename>-dbg</filename> packages, this stripping must be
disabled.
</para>
<para>
Depending on the build system used by the software being
built, disabling this stripping could be as easy as
specifying an additional configure option.
If not, disabling stripping might involve patching
the build scripts.
In the latter case, look for references to "strip" or
"STRIP", or the "-s" or "-S" command-line options being
specified on the linker command line (possibly
through the compiler command line if preceded with "-Wl,").
<note>
Disabling stripping here does not mean that the final
packaged binaries will be unstripped.