From: Joshua Watt Date: Mon, 24 Sep 2018 15:15:30 +0000 (-0700) Subject: ref-manual: Added "debug-with-srcpkg" option to package split variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b18eaa37602dfafae64f7479bfdea2bffdd4c5e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added "debug-with-srcpkg" option to package split variable Added the "debug-with-srcpkg" option for the PACKAGE_DEBUG_SPLIT_STYLE variable. (From yocto-docs rev: 05c51e53059bf7c999a448402d60d0b16d62341b) 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 05487cf83f6..1bc6e2b77d5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9646,6 +9646,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ".debug" previously described with the exception that no source files are installed. . + + "debug-with-srcpkg": The same behavior as + ".debug" previously described with the exception + that all source files are placed in a separate + *-src pkg. +