summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-06 13:48:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 08:42:17 +0100
commit1931dfc1cb3ee14a4b606e3f3d0be8f334d9187c (patch)
tree5920afc56e29214dd5c08b79109d5999b0aac170 /documentation
parent2be23abe859ef99faafda9d2aa24d852d7e0b522 (diff)
downloadpoky-1931dfc1cb3ee14a4b606e3f3d0be8f334d9187c.tar.gz
ref-manual: Updated the INHIBIT_PACKAGE_STRIP variable
Fixes [YOCTO #9553] Added detail to this variable description. (From yocto-docs rev: 2be60cd54cc8ca55a25c3ec9f9af0231fe09d5a7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 0252757943..e29f359af1 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5976,7 +5976,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5976 <glossdef> 5976 <glossdef>
5977 <para role="glossdeffirst"> 5977 <para role="glossdeffirst">
5978<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 5978<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
5979 If set to "1", causes the build to not strip binaries in resulting packages. 5979 If set to "1", causes the build to not strip binaries in
5980 resulting packages and prevents the
5981 <filename>-dbg</filename> package from containing the
5982 source files.
5983 </para>
5984
5985 <para>
5986 By default, the OpenEmbedded build system strips
5987 binaries and puts the debugging symbols into
5988 <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}-dbg</filename>.
5989 Consequently, you should not set
5990 <filename>INHIBIT_PACKAGE_STRIP</filename> when you plan
5991 to debug in general.
5980 </para> 5992 </para>
5981 </glossdef> 5993 </glossdef>
5982 </glossentry> 5994 </glossentry>