summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/profile-manual/profile-manual-intro.xml4
-rw-r--r--documentation/profile-manual/profile-manual-usage.xml4
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 @@
92 EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile dbg-pkgs" 92 EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile dbg-pkgs"
93 </literallayout> 93 </literallayout>
94 Additionally, in order to generate the right type of 94 Additionally, in order to generate the right type of
95 debuginfo, we also need to add the following to local.conf: 95 debuginfo, we also need to set
96 <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_DEBUG_SPLIT_STYLE'><filename>PACKAGE_DEBUG_SPLIT_STYLE</filename></ulink>
97 in the <filename>local.conf</filename> file:
96 <literallayout class='monospaced'> 98 <literallayout class='monospaced'>
97 PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory' 99 PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory'
98 </literallayout> 100 </literallayout>
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 @@
375 EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile dbg-pkgs" 375 EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile dbg-pkgs"
376 </literallayout> 376 </literallayout>
377 Additionally, in order to generate the type of debuginfo that 377 Additionally, in order to generate the type of debuginfo that
378 perf understands, we also need to add the following to local.conf: 378 perf understands, we also need to set
379 <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_DEBUG_SPLIT_STYLE'><filename>PACKAGE_DEBUG_SPLIT_STYLE</filename></ulink>
380 in the <filename>local.conf</filename> file:
379 <literallayout class='monospaced'> 381 <literallayout class='monospaced'>
380 PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory' 382 PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory'
381 </literallayout> 383 </literallayout>