summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 13:38:26 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:07 +0000
commit96f46c33470f2d1431ba22ad883ab9ab94e2414b (patch)
tree2f52eab1d6bd6a591c238544c85c1ad5354b7095 /documentation/ref-manual/ref-classes.xml
parentae9f8623a9f882c1db82a45c6d782dee60f88721 (diff)
downloadpoky-96f46c33470f2d1431ba22ad883ab9ab94e2414b.tar.gz
ref-manual: Edits to image class.
(From yocto-docs rev: 45a9e03953ad664fafc234e289d0fad47e5d8c08) 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/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index f36c80d6f3..105f8dbef8 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -892,13 +892,15 @@
892</section> 892</section>
893 893
894<section id='ref-classes-image'> 894<section id='ref-classes-image'>
895 <title>Creating Images - <filename>image.bbclass</filename> and <filename>rootfs*.bbclass</filename></title> 895 <title><filename>image.bbclass</filename></title>
896 896
897 <para> 897 <para>
898 These classes add support for creating images in several formats. 898 The <filename>image</filename> class helps support creating images
899 in different formats.
899 First, the root filesystem is created from packages using 900 First, the root filesystem is created from packages using
900 one of the <filename>rootfs_*.bbclass</filename> 901 one of the <filename>rootfs_*.bbclass</filename>
901 files (depending on the package format used) and then the image is created. 902 files (depending on the package format used) and then the image is
903 created.
902 <itemizedlist> 904 <itemizedlist>
903 <listitem><para>The 905 <listitem><para>The
904 <filename><link linkend='var-IMAGE_FSTYPES'>IMAGE_FSTYPES</link></filename> 906 <filename><link linkend='var-IMAGE_FSTYPES'>IMAGE_FSTYPES</link></filename>