From: Joshua Watt Date: Wed, 30 Jan 2019 22:36:57 +0000 (-0800) Subject: ref-manual: Update default value for PACKAGE_DEBUG_SPLIT_STYLE X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d7db0fb1c6105b28244f4491eda485b4b6f3311;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Update default value for PACKAGE_DEBUG_SPLIT_STYLE The new default is "debug-with-srcpkg" (From yocto-docs rev: b427e7c2d9f6efca7e0867cc8e508d4e941c5a09) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4b243a12dd6..8e30f47bafd 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9976,7 +9976,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" /bin/.debug. Source files are placed in /usr/src/debug. - This is the default behavior. "debug-file-directory": Debug symbol files are @@ -10000,6 +9999,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ".debug" previously described with the exception that all source files are placed in a separate *-src pkg. + This is the default behavior.