summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-11 07:21:32 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-13 16:29:51 +0000
commit61282366a66e45f51a1e961f1cd03ac058369f66 (patch)
treeb3b80416bfb53163eb9e1209c55e98d68aab9ac3 /documentation/ref-manual/ref-classes.xml
parent6f654f107be9c4b6d09f1be7e04d28fe5ccb063e (diff)
downloadpoky-61282366a66e45f51a1e961f1cd03ac058369f66.tar.gz
ref-manual: Minor edits to rootfs* class.
Review comments from Paul. (From yocto-docs rev: effc8e811020e00bfd98d065e412db5fe3f78f04) 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, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index ce76140edd..c197967b64 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1009,7 +1009,7 @@
1009 The <filename>image</filename> class helps support creating images 1009 The <filename>image</filename> class helps support creating images
1010 in different formats. 1010 in different formats.
1011 First, the root filesystem is created from packages using 1011 First, the root filesystem is created from packages using
1012 one of the <filename>rootfs_*.bbclass</filename> 1012 one of the <filename>rootfs*.bbclass</filename>
1013 files (depending on the package format used) and then one or more image 1013 files (depending on the package format used) and then one or more image
1014 files are created. 1014 files are created.
1015 <itemizedlist> 1015 <itemizedlist>
@@ -2439,8 +2439,8 @@
2439 <title><filename>rootfs*.bbclass</filename></title> 2439 <title><filename>rootfs*.bbclass</filename></title>
2440 2440
2441 <para> 2441 <para>
2442 The <filename>rootfs*</filename> classes add support for creating 2442 The <filename>rootfs*</filename> classes support creating
2443 the root filesystem and consist of the following classes: 2443 the root filesystem for an image and consist of the following classes:
2444 <itemizedlist> 2444 <itemizedlist>
2445 <listitem><para> 2445 <listitem><para>
2446 The <filename>rootfs_deb</filename> class, which supports 2446 The <filename>rootfs_deb</filename> class, which supports
@@ -2459,7 +2459,7 @@
2459 2459
2460 <para> 2460 <para>
2461 The root filesystem is created from packages using one of the 2461 The root filesystem is created from packages using one of the
2462 <filename>rootfs_*.bbclass</filename> files as determined by the 2462 <filename>rootfs*.bbclass</filename> files as determined by the
2463 <link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link> 2463 <link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link>
2464 variable. 2464 variable.
2465 </para> 2465 </para>