From 5f24d2459515dd10221aebffcf0d7266d2d6875a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Dec 2013 15:40:34 -0600 Subject: [PATCH] ref-manual: Added the image-types class. (From yocto-docs rev: 135ebbb8644525f3d85e128f510a650331623058) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 979e7344b0..d65ac0b0bd 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -940,6 +940,31 @@ +
+ <filename>image-types.bbclass</filename> + + + The image types (image-types) class defines all of + the standard image output types that you can enable through the + IMAGE_FSTYPES + variable. + You can use this class as a reference on how to add support for custom + image output types. + + + + By default, this class is enabled through the + IMAGE_CLASSES + variable in + image.bbclass. + If you define your own image types using a custom BitBake class and + then use IMAGE_CLASSES to enable it, the custom + class must either inherit image-types or + image-types must also appear in + IMAGE_CLASSES. + +
+
<filename>mime.bbclass</filename>