diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-02 14:20:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:54:24 +0000 |
commit | cc8f61cdf16eb4ed9facab21c176d7fc51880a9f (patch) | |
tree | 3f6b403f4eb1eb43526f9c8c4af440f41ce49f17 | |
parent | ee6ca90f1b92db2b8cd3079767fb35dfd5236447 (diff) | |
download | poky-cc8f61cdf16eb4ed9facab21c176d7fc51880a9f.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: 248ad730ad78c74c242d212c5a61c0cf83057f14)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 12 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 7 |
2 files changed, 19 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 | ||
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 70c3d1f4b9..aa0737e498 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -2496,6 +2496,13 @@ | |||
2496 | </para> | 2496 | </para> |
2497 | 2497 | ||
2498 | <note> | 2498 | <note> |
2499 | If you add "live" to <filename>IMAGE_FSTYPES</filename> | ||
2500 | inside an image recipe, be sure that you do so prior to the | ||
2501 | "inherit image" line of the recipe or the live image will | ||
2502 | not build. | ||
2503 | </note> | ||
2504 | |||
2505 | <note> | ||
2499 | Due to the way this variable is processed, it is not | 2506 | Due to the way this variable is processed, it is not |
2500 | possible to update its contents using | 2507 | possible to update its contents using |
2501 | <filename>_append</filename> or | 2508 | <filename>_append</filename> or |