From 1931dfc1cb3ee14a4b606e3f3d0be8f334d9187c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 Jun 2016 13:48:01 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'documentation') 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" - If set to "1", causes the build to not strip binaries in resulting packages. + If set to "1", causes the build to not strip binaries in + resulting packages and prevents the + -dbg package from containing the + source files. + + + + By default, the OpenEmbedded build system strips + binaries and puts the debugging symbols into + ${PN}-dbg. + Consequently, you should not set + INHIBIT_PACKAGE_STRIP when you plan + to debug in general. -- cgit v1.2.3-54-g00ecf