diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 07:18:00 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:53 +0000 |
| commit | 00652a816e608b1bc381529ba3888adb7795ec45 (patch) | |
| tree | 4e808b2ef208a75909e4f5797c55adb10d0e5acb | |
| parent | e30988b9c27d14bc68d5b2a69c0c7a38250bfd54 (diff) | |
| download | poky-00652a816e608b1bc381529ba3888adb7795ec45.tar.gz | |
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>
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 0f35abe2d9..f97929c208 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -1660,6 +1660,25 @@ | |||
| 1660 | </para> | 1660 | </para> |
| 1661 | </section> | 1661 | </section> |
| 1662 | 1662 | ||
| 1663 | <section id='ref-classes-relocatable'> | ||
| 1664 | <title><filename>relocatable.bbclass</filename></title> | ||
| 1665 | |||
| 1666 | <para> | ||
| 1667 | The <filename>relocatable</filename> class enables relocation of | ||
| 1668 | binaries when they are installed into the sysroot. | ||
| 1669 | </para> | ||
| 1670 | |||
| 1671 | <para> | ||
| 1672 | This class makes use of the | ||
| 1673 | <link linkend='ref-classes-chrpath'><filename>chrpath</filename></link> | ||
| 1674 | class and is used by both the | ||
| 1675 | <link linkend='ref-classes-cross'><filename>cross</filename></link> | ||
| 1676 | and | ||
| 1677 | <link linkend='ref-classes-native'><filename>native</filename></link> | ||
| 1678 | classes. | ||
| 1679 | </para> | ||
| 1680 | </section> | ||
| 1681 | |||
| 1663 | <section id='ref-classes-distutils'> | 1682 | <section id='ref-classes-distutils'> |
| 1664 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> | 1683 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> |
| 1665 | 1684 | ||
