summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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:54:00 +0000
commit6fc8adf98a5af48001adff3ed6deb3fdb96e0486 (patch)
tree268a518b2f39f218b53007a3ec9215a49afc003b /documentation/dev-manual
parente9d0f1d211940e60bb357a755faeb95f47cf6729 (diff)
downloadpoky-6fc8adf98a5af48001adff3ed6deb3fdb96e0486.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: bc861fda764a6d5fe0dc3b62b0771e183e7356a4) 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')
-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 b0ead2d3b0..473505ce62 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -742,6 +742,12 @@
742 see the 742 see the
743 "<link linkend='repositories-tags-and-branches'>Repositories, Tags, and Branches</link>" 743 "<link linkend='repositories-tags-and-branches'>Repositories, Tags, and Branches</link>"
744 section.</para></listitem> 744 section.</para></listitem>
745 <listitem><para><emphasis>Task:</emphasis>
746 A unit of execution for BitBake (e.g.
747 <filename>do_compile</filename>,
748 <filename>do_fetch</filename>, <filename>do_patch</filename>,
749 and so forth).
750 </para></listitem>
745 <listitem><para><emphasis>Upstream:</emphasis> A reference to source code or repositories 751 <listitem><para><emphasis>Upstream:</emphasis> A reference to source code or repositories
746 that are not local to the development system but located in a master area that is controlled 752 that are not local to the development system but located in a master area that is controlled
747 by the maintainer of the source code. 753 by the maintainer of the source code.