diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-03 05:02:51 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:38 +0000 |
commit | abbc253ecdee30badc6eb74dd9af41ee1b56f1cb (patch) | |
tree | 30c4ce1b808cbc7ea290d8493712e063e2d6e62a /documentation/ref-manual | |
parent | 96ed7b9eec0525efedaa2f399e0b6d36e4f709dc (diff) | |
download | poky-abbc253ecdee30badc6eb74dd9af41ee1b56f1cb.tar.gz |
ref-manual: Added the linux-kernel-base class.
(From yocto-docs rev: 32355612d393696b48634bb67569b890c1315593)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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 2bddc4eaae..acaae8cd9c 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1030,6 +1030,18 @@ | |||
1030 | </para> | 1030 | </para> |
1031 | </section> | 1031 | </section> |
1032 | 1032 | ||
1033 | <section id='ref-classes-linux-kernel-base'> | ||
1034 | <title><filename>linux-kernel-base.bbclass</filename></title> | ||
1035 | |||
1036 | <para> | ||
1037 | The Linux kernel base (<filename>linux-kernel-base</filename>) class | ||
1038 | provides common functionality for recipes that build out of the Linux | ||
1039 | kernel source tree. | ||
1040 | These builds goes beyond the kernel itself. | ||
1041 | For example, the Perf recipe also inherits this class. | ||
1042 | </para> | ||
1043 | </section> | ||
1044 | |||
1033 | <section id='ref-classes-mime'> | 1045 | <section id='ref-classes-mime'> |
1034 | <title><filename>mime.bbclass</filename></title> | 1046 | <title><filename>mime.bbclass</filename></title> |
1035 | 1047 | ||