summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-qa-checks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-27 09:13:12 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:10 +0100
commitc74284d5d93ea68302d9a3864cd746e6c4cd47de (patch)
treef0caf80bc261b13db2305dd1b04477689da494d3 /documentation/ref-manual/ref-qa-checks.xml
parent695946e5ff12382787fadc44bc805e342521befd (diff)
downloadpoky-c74284d5d93ea68302d9a3864cd746e6c4cd47de.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-qa-checks.xml')
-rw-r--r--documentation/ref-manual/ref-qa-checks.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml
index 43a0bd0b52..15c1bbe4f5 100644
--- a/documentation/ref-manual/ref-qa-checks.xml
+++ b/documentation/ref-manual/ref-qa-checks.xml
@@ -271,7 +271,7 @@
271 <listitem> 271 <listitem>
272 <para> 272 <para>
273 <code> 273 <code>
274 Architecture did not match (&lt;machine_arch&gt; to &lt;file_arch&gt;) on &lt;file&gt; 274 Architecture did not match (&lt;machine_arch&gt; to &lt;file_arch&gt;) on &lt;file&gt; [arch]
275 </code> 275 </code>
276 </para> 276 </para>
277 277
@@ -310,7 +310,7 @@
310 <listitem> 310 <listitem>
311 <para> 311 <para>
312 <code> 312 <code>
313 Bit size did not match (&lt;machine_bits&gt; to &lt;file_bits&gt;) &lt;recipe&gt; on &lt;file&gt; 313 Bit size did not match (&lt;machine_bits&gt; to &lt;file_bits&gt;) &lt;recipe&gt; on &lt;file&gt; [arch]
314 </code> 314 </code>
315 </para> 315 </para>
316 316
@@ -946,11 +946,18 @@
946 In order for debugging to work on the target using 946 In order for debugging to work on the target using
947 <filename>-dbg</filename> packages, this stripping must be 947 <filename>-dbg</filename> packages, this stripping must be
948 disabled. 948 disabled.
949 </para>
950
951 <para>
949 Depending on the build system used by the software being 952 Depending on the build system used by the software being
950 built, disabling this stripping could be as easy as 953 built, disabling this stripping could be as easy as
951 specifying an additional configure option. 954 specifying an additional configure option.
952 If not, disabling stripping might involve patching 955 If not, disabling stripping might involve patching
953 the build scripts. 956 the build scripts.
957 In the latter case, look for references to "strip" or
958 "STRIP", or the "-s" or "-S" command-line options being
959 specified on the linker command line (possibly
960 through the compiler command line if preceded with "-Wl,").
954 <note> 961 <note>
955 Disabling stripping here does not mean that the final 962 Disabling stripping here does not mean that the final
956 packaged binaries will be unstripped. 963 packaged binaries will be unstripped.