diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-03 04:48:40 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:37 +0000 |
commit | ed179025e7c8a8d22f2a560fd0b964d198d3fba4 (patch) | |
tree | 39c5b0360d8f0ee54a722df4f56d25a484d485b9 | |
parent | c3fd5f99b17ef24475c4c770e85738fc842759b5 (diff) | |
download | poky-ed179025e7c8a8d22f2a560fd0b964d198d3fba4.tar.gz |
ref-manual: Added kernel-arch class.
(From yocto-docs rev: cea9cce8f1715cfc6a7b7554700610567650fef9)
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 198bfe5470..cd3924af6b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -986,6 +986,16 @@ | |||
986 | </para> | 986 | </para> |
987 | </section> | 987 | </section> |
988 | 988 | ||
989 | <section id='ref-classes-kernel-arch'> | ||
990 | <title><filename>kernel-arch.bbclass</filename></title> | ||
991 | |||
992 | <para> | ||
993 | The kernel architecture (<filename>kernel-arch</filename>) class | ||
994 | sets the <filename>ARCH</filename> environment variable for Linux | ||
995 | kernel compilation (including modules). | ||
996 | </para> | ||
997 | </section> | ||
998 | |||
989 | <section id='ref-classes-mime'> | 999 | <section id='ref-classes-mime'> |
990 | <title><filename>mime.bbclass</filename></title> | 1000 | <title><filename>mime.bbclass</filename></title> |
991 | 1001 | ||