]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
profile-manual: Added cross-reference links to INHIBIT_PACKAGE_STRIP
authorScott Rifenbark <srifenbark@gmail.com>
Mon, 6 Jun 2016 17:48:12 +0000 (10:48 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jun 2016 21:53:35 +0000 (22:53 +0100)
I added some reference links to this variable in the ref-manual
glossary.

(From yocto-docs rev: 2fe4860f99f0898fb4a850e4de133337b695dc6e)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/profile-manual/profile-manual-intro.xml
documentation/profile-manual/profile-manual-usage.xml

index cc47f5267bd446c0d2b8bde46ac71b6449f65e20..d38d61a8208a1f206afb5aff3bfdf7d9e61b7867 100644 (file)
                 By default, the Yocto build system strips symbols from the
                 binaries it packages, which makes it difficult to use some
                 of the tools.
-                </para><para>You can prevent that by putting the following
-                in your local.conf when you build the image:
+                </para><para>You can prevent that by setting the
+                <ulink url='&YOCTO_DOCS_REF_URL;#var-INHIBIT_PACKAGE_STRIP'><filename>INHIBIT_PACKAGE_STRIP</filename></ulink>
+                variable to "1" in your
+                <filename>local.conf</filename> when you build the image:
                 </para>
             </note>
             <literallayout class='monospaced'>
index 310e8f01c52f6442a431bb1bc467268bcca3567d..c0873e13ab051f18b698b2e042e2cca571e7603f 100644 (file)
 
         <para>
             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
+            <filename>local.conf</filename> file:
+            <literallayout class='monospaced'>
+     <ulink url='&YOCTO_DOCS_REF_URL;#var-INHIBIT_PACKAGE_STRIP'>INHIBIT_PACKAGE_STRIP</ulink> = "1"
+            </literallayout>
         </para>
 
         <para>
             </para>
 
             <para>
-                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
+                <filename>local.conf</filename> file when you build the image:
                 <literallayout class='monospaced'>
-     INHIBIT_PACKAGE_STRIP = "1"
+     <ulink url='&YOCTO_DOCS_REF_URL;#var-INHIBIT_PACKAGE_STRIP'>INHIBIT_PACKAGE_STRIP</ulink> = "1"
                 </literallayout>
                 However, we already have an image with the binaries stripped,
                 so what can we do to get perf to resolve the symbols? Basically