From 6fc8adf98a5af48001adff3ed6deb3fdb96e0486 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 18 Nov 2013 08:54:38 -0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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 @@ see the "Repositories, Tags, and Branches" section. + Task: + A unit of execution for BitBake (e.g. + do_compile, + do_fetch, do_patch, + and so forth). + Upstream: 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.