ref-manual: Added the chrpath class.

(From yocto-docs rev: 78b9857608d14d12ebf48e0247f605d540a01d46)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-11-26 10:42:33 -08:00 committed by Richard Purdie
parent 1ad623c206
commit 70b503dc97
1 changed files with 12 additions and 0 deletions

View File

@ -368,6 +368,18 @@
</para>
</section>
<section id='ref-classes-chrpath'>
<title><filename>chrpath.bbclass</filename></title>
<para>
The change runtime search path (<filename>chrpath</filename>) class
is a wrapper around the "chrpath" utility, which is used during the
build process for <filename>nativesdk</filename> recipes to change
<filename>RPATH</filename> records within binaries in order to make
them relocatable.
</para>
</section>
<section id='ref-classes-ccache'>
<title><filename>ccache.bbclass</filename></title>