diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-11 10:46:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 10:30:48 +0100 |
commit | a19f575cde39917e4632dab1e813d84402f95937 (patch) | |
tree | 856fc2d185f4eef07af46a14f1e659285793e42b /documentation/ref-manual/ref-classes.xml | |
parent | 50af2dc53778c712c21538f82025427d558cba63 (diff) | |
download | poky-a19f575cde39917e4632dab1e813d84402f95937.tar.gz |
dev-manual, kernel-dev, ref-manual: Updated task name usage.
There was inconsistency on how we refer to a task name throughout
the YP manual set. The proper way is "do_<taskname>". Some
occurrences did not include the "do_" prefix. These have been
fixed.
(From yocto-docs rev: b32821bb0d3e6de7bca68b25c662a023526a10c4)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3653edd916..e7e9942b3b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -569,7 +569,7 @@ | |||
569 | 569 | ||
570 | <para> | 570 | <para> |
571 | The <filename>devshell</filename> class adds the | 571 | The <filename>devshell</filename> class adds the |
572 | <filename>devshell</filename> task. | 572 | <filename>do_devshell</filename> task. |
573 | Distribution policy dictates whether to include this class. | 573 | Distribution policy dictates whether to include this class. |
574 | See the | 574 | See the |
575 | "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-appdev-devshell'>Using a Development Shell</ulink>" section | 575 | "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-appdev-devshell'>Using a Development Shell</ulink>" section |
@@ -606,8 +606,8 @@ | |||
606 | provides for automatic checking for upstream recipe updates. | 606 | provides for automatic checking for upstream recipe updates. |
607 | The class creates a comma-separated value (CSV) spreadsheet that | 607 | The class creates a comma-separated value (CSV) spreadsheet that |
608 | contains information about the recipes. | 608 | contains information about the recipes. |
609 | The information provides the <filename>distrodata</filename> and | 609 | The information provides the <filename>do_distrodata</filename> and |
610 | <filename>distro_check</filename> tasks, which do upstream checking | 610 | <filename>do_distro_check</filename> tasks, which do upstream checking |
611 | and also verify if a package is used in multiple major distributions. | 611 | and also verify if a package is used in multiple major distributions. |
612 | </para> | 612 | </para> |
613 | 613 | ||