ref-manual: Added image-live class and updated IMAGE_FSTYPES variable.

Added a note to the existing IMAGE_FSTYPES variable based on
using "live" as an image type.  Need to be sure that appears
before inherit line in the recipe.

(From yocto-docs rev: 1fc45b2bc7c70f00882d495d659830b94eb7d2df)

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-02 14:20:30 -06:00
committed by Richard Purdie
parent bd0ab4eb50
commit 5f20fb847e
2 changed files with 19 additions and 0 deletions

View File

@@ -853,6 +853,18 @@
</para>
</section>
<section id='ref-classes-image-live'>
<title><filename>image-live.bbclass</filename></title>
<para>
The live image (<filename>image-live</filename>) class
supports building "live" images.
Normally, you do not use this class directly.
Instead, you add "live" to
<link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>.
</para>
</section>
<section id='ref-classes-mime'>
<title><filename>mime.bbclass</filename></title>