diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 13:54:38 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:16 +0000 |
commit | 2d557b69b154c860ddfc440f9078372609c276f1 (patch) | |
tree | b4e63b1945208ee5574b61003e5debdba00167dd /documentation | |
parent | ca4fe92510f67e01dedf17720b0c2765388081be (diff) | |
download | poky-2d557b69b154c860ddfc440f9078372609c276f1.tar.gz |
ref-manual: Re-ordered classes that start with "L".
(From yocto-docs rev: 488724f754d57f293cf1d4b9122c16192328ae27)
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.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index ab43a84973..fb3c8ba529 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1479,18 +1479,6 @@ | |||
1479 | </para> | 1479 | </para> |
1480 | </section> | 1480 | </section> |
1481 | 1481 | ||
1482 | <section id='ref-classes-linux-kernel-base'> | ||
1483 | <title><filename>linux-kernel-base.bbclass</filename></title> | ||
1484 | |||
1485 | <para> | ||
1486 | The Linux kernel base (<filename>linux-kernel-base</filename>) class | ||
1487 | provides common functionality for recipes that build out of the Linux | ||
1488 | kernel source tree. | ||
1489 | These builds goes beyond the kernel itself. | ||
1490 | For example, the Perf recipe also inherits this class. | ||
1491 | </para> | ||
1492 | </section> | ||
1493 | |||
1494 | <section id='ref-classes-license'> | 1482 | <section id='ref-classes-license'> |
1495 | <title><filename>license.bbclass</filename></title> | 1483 | <title><filename>license.bbclass</filename></title> |
1496 | 1484 | ||
@@ -1503,6 +1491,18 @@ | |||
1503 | </para> | 1491 | </para> |
1504 | </section> | 1492 | </section> |
1505 | 1493 | ||
1494 | <section id='ref-classes-linux-kernel-base'> | ||
1495 | <title><filename>linux-kernel-base.bbclass</filename></title> | ||
1496 | |||
1497 | <para> | ||
1498 | The Linux kernel base (<filename>linux-kernel-base</filename>) class | ||
1499 | provides common functionality for recipes that build out of the Linux | ||
1500 | kernel source tree. | ||
1501 | These builds goes beyond the kernel itself. | ||
1502 | For example, the Perf recipe also inherits this class. | ||
1503 | </para> | ||
1504 | </section> | ||
1505 | |||
1506 | <section id='ref-classes-logging'> | 1506 | <section id='ref-classes-logging'> |
1507 | <title><filename>logging.bbclass</filename></title> | 1507 | <title><filename>logging.bbclass</filename></title> |
1508 | 1508 | ||