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" + INHIBIT_PACKAGE_DEBUG_SPLIT + + + + Prevents the OpenEmbedded build system from splitting + out debug information during packaging. + By default, the build system splits out debugging + information during the + do_package + task. + For more information on how debug information is split out, + see the + PACKAGE_DEBUG_SPLIT_STYLE + variable. + + + + To prevent the build system from splitting out + debug information during packaging, set the + INHIBIT_PACKAGE_DEBUG_SPLIT variable + as follows: + + INHIBIT_PACKAGE_DEBUG_SPLIT = "1" + + + + + INHIBIT_PACKAGE_STRIP