summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-08-22 16:00:20 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-22 13:04:43 +0100
commitd269a45170898a66bdfd84ebb54bc9c0030a37cb (patch)
tree851408a284230d183286089fe55c52517911356b /documentation/ref-manual/ref-variables.xml
parentc7dffc7af14a46180c9e79fc8091eac8d9831952 (diff)
downloadpoky-d269a45170898a66bdfd84ebb54bc9c0030a37cb.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 5bab8d4f24..3d4ee92e95 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3906,6 +3906,34 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3906 </glossdef> 3906 </glossdef>
3907 </glossentry> 3907 </glossentry>
3908 3908
3909 <glossentry id='var-INHIBIT_PACKAGE_DEBUG_SPLIT'><glossterm>INHIBIT_PACKAGE_DEBUG_SPLIT</glossterm>
3910 <glossdef>
3911
3912 <para>
3913 Prevents the OpenEmbedded build system from splitting
3914 out debug information during packaging.
3915 By default, the build system splits out debugging
3916 information during the
3917 <link linkend='ref-tasks-package'><filename>do_package</filename></link>
3918 task.
3919 For more information on how debug information is split out,
3920 see the
3921 <link linkend='var-PACKAGE_DEBUG_SPLIT_STYLE'><filename>PACKAGE_DEBUG_SPLIT_STYLE</filename></link>
3922 variable.
3923 </para>
3924
3925 <para>
3926 To prevent the build system from splitting out
3927 debug information during packaging, set the
3928 <filename>INHIBIT_PACKAGE_DEBUG_SPLIT</filename> variable
3929 as follows:
3930 <literallayout class='monospaced'>
3931 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
3932 </literallayout>
3933 </para>
3934 </glossdef>
3935 </glossentry>
3936
3909 <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP</glossterm> 3937 <glossentry id='var-INHIBIT_PACKAGE_STRIP'><glossterm>INHIBIT_PACKAGE_STRIP</glossterm>
3910 <glossdef> 3938 <glossdef>
3911 <para> 3939 <para>