From: Scott Rifenbark Date: Mon, 6 Jun 2016 17:48:12 +0000 (-0700) Subject: profile-manual: Added cross-reference links to INHIBIT_PACKAGE_STRIP X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25d8fac2d30f658d56ee2d27e299a560b6731299;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git profile-manual: Added cross-reference links to INHIBIT_PACKAGE_STRIP I added some reference links to this variable in the ref-manual glossary. (From yocto-docs rev: 2fe4860f99f0898fb4a850e4de133337b695dc6e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/profile-manual/profile-manual-intro.xml b/documentation/profile-manual/profile-manual-intro.xml index cc47f5267bd..d38d61a8208 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 310e8f01c52..c0873e13ab0 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