summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 15:05:55 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:24 +0000
commitbf7b6cfe10a6bd0863ff532863e91a349e4b423d (patch)
treef38a2f559bf138d016f3027f25c59c281fce1f3f /documentation/ref-manual/ref-classes.xml
parentcd1581bc16f25375b8e493d830e1c6ce7ae6825e (diff)
downloadpoky-bf7b6cfe10a6bd0863ff532863e91a349e4b423d.tar.gz
ref-manual: Edits to rootfs* class.
(From yocto-docs rev: 35f2b8c6fafa56cbd2869db56b80804512c23f43) 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.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index b5d53cd70b..57b448a351 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2306,10 +2306,8 @@
2306 <title><filename>rootfs*.bbclass</filename></title> 2306 <title><filename>rootfs*.bbclass</filename></title>
2307 2307
2308 <para> 2308 <para>
2309 These classes add support for creating images in several formats. 2309 The <filename>rootfs*</filename> classes add support for creating
2310 First, the root filesystem is created from packages using 2310 images in several formats and consist of the following:
2311 one of the <filename>rootfs_*.bbclass</filename>
2312 files (depending on the package format used) and then the image is created.
2313 <itemizedlist> 2311 <itemizedlist>
2314 <listitem><para>The 2312 <listitem><para>The
2315 <filename><link linkend='var-IMAGE_FSTYPES'>IMAGE_FSTYPES</link></filename> 2313 <filename><link linkend='var-IMAGE_FSTYPES'>IMAGE_FSTYPES</link></filename>
@@ -2320,6 +2318,10 @@
2320 variable controls the list of packages to install into the 2318 variable controls the list of packages to install into the
2321 image.</para></listitem> 2319 image.</para></listitem>
2322 </itemizedlist> 2320 </itemizedlist>
2321 First, the root filesystem is created from packages using
2322 one of the <filename>rootfs_*.bbclass</filename>
2323 files (depending on the package format used) and then the image
2324 is created.
2323 </para> 2325 </para>
2324</section> 2326</section>
2325 2327