diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-03 06:04:56 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:40 +0000 |
commit | ab2744b9092c8b2433fb17cab6c6dba047aa388f (patch) | |
tree | 8839fe26a72760b34f915262ce0acfd8b1c0fe82 /documentation | |
parent | 80342f0a69029773057b7ab42469e16d6b69a98a (diff) | |
download | poky-ab2744b9092c8b2433fb17cab6c6dba047aa388f.tar.gz |
ref-manual: Added the mirrors class.
(From yocto-docs rev: 372f1496e8d5b256c1560b950efc438af257a41b)
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.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 | ||