ref-manual: Added new INHIBIT_PACKAGE_DEBUG_SPLIT variable to glossary.

(From yocto-docs rev: 72a24adb61038536d665f139d4c0f381814b198b)

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-08-22 16:00:20 +03:00
committed by Richard Purdie
parent c7dffc7af1
commit d269a45170

View File

@@ -3906,6 +3906,34 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
<glossentry id='var-INHIBIT_PACKAGE_DEBUG_SPLIT'><glossterm>INHIBIT_PACKAGE_DEBUG_SPLIT</glossterm>
<glossdef>
<para>
Prevents the OpenEmbedded build system from splitting
out debug information during packaging.
By default, the build system splits out debugging
information during the
<link linkend='ref-tasks-package'><filename>do_package</filename></link>
task.
For more information on how debug information is split out,
see the
<link linkend='var-PACKAGE_DEBUG_SPLIT_STYLE'><filename>PACKAGE_DEBUG_SPLIT_STYLE</filename></link>
variable.
</para>
<para>
To prevent the build system from splitting out
debug information during packaging, set the
<filename>INHIBIT_PACKAGE_DEBUG_SPLIT</filename> variable
as follows:
<literallayout class='monospaced'>
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
</literallayout>
</para>
</glossdef>
</glossentry>
<glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP</glossterm>
<glossdef>
<para>