summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-02 15:47:00 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:36 +0000
commit67ecb81bc953bf626e632b3962bf881564f62537 (patch)
tree8460e4ed4c671fc12922866ec814c21936d8c8c0 /documentation
parenta6a3c796b779257f958fe7879638478b94c80c19 (diff)
downloadpoky-67ecb81bc953bf626e632b3962bf881564f62537.tar.gz
ref-manual: Edits to image_types class.
Noticed that this class file name is "image_types.bbclass" and not "image-types.bbclass". Fixed it. (From yocto-docs rev: 594cc933c919b7b84248c670ed7563bd23b8597d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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>