summaryrefslogtreecommitdiffstats
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:19:12 +0000
commit4c162b503639c8d38c89bee3e66ba96ffb179bd4 (patch)
tree9c9327c803b0683212dc0a1e562b3fc68290a622
parent4ba824759e43d5e1665080e1c4e0202350a33149 (diff)
downloadpoky-4c162b503639c8d38c89bee3e66ba96ffb179bd4.tar.gz
ref-manual: Edits to image class.
(From yocto-docs rev: ce8db7cbb237d5c16b8a0b07eb9744befb09e7b5) 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.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>