diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index d65ac0b0bd..2cc962eead 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -940,11 +940,11 @@ -
- <filename>image-types.bbclass</filename> +
+ <filename>image_types.bbclass</filename> - The image types (image-types) class defines all of + The image types (image_types) class defines all of the standard image output types that you can enable through the IMAGE_FSTYPES variable. @@ -959,8 +959,8 @@ 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 + class must either inherit image_types or + image_types must also appear in IMAGE_CLASSES.