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-usage.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'documentation/profile-manual/profile-manual-usage.xml') 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 v1.2.3-54-g00ecf