summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
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>