summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-02 14:20:30 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:35 +0000
commit5f20fb847ef9595e61c203f4e3ec030594e71118 (patch)
treef34ab9db206c7607b222f541dc6c3111944c5664 /documentation/ref-manual/ref-classes.xml
parentbd0ab4eb504de3a38205b808b42f9bb8f3a3837c (diff)
downloadpoky-5f20fb847ef9595e61c203f4e3ec030594e71118.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 1be7dd5c9b..5a75199387 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -853,6 +853,18 @@
853 </para> 853 </para>
854</section> 854</section>
855 855
856<section id='ref-classes-image-live'>
857 <title><filename>image-live.bbclass</filename></title>
858
859 <para>
860 The live image (<filename>image-live</filename>) class
861 supports building "live" images.
862 Normally, you do not use this class directly.
863 Instead, you add "live" to
864 <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>.
865 </para>
866</section>
867
856<section id='ref-classes-mime'> 868<section id='ref-classes-mime'>
857 <title><filename>mime.bbclass</filename></title> 869 <title><filename>mime.bbclass</filename></title>
858 870