ref-manual: Added the chrpath class.

(From yocto-docs rev: 48f9e29437a6e55fbd88b92e746ca6af02f35605)

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 72a29a60ab
commit 1a56dd7015
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>