summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-classes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 21e4623446..64ac3a7eea 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -368,6 +368,18 @@
368 </para> 368 </para>
369</section> 369</section>
370 370
371<section id='ref-classes-chrpath'>
372 <title><filename>chrpath.bbclass</filename></title>
373
374 <para>
375 The change runtime search path (<filename>chrpath</filename>) class
376 is a wrapper around the "chrpath" utility, which is used during the
377 build process for <filename>nativesdk</filename> recipes to change
378 <filename>RPATH</filename> records within binaries in order to make
379 them relocatable.
380 </para>
381</section>
382
371<section id='ref-classes-ccache'> 383<section id='ref-classes-ccache'>
372 <title><filename>ccache.bbclass</filename></title> 384 <title><filename>ccache.bbclass</filename></title>
373 385