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:18:19 +0000
commitc7521f627b14a7c9562912c54ea6f0b3adaefd0f (patch)
tree04019426cae194adfedee45d4c48a3d3a44ab54c /documentation/ref-manual/ref-classes.xml
parentd34ba8b56bece4e6ef3f3ec328a042d1122a853c (diff)
downloadpoky-c7521f627b14a7c9562912c54ea6f0b3adaefd0f.tar.gz
ref-manual: Edits to rootfs* class.
(From yocto-docs rev: 3c57e1239054fae3e3c72ec7b49bcea95a3f1313) 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