diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-26 11:21:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:28 +0000 |
commit | 539351a10e9315eb2fb049eb01e348d13aac3d5e (patch) | |
tree | f271b7ad088d17ec5ded8a2e7b3fb9ae78b03edf | |
parent | b91a6674cb484df6731cdee8bec8d5fabc3e8f02 (diff) | |
download | poky-539351a10e9315eb2fb049eb01e348d13aac3d5e.tar.gz |
ref-manual: Added core-image class.
(From yocto-docs rev: 4f065887f41aef9f53e39dcd1ac7686327bbf08d)
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 | 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 fb06c02c9a..35cf35b548 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -440,6 +440,18 @@ | |||
440 | </para> | 440 | </para> |
441 | </section> | 441 | </section> |
442 | 442 | ||
443 | <section id='ref-classes-core-image'> | ||
444 | <title><filename>core-image.bbclass</filename></title> | ||
445 | |||
446 | <para> | ||
447 | The Core Image <filename>core-image</filename> class | ||
448 | provides common definitions for the | ||
449 | <filename>core-image-*</filename> image recipes, such as support for | ||
450 | additional | ||
451 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>. | ||
452 | </para> | ||
453 | </section> | ||
454 | |||
443 | <section id='ref-classes-debian'> | 455 | <section id='ref-classes-debian'> |
444 | <title>Debian Renaming - <filename>debian.bbclass</filename></title> | 456 | <title>Debian Renaming - <filename>debian.bbclass</filename></title> |
445 | 457 | ||