From cc8f61cdf16eb4ed9facab21c176d7fc51880a9f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Dec 2013 14:20:30 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 12 ++++++++++++ documentation/ref-manual/ref-variables.xml | 7 +++++++ 2 files changed, 19 insertions(+) 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 @@ +
+ <filename>image-live.bbclass</filename> + + + The live image (image-live) class + supports building "live" images. + Normally, you do not use this class directly. + Instead, you add "live" to + IMAGE_FSTYPES. + +
+
<filename>mime.bbclass</filename> 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 @@ -2495,6 +2495,13 @@ IMAGE_TYPES. + + If you add "live" to IMAGE_FSTYPES + 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. + + Due to the way this variable is processed, it is not possible to update its contents using