From: Scott Rifenbark Date: Mon, 24 Sep 2018 15:03:10 +0000 (-0700) Subject: profile-manual: Provided links for two PACKAGE_DEBUG_SPLIT_STYLE references X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da59f02fca0b4d2c75a79103e6af03eb0bfcfbd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git profile-manual: Provided links for two PACKAGE_DEBUG_SPLIT_STYLE references (From yocto-docs rev: 5b49dc12f8102122c6b634f0c00bbd3c2f921936) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/profile-manual/profile-manual-intro.xml b/documentation/profile-manual/profile-manual-intro.xml index d38d61a8208..f16db3f0f2f 100644 --- a/documentation/profile-manual/profile-manual-intro.xml +++ b/documentation/profile-manual/profile-manual-intro.xml @@ -92,7 +92,9 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile dbg-pkgs" Additionally, in order to generate the right type of - debuginfo, we also need to add the following to local.conf: + debuginfo, we also need to set + PACKAGE_DEBUG_SPLIT_STYLE + in the local.conf file: PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory' diff --git a/documentation/profile-manual/profile-manual-usage.xml b/documentation/profile-manual/profile-manual-usage.xml index c0873e13ab0..a1b565157d0 100644 --- a/documentation/profile-manual/profile-manual-usage.xml +++ b/documentation/profile-manual/profile-manual-usage.xml @@ -375,7 +375,9 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile dbg-pkgs" Additionally, in order to generate the type of debuginfo that - perf understands, we also need to add the following to local.conf: + perf understands, we also need to set + PACKAGE_DEBUG_SPLIT_STYLE + in the local.conf file: PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory'