diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-03 13:38:05 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:49 +0000 |
commit | 14603f6b53f5b8cf666c76c4891003c19867996d (patch) | |
tree | 9799d8d674f1d81036f38e3774837048b1bd36e5 | |
parent | c981a854302d01e6c6cb484926e81725697b952d (diff) | |
download | poky-14603f6b53f5b8cf666c76c4891003c19867996d.tar.gz |
ref-manual: Added the patch class.
(From yocto-docs rev: a900911f53ad1992ff75875c967bf6740b5b39ae)
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 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 320108e873..f9cf72c676 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1344,6 +1344,21 @@ | |||
1344 | </para> | 1344 | </para> |
1345 | </section> | 1345 | </section> |
1346 | 1346 | ||
1347 | <section id='ref-classes-patch'> | ||
1348 | <title><filename>patch.bbclass</filename></title> | ||
1349 | |||
1350 | <para> | ||
1351 | The <filename>patch</filename> class provides all functionality for | ||
1352 | applying patches during the <filename>do_patch</filename> task. | ||
1353 | </para> | ||
1354 | |||
1355 | <para> | ||
1356 | This class is enabled by default because it is inherited by the | ||
1357 | <link linkend='ref-classes-base'><filename>base</filename></link> | ||
1358 | class. | ||
1359 | </para> | ||
1360 | </section> | ||
1361 | |||
1347 | <section id='ref-classes-perl'> | 1362 | <section id='ref-classes-perl'> |
1348 | <title>Perl Modules - <filename>cpan.bbclass</filename></title> | 1363 | <title>Perl Modules - <filename>cpan.bbclass</filename></title> |
1349 | 1364 | ||