summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.