summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2018-09-24 08:15:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-04 14:33:50 +0100
commit1b18eaa37602dfafae64f7479bfdea2bffdd4c5e (patch)
tree88b4eac4cb51c4586ce45ccf3cffebb3e6a2c13e /documentation
parent9da59f02fca0b4d2c75a79103e6af03eb0bfcfbd (diff)
downloadpoky-1b18eaa37602dfafae64f7479bfdea2bffdd4c5e.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 05487cf83f..1bc6e2b77d 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"
9646 ".debug" previously described with the exception 9646 ".debug" previously described with the exception
9647 that no source files are installed. 9647 that no source files are installed.
9648 </para></listitem>. 9648 </para></listitem>.
9649 <listitem><para>
9650 "debug-with-srcpkg": The same behavior as
9651 ".debug" previously described with the exception
9652 that all source files are placed in a separate
9653 <filename>*-src</filename> pkg.
9654 </para></listitem>
9649 </itemizedlist> 9655 </itemizedlist>
9650 </para> 9656 </para>
9651 9657