diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 6 |
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. |