From 85e4bb66703efe8e672244c2bcdf720d81e1e68c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 18 Nov 2013 08:11:43 -0800 Subject: dev-manual: Changed "Tasks" term into "Package Groups" term. Reported-by: Robert P. J. Day (From yocto-docs rev: faa7206b2f67a26c1366fe997cd092aed7e9f85e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'documentation/dev-manual/dev-manual-newbie.xml') diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index c335fccb21..6c0988089e 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -430,7 +430,7 @@ The recommended method for setting up the Yocto Project Source Directory and the - files for supported BSPs (eg., meta-intel) is to + files for supported BSPs (e.g., meta-intel) is to use Git to create a local copy of the upstream repositories. @@ -656,6 +656,17 @@ PV, and PE). + Package Groups: + Arbitrary groups of software Recipes. + You use package groups to hold recipes that, when built, + usually accomplish a single task. + For example, a package group could contain the recipes for a + company’s proprietary or value-add software. + Or, the package group could contain the recipes that enable + graphics. + A package group is really just another recipe. + Because package group files are recipes, they end with the + .bb filename extension. Poky: The term "poky" can mean several things. In its most general sense, it is an open-source project that was initially developed by OpenedHand. With OpenedHand, poky was developed off of the existing OpenEmbedded @@ -732,13 +743,6 @@ repositories, branches, and tags, see the "Repositories, Tags, and Branches" section. - Tasks: Arbitrary groups of software Recipes. - You use tasks to hold recipes that, when built, usually accomplish a single task. - For example, a task could contain the recipes for a company’s proprietary or value-add software. - Or, the task could contain the recipes that enable graphics. - A task is really just another recipe. - Because task files are recipes, they end with the .bb filename - extension. 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. -- cgit v1.2.3-54-g00ecf