summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual/profile-manual-intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/profile-manual/profile-manual-intro.rst')
-rw-r--r--documentation/profile-manual/profile-manual-intro.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/profile-manual/profile-manual-intro.rst b/documentation/profile-manual/profile-manual-intro.rst
index d4d0ba4dc8..5d51df74dc 100644
--- a/documentation/profile-manual/profile-manual-intro.rst
+++ b/documentation/profile-manual/profile-manual-intro.rst
@@ -51,7 +51,7 @@ well e.g.: $ bitbake core-image-sato
51 it packages, which makes it difficult to use some of the tools. 51 it packages, which makes it difficult to use some of the tools.
52 52
53 You can prevent that by setting the 53 You can prevent that by setting the
54 ```INHIBIT_PACKAGE_STRIP`` <&YOCTO_DOCS_REF_URL;#var-INHIBIT_PACKAGE_STRIP>`__ 54 :term:`INHIBIT_PACKAGE_STRIP`
55 variable to "1" in your ``local.conf`` when you build the image: 55 variable to "1" in your ``local.conf`` when you build the image:
56 56
57INHIBIT_PACKAGE_STRIP = "1" The above setting will noticeably increase 57INHIBIT_PACKAGE_STRIP = "1" The above setting will noticeably increase
@@ -64,6 +64,6 @@ To generate debug info for packages, you can add dbg-pkgs to
64EXTRA_IMAGE_FEATURES in local.conf. For example: EXTRA_IMAGE_FEATURES = 64EXTRA_IMAGE_FEATURES in local.conf. For example: EXTRA_IMAGE_FEATURES =
65"debug-tweaks tools-profile dbg-pkgs" Additionally, in order to generate 65"debug-tweaks tools-profile dbg-pkgs" Additionally, in order to generate
66the right type of debuginfo, we also need to set 66the right type of debuginfo, we also need to set
67```PACKAGE_DEBUG_SPLIT_STYLE`` <&YOCTO_DOCS_REF_URL;#var-PACKAGE_DEBUG_SPLIT_STYLE>`__ 67:term:`PACKAGE_DEBUG_SPLIT_STYLE`
68in the ``local.conf`` file: PACKAGE_DEBUG_SPLIT_STYLE = 68in the ``local.conf`` file: PACKAGE_DEBUG_SPLIT_STYLE =
69'debug-file-directory' 69'debug-file-directory'