summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 12:50:38 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:17:59 +0000
commit764a60c698899e05a7bec111513ce7dca75e8c66 (patch)
tree7afe5b07d38f3536fc309fe40ec2ae1e93d422a5 /documentation
parent5beaa27ee976b22058aa0027758dc334c4b4809e (diff)
downloadpoky-764a60c698899e05a7bec111513ce7dca75e8c66.tar.gz
ref-manual: Re-ordered the classes that start with "C"
(From yocto-docs rev: 3edf122c8323e2a9c60b3f95f8f93a429d8a6116) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml66
1 files changed, 33 insertions, 33 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index dba50850b3..dae9a6f396 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -340,18 +340,6 @@
340 </para> 340 </para>
341</section> 341</section>
342 342
343<section id='ref-classes-chrpath'>
344 <title><filename>chrpath.bbclass</filename></title>
345
346 <para>
347 The change runtime search path (<filename>chrpath</filename>) class
348 is a wrapper around the "chrpath" utility, which is used during the
349 build process for <filename>nativesdk</filename> recipes to change
350 <filename>RPATH</filename> records within binaries in order to make
351 them relocatable.
352 </para>
353</section>
354
355<section id='ref-classes-ccache'> 343<section id='ref-classes-ccache'>
356 <title><filename>ccache.bbclass</filename></title> 344 <title><filename>ccache.bbclass</filename></title>
357 345
@@ -366,6 +354,18 @@
366 </para> 354 </para>
367</section> 355</section>
368 356
357<section id='ref-classes-chrpath'>
358 <title><filename>chrpath.bbclass</filename></title>
359
360 <para>
361 The change runtime search path (<filename>chrpath</filename>) class
362 is a wrapper around the "chrpath" utility, which is used during the
363 build process for <filename>nativesdk</filename> recipes to change
364 <filename>RPATH</filename> records within binaries in order to make
365 them relocatable.
366 </para>
367</section>
368
369<section id='ref-classes-clutter'> 369<section id='ref-classes-clutter'>
370 <title><filename>clutter.bbclass</filename></title> 370 <title><filename>clutter.bbclass</filename></title>
371 371
@@ -424,6 +424,27 @@
424 </para> 424 </para>
425</section> 425</section>
426 426
427<section id='ref-classes-perl'>
428 <title>Perl Modules - <filename>cpan.bbclass</filename></title>
429
430 <para>
431 Recipes for Perl modules are simple.
432 These recipes usually only need to point to the source's archive and then inherit the
433 proper <filename>.bbclass</filename> file.
434 Building is split into two methods depending on which method the module authors used.
435 <itemizedlist>
436 <listitem><para>Modules that use old
437 <filename>Makefile.PL</filename>-based build system require
438 <filename>cpan.bbclass</filename> in their recipes.
439 </para></listitem>
440 <listitem><para>Modules that use
441 <filename>Build.PL</filename>-based build system require
442 using <filename>cpan_build.bbclass</filename> in their recipes.
443 </para></listitem>
444 </itemizedlist>
445 </para>
446</section>
447
427<section id='ref-classes-cross'> 448<section id='ref-classes-cross'>
428 <title><filename>cross.bbclass</filename></title> 449 <title><filename>cross.bbclass</filename></title>
429 450
@@ -1416,27 +1437,6 @@
1416 </para> 1437 </para>
1417</section> 1438</section>
1418 1439
1419<section id='ref-classes-perl'>
1420 <title>Perl Modules - <filename>cpan.bbclass</filename></title>
1421
1422 <para>
1423 Recipes for Perl modules are simple.
1424 These recipes usually only need to point to the source's archive and then inherit the
1425 proper <filename>.bbclass</filename> file.
1426 Building is split into two methods depending on which method the module authors used.
1427 <itemizedlist>
1428 <listitem><para>Modules that use old
1429 <filename>Makefile.PL</filename>-based build system require
1430 <filename>cpan.bbclass</filename> in their recipes.
1431 </para></listitem>
1432 <listitem><para>Modules that use
1433 <filename>Build.PL</filename>-based build system require
1434 using <filename>cpan_build.bbclass</filename> in their recipes.
1435 </para></listitem>
1436 </itemizedlist>
1437 </para>
1438</section>
1439
1440<section id='ref-classes-prexport'> 1440<section id='ref-classes-prexport'>
1441 <title><filename>prexport.bbclass</filename></title> 1441 <title><filename>prexport.bbclass</filename></title>
1442 1442