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: 248ad730ad78c74c242d212c5a61c0cf83057f14)

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 ee6ca90f1b
commit cc8f61cdf1
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>

View File

@ -2495,6 +2495,13 @@
<link linkend='var-IMAGE_TYPES'><filename>IMAGE_TYPES</filename></link>.
</para>
<note>
If you add "live" to <filename>IMAGE_FSTYPES</filename>
inside an image recipe, be sure that you do so prior to the
"inherit image" line of the recipe or the live image will
not build.
</note>
<note>
Due to the way this variable is processed, it is not
possible to update its contents using