ref-manual: Added relocatable class.

(From yocto-docs rev: 74e82ac772dfc8517a7f3ea198240ca9bbe392c3)

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 e30988b9c2
commit 00652a816e
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>