aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-18 08:54:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:11 +0000
commit0e65e7916cc4cf5ae824e50ad4503720a8073943 (patch)
treec1e3123a56033a16833ab768e1f12726c0022f06 /documentation/dev-manual/dev-manual-newbie.xml
parent85e4bb66703efe8e672244c2bcdf720d81e1e68c (diff)
downloadopenembedded-core-contrib-0e65e7916cc4cf5ae824e50ad4503720a8073943.tar.gz
dev-manual: Added "Task" term.
After adding "Package Group" definition as the original "Task" definition, we needed to create a new definition for the term "Task". (From yocto-docs rev: b6eae9242bf488d3f086e496b52d8422ad31feb6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 6c0988089e..af5a97c780 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -743,6 +743,12 @@
repositories, branches, and tags, see the
"<link linkend='repositories-tags-and-branches'>Repositories, Tags, and Branches</link>"
section.</para></listitem>
+ <listitem><para><emphasis>Task:</emphasis>
+ A unit of execution for BitBake (e.g.
+ <filename>do_compile</filename>,
+ <filename>do_fetch</filename>, <filename>do_patch</filename>,
+ and so forth).
+ </para></listitem>
<listitem><para><emphasis>Upstream:</emphasis> A reference to source code or repositories
that are not local to the development system but located in a master area that is controlled
by the maintainer of the source code.