diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 12:33:36 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:59 +0000 |
| commit | d28082c0c73223bf1ba5f3f015491ccdaa9e816f (patch) | |
| tree | 085c730894318fcbd8cbf478b6379a9ea9c07d4b | |
| parent | 4c7ff4744a2691d7158e62b0e2273633ec9f7ae4 (diff) | |
| download | poky-d28082c0c73223bf1ba5f3f015491ccdaa9e816f.tar.gz | |
ref-manual: Edits to base class.
(From yocto-docs rev: 3fa71eafc9b8387d5d7624b8c8d22cf0356f7a67)
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 | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 71e74e869b..d0dc0b0900 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -133,18 +133,23 @@ | |||
| 133 | </section> | 133 | </section> |
| 134 | 134 | ||
| 135 | <section id='ref-classes-base'> | 135 | <section id='ref-classes-base'> |
| 136 | <title>The base Class - <filename>base.bbclass</filename></title> | 136 | <title><filename>base.bbclass</filename></title> |
| 137 | 137 | ||
| 138 | <para> | 138 | <para> |
| 139 | The base class is special in that every <filename>.bb</filename> | 139 | The <filename>base</filename> class is special in that every |
| 140 | file inherits it automatically. | 140 | <filename>.bb</filename> file automatically inherits the class. |
| 141 | This class contains definitions for standard basic | 141 | This class contains definitions for standard basic |
| 142 | tasks such as fetching, unpacking, configuring (empty by default), compiling | 142 | tasks such as fetching, unpacking, configuring (empty by default), |
| 143 | (runs any <filename>Makefile</filename> present), installing (empty by default) and packaging | 143 | compiling (runs any <filename>Makefile</filename> present), installing |
| 144 | (empty by default). | 144 | (empty by default) and packaging (empty by default). |
| 145 | These classes are often overridden or extended by other classes | 145 | These classes are often overridden or extended by other classes |
| 146 | such as <filename>autotools.bbclass</filename> or <filename>package.bbclass</filename>. | 146 | such as the |
| 147 | The class also contains some commonly used functions such as <filename>oe_runmake</filename>. | 147 | <link linkend='ref-classes-autotools'><filename>autotools</filename></link> |
| 148 | class or the | ||
| 149 | <link linkend='ref-classes-package'><filename>package</filename></link> | ||
| 150 | class. | ||
| 151 | The class also contains some commonly used functions such as | ||
| 152 | <filename>oe_runmake</filename>. | ||
| 148 | </para> | 153 | </para> |
| 149 | </section> | 154 | </section> |
| 150 | 155 | ||
