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>
This commit is contained in:
Scott Rifenbark 2013-12-05 15:05:55 -06:00 committed by Richard Purdie
parent d34ba8b56b
commit c7521f627b
1 changed files with 6 additions and 4 deletions

View File

@ -2306,10 +2306,8 @@
<title><filename>rootfs*.bbclass</filename></title>
<para>
These classes add support for creating images in several formats.
First, the root filesystem is created from packages using
one of the <filename>rootfs_*.bbclass</filename>
files (depending on the package format used) and then the image is created.
The <filename>rootfs*</filename> classes add support for creating
images in several formats and consist of the following:
<itemizedlist>
<listitem><para>The
<filename><link linkend='var-IMAGE_FSTYPES'>IMAGE_FSTYPES</link></filename>
@ -2320,6 +2318,10 @@
variable controls the list of packages to install into the
image.</para></listitem>
</itemizedlist>
First, the root filesystem is created from packages using
one of the <filename>rootfs_*.bbclass</filename>
files (depending on the package format used) and then the image
is created.
</para>
</section>