summaryrefslogtreecommitdiffstats
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)
downloadpoky-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 @@
743 repositories, branches, and tags, see the 743 repositories, branches, and tags, see the
744 "<link linkend='repositories-tags-and-branches'>Repositories, Tags, and Branches</link>" 744 "<link linkend='repositories-tags-and-branches'>Repositories, Tags, and Branches</link>"
745 section.</para></listitem> 745 section.</para></listitem>
746 <listitem><para><emphasis>Task:</emphasis>
747 A unit of execution for BitBake (e.g.
748 <filename>do_compile</filename>,
749 <filename>do_fetch</filename>, <filename>do_patch</filename>,
750 and so forth).
751 </para></listitem>
746 <listitem><para><emphasis>Upstream:</emphasis> A reference to source code or repositories 752 <listitem><para><emphasis>Upstream:</emphasis> A reference to source code or repositories
747 that are not local to the development system but located in a master area that is controlled 753 that are not local to the development system but located in a master area that is controlled
748 by the maintainer of the source code. 754 by the maintainer of the source code.