summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 13:49:33 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:14 +0000
commit2610e848024680fb165b1c80915796574462d34b (patch)
treee36219e12bcfa4fd855898e19c9b57b38b200bb6
parent1450b5440818a451c9222a1ce655d7e438f578ce (diff)
downloadast2050-yocto-poky-2610e848024680fb165b1c80915796574462d34b.zip
ast2050-yocto-poky-2610e848024680fb165b1c80915796574462d34b.tar.gz
ref-manual: Re-ordered classes that start with "K".
(From yocto-docs rev: bc1270e23a3d7a10d75ec5299934f34b76eae5d0) 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.xml56
1 files changed, 28 insertions, 28 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 0dcff0b..4f1b798 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1409,6 +1409,32 @@
</para>
</section>
+<section id='ref-classes-kernel'>
+ <title>Building Kernels - <filename>kernel.bbclass</filename></title>
+
+ <para>
+ This class handles building Linux kernels.
+ The class contains code to build all kernel trees.
+ All needed headers are staged into the
+ <filename><link linkend='var-STAGING_KERNEL_DIR'>STAGING_KERNEL_DIR</link></filename>
+ directory to allow out-of-tree module builds using <filename>module.bbclass</filename>.
+ </para>
+
+ <para>
+ This means that each built kernel module is packaged separately and inter-module
+ dependencies are created by parsing the <filename>modinfo</filename> output.
+ If all modules are required, then installing the <filename>kernel-modules</filename>
+ package installs all packages with modules and various other kernel packages
+ such as <filename>kernel-vmlinux</filename>.
+ </para>
+
+ <para>
+ Various other classes are used by the kernel and module classes internally including
+ <filename>kernel-arch.bbclass</filename>, <filename>module_strip.bbclass</filename>,
+ <filename>module-base.bbclass</filename>, and <filename>linux-kernel-base.bbclass</filename>.
+ </para>
+</section>
+
<section id='ref-classes-kernel-arch'>
<title><filename>kernel-arch.bbclass</filename></title>
@@ -2436,34 +2462,8 @@
</para>
</section>
-<section id='ref-classes-kernel'>
- <title>Building Kernels - <filename>kernel.bbclass</filename></title>
-
- <para>
- This class handles building Linux kernels.
- The class contains code to build all kernel trees.
- All needed headers are staged into the
- <filename><link linkend='var-STAGING_KERNEL_DIR'>STAGING_KERNEL_DIR</link></filename>
- directory to allow out-of-tree module builds using <filename>module.bbclass</filename>.
- </para>
-
- <para>
- This means that each built kernel module is packaged separately and inter-module
- dependencies are created by parsing the <filename>modinfo</filename> output.
- If all modules are required, then installing the <filename>kernel-modules</filename>
- package installs all packages with modules and various other kernel packages
- such as <filename>kernel-vmlinux</filename>.
- </para>
-
- <para>
- Various other classes are used by the kernel and module classes internally including
- <filename>kernel-arch.bbclass</filename>, <filename>module_strip.bbclass</filename>,
- <filename>module-base.bbclass</filename>, and <filename>linux-kernel-base.bbclass</filename>.
- </para>
-</section>
-
-<section id='ref-classes-image'>
- <title>Creating Images - <filename>image.bbclass</filename> and <filename>rootfs*.bbclass</filename></title>
+<section id='ref-classes-rootfs*'>
+ <title><filename>rootfs*.bbclass</filename></title>
<para>
These classes add support for creating images in several formats.
OpenPOWER on IntegriCloud