diff --git a/documentation/profile-manual/profile-manual-intro.xml b/documentation/profile-manual/profile-manual-intro.xml index cc47f5267b..d38d61a820 100644 --- a/documentation/profile-manual/profile-manual-intro.xml +++ b/documentation/profile-manual/profile-manual-intro.xml @@ -67,8 +67,10 @@ By default, the Yocto build system strips symbols from the binaries it packages, which makes it difficult to use some of the tools. - You can prevent that by putting the following - in your local.conf when you build the image: + You can prevent that by setting the + INHIBIT_PACKAGE_STRIP + variable to "1" in your + local.conf when you build the image: diff --git a/documentation/profile-manual/profile-manual-usage.xml b/documentation/profile-manual/profile-manual-usage.xml index 310e8f01c5..c0873e13ab 100644 --- a/documentation/profile-manual/profile-manual-usage.xml +++ b/documentation/profile-manual/profile-manual-usage.xml @@ -60,8 +60,11 @@ In particular, you'll get the most mileage out of perf if you - profile an image built with INHIBIT_PACKAGE_STRIP = "1" in your - local.conf. + profile an image built with the following in your + local.conf file: + + INHIBIT_PACKAGE_STRIP = "1" + @@ -355,10 +358,10 @@ - One way around that is to put the following in your local.conf - when you build the image: + One way around that is to put the following in your + local.conf file when you build the image: - INHIBIT_PACKAGE_STRIP = "1" + INHIBIT_PACKAGE_STRIP = "1" However, we already have an image with the binaries stripped, so what can we do to get perf to resolve the symbols? Basically