diff options
Diffstat (limited to 'documentation/profile-manual/usage.rst')
-rw-r--r-- | documentation/profile-manual/usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/profile-manual/usage.rst b/documentation/profile-manual/usage.rst index 17be149580..d17b256d0f 100644 --- a/documentation/profile-manual/usage.rst +++ b/documentation/profile-manual/usage.rst | |||
@@ -308,7 +308,7 @@ install the debugging information for the BusyBox package. | |||
308 | To generate the debug info for the packages in the image, we can add | 308 | To generate the debug info for the packages in the image, we can add |
309 | ``dbg-pkgs`` to :term:`EXTRA_IMAGE_FEATURES` in ``local.conf``. For example:: | 309 | ``dbg-pkgs`` to :term:`EXTRA_IMAGE_FEATURES` in ``local.conf``. For example:: |
310 | 310 | ||
311 | EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile dbg-pkgs" | 311 | EXTRA_IMAGE_FEATURES:append = " dbg-pkgs" |
312 | 312 | ||
313 | Additionally, in order to generate the type of debugging information that perf | 313 | Additionally, in order to generate the type of debugging information that perf |
314 | understands, we also need to set :term:`PACKAGE_DEBUG_SPLIT_STYLE` | 314 | understands, we also need to set :term:`PACKAGE_DEBUG_SPLIT_STYLE` |