ref-manual: Minor edits to rootfs* class.

Review comments from Paul.

(From yocto-docs rev: f931a4c6cea86a3dbbf27204731857a384ad0ea1)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-11 07:21:32 -06:00 committed by Richard Purdie
parent 62e7ade0d6
commit 26556a0a99
1 changed files with 4 additions and 4 deletions

View File

@ -1009,7 +1009,7 @@
The <filename>image</filename> class helps support creating images The <filename>image</filename> class helps support creating images
in different formats. in different formats.
First, the root filesystem is created from packages using First, the root filesystem is created from packages using
one of the <filename>rootfs_*.bbclass</filename> one of the <filename>rootfs*.bbclass</filename>
files (depending on the package format used) and then one or more image files (depending on the package format used) and then one or more image
files are created. files are created.
<itemizedlist> <itemizedlist>
@ -2439,8 +2439,8 @@
<title><filename>rootfs*.bbclass</filename></title> <title><filename>rootfs*.bbclass</filename></title>
<para> <para>
The <filename>rootfs*</filename> classes add support for creating The <filename>rootfs*</filename> classes support creating
the root filesystem and consist of the following classes: the root filesystem for an image and consist of the following classes:
<itemizedlist> <itemizedlist>
<listitem><para> <listitem><para>
The <filename>rootfs_deb</filename> class, which supports The <filename>rootfs_deb</filename> class, which supports
@ -2459,7 +2459,7 @@
<para> <para>
The root filesystem is created from packages using one of the The root filesystem is created from packages using one of the
<filename>rootfs_*.bbclass</filename> files as determined by the <filename>rootfs*.bbclass</filename> files as determined by the
<link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link> <link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link>
variable. variable.
</para> </para>