From 9da59f02fca0b4d2c75a79103e6af03eb0bfcfbd Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 24 Sep 2018 08:03:10 -0700 Subject: 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 --- documentation/profile-manual/profile-manual-intro.xml | 4 +++- documentation/profile-manual/profile-manual-usage.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/documentation/profile-manual/profile-manual-intro.xml b/documentation/profile-manual/profile-manual-intro.xml index d38d61a820..f16db3f0f2 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 c0873e13ab..a1b565157d 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' -- cgit v1.2.3-54-g00ecf