diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 12bf49b811..ef38b4f92a 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1112,6 +1112,25 @@ | |||
1112 | </para> | 1112 | </para> |
1113 | </section> | 1113 | </section> |
1114 | 1114 | ||
1115 | <section id='ref-classes-mirrors'> | ||
1116 | <title><filename>mirrors.bbclass</filename></title> | ||
1117 | |||
1118 | <para> | ||
1119 | The mirrors (<filename>mirrors</filename>) class sets up some standard | ||
1120 | <link linkend='var-MIRRORS'><filename>MIRRORS</filename></link> entries | ||
1121 | for source code mirrors. | ||
1122 | These mirrors provide a fall-back path in case the upstream source | ||
1123 | specified in | ||
1124 | <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link> | ||
1125 | within recipes is unavailable. | ||
1126 | </para> | ||
1127 | |||
1128 | <para> | ||
1129 | This class is enabled by default since it is inherited by the | ||
1130 | <link linkend='ref-classes-base'><filename>base</filename></link> class. | ||
1131 | </para> | ||
1132 | </section> | ||
1133 | |||
1115 | <section id='ref-classes-pkgconfig'> | 1134 | <section id='ref-classes-pkgconfig'> |
1116 | <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> | 1135 | <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> |
1117 | 1136 | ||