mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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:
committed by
Richard Purdie
parent
695946e5ff
commit
c74284d5d9
@@ -271,7 +271,7 @@
|
||||
<listitem>
|
||||
<para>
|
||||
<code>
|
||||
Architecture did not match (<machine_arch> to <file_arch>) on <file>
|
||||
Architecture did not match (<machine_arch> to <file_arch>) on <file> [arch]
|
||||
</code>
|
||||
</para>
|
||||
|
||||
@@ -310,7 +310,7 @@
|
||||
<listitem>
|
||||
<para>
|
||||
<code>
|
||||
Bit size did not match (<machine_bits> to <file_bits>) <recipe> on <file>
|
||||
Bit size did not match (<machine_bits> to <file_bits>) <recipe> on <file> [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.
|
||||
|
||||
Reference in New Issue
Block a user