ref-manual: Added relocatable class.

(From yocto-docs rev: 6a5c2d42f4eab1e27e71e85b4ef4c91d468dc553)

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-12-04 07:18:00 -06:00 committed by Richard Purdie
parent 08c105e9ad
commit 4edb41b9a7
1 changed files with 19 additions and 0 deletions

View File

@ -1660,6 +1660,25 @@
</para>
</section>
<section id='ref-classes-relocatable'>
<title><filename>relocatable.bbclass</filename></title>
<para>
The <filename>relocatable</filename> class enables relocation of
binaries when they are installed into the sysroot.
</para>
<para>
This class makes use of the
<link linkend='ref-classes-chrpath'><filename>chrpath</filename></link>
class and is used by both the
<link linkend='ref-classes-cross'><filename>cross</filename></link>
and
<link linkend='ref-classes-native'><filename>native</filename></link>
classes.
</para>
</section>
<section id='ref-classes-distutils'>
<title>Python Extensions - <filename>distutils.bbclass</filename></title>