From 25d8fac2d30f658d56ee2d27e299a560b6731299 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 Jun 2016 10:48:12 -0700 Subject: 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 --- documentation/profile-manual/profile-manual-intro.xml | 6 ++++-- documentation/profile-manual/profile-manual-usage.xml | 13 ++++++++----- 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'documentation') 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 -- cgit 1.2.3-korg