From a19f575cde39917e4632dab1e813d84402f95937 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 11 Jun 2014 10:46:05 +0300 Subject: 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_". Some occurrences did not include the "do_" prefix. These have been fixed. (From yocto-docs rev: b32821bb0d3e6de7bca68b25c662a023526a10c4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual/ref-classes.xml') 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 @@ The devshell class adds the - devshell task. + do_devshell task. Distribution policy dictates whether to include this class. See the "Using a Development Shell" section @@ -606,8 +606,8 @@ provides for automatic checking for upstream recipe updates. The class creates a comma-separated value (CSV) spreadsheet that contains information about the recipes. - The information provides the distrodata and - distro_check tasks, which do upstream checking + The information provides the do_distrodata and + do_distro_check tasks, which do upstream checking and also verify if a package is used in multiple major distributions. -- cgit v1.2.3-54-g00ecf