diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-26 10:42:33 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:27 +0000 |
| commit | 70b503dc97bc9bc3afb5b60188c71cb176b37d9f (patch) | |
| tree | b7df9286b6c5c2fca128da5b59abdf61d9aaa917 | |
| parent | 1ad623c206f3e2ea7cb2d7b2c9a381b83d976b37 (diff) | |
| download | poky-70b503dc97bc9bc3afb5b60188c71cb176b37d9f.tar.gz | |
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>
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 21e4623446..64ac3a7eea 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -368,6 +368,18 @@ | |||
| 368 | </para> | 368 | </para> |
| 369 | </section> | 369 | </section> |
| 370 | 370 | ||
| 371 | <section id='ref-classes-chrpath'> | ||
| 372 | <title><filename>chrpath.bbclass</filename></title> | ||
| 373 | |||
| 374 | <para> | ||
| 375 | The change runtime search path (<filename>chrpath</filename>) class | ||
| 376 | is a wrapper around the "chrpath" utility, which is used during the | ||
| 377 | build process for <filename>nativesdk</filename> recipes to change | ||
| 378 | <filename>RPATH</filename> records within binaries in order to make | ||
| 379 | them relocatable. | ||
| 380 | </para> | ||
| 381 | </section> | ||
| 382 | |||
| 371 | <section id='ref-classes-ccache'> | 383 | <section id='ref-classes-ccache'> |
| 372 | <title><filename>ccache.bbclass</filename></title> | 384 | <title><filename>ccache.bbclass</filename></title> |
| 373 | 385 | ||
