diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-02 15:47:00 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:54:25 +0000 |
commit | de42e04de72a4ab081cd0e0b3e8a0c2ed00ad66d (patch) | |
tree | 6307435c1a114eacc33bdc55231954709800dce0 | |
parent | 5f24d2459515dd10221aebffcf0d7266d2d6875a (diff) | |
download | poky-de42e04de72a4ab081cd0e0b3e8a0c2ed00ad66d.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: 354aa820a13f2dcff32e8a24cbce477c3d6b54f6)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 10 |
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> |