summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-classes.xml10
1 files changed, 5 insertions, 5 deletions
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 @@
940 </para> 940 </para>
941</section> 941</section>
942 942
943<section id='ref-classes-image-types'> 943<section id='ref-classes-image_types'>
944 <title><filename>image-types.bbclass</filename></title> 944 <title><filename>image_types.bbclass</filename></title>
945 945
946 <para> 946 <para>
947 The image types (<filename>image-types</filename>) class defines all of 947 The image types (<filename>image_types</filename>) class defines all of
948 the standard image output types that you can enable through the 948 the standard image output types that you can enable through the
949 <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link> 949 <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>
950 variable. 950 variable.
@@ -959,8 +959,8 @@
959 <link linkend='ref-classes-image'><filename>image.bbclass</filename></link>. 959 <link linkend='ref-classes-image'><filename>image.bbclass</filename></link>.
960 If you define your own image types using a custom BitBake class and 960 If you define your own image types using a custom BitBake class and
961 then use <filename>IMAGE_CLASSES</filename> to enable it, the custom 961 then use <filename>IMAGE_CLASSES</filename> to enable it, the custom
962 class must either inherit <filename>image-types</filename> or 962 class must either inherit <filename>image_types</filename> or
963 <filename>image-types</filename> must also appear in 963 <filename>image_types</filename> must also appear in
964 <filename>IMAGE_CLASSES</filename>. 964 <filename>IMAGE_CLASSES</filename>.
965 </para> 965 </para>
966</section> 966</section>