mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
50af2dc537
commit
a19f575cde
@@ -569,7 +569,7 @@
|
||||
|
||||
<para>
|
||||
The <filename>devshell</filename> class adds the
|
||||
<filename>devshell</filename> task.
|
||||
<filename>do_devshell</filename> task.
|
||||
Distribution policy dictates whether to include this class.
|
||||
See the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-appdev-devshell'>Using a Development Shell</ulink>" 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 <filename>distrodata</filename> and
|
||||
<filename>distro_check</filename> tasks, which do upstream checking
|
||||
The information provides the <filename>do_distrodata</filename> and
|
||||
<filename>do_distro_check</filename> tasks, which do upstream checking
|
||||
and also verify if a package is used in multiple major distributions.
|
||||
</para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user