summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-05 11:30:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-10 16:20:54 +0100
commit7f21c57770121bfdfa90080d8448fd75c9174669 (patch)
tree3ee9a93ead831decf5fe78397be3fb73fa20ba52 /documentation
parent482c6a71208410ab12fc528694d57248b972adfc (diff)
downloadpoky-7f21c57770121bfdfa90080d8448fd75c9174669.tar.gz
dev-manual: Re-wrote the intro to "Common Tasks" chapter.
Made the text more general and explanatory for what the purpose of the chapter is. (From yocto-docs rev: 23b595560770d2ffe1465b4a9f18bcf734b7b083) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 2d13038f41..24faf8bd76 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -6,12 +6,11 @@
6 6
7<title>Common Tasks</title> 7<title>Common Tasks</title>
8 <para> 8 <para>
9 This chapter describes standard tasks such as adding new 9 This chapter describes fundamental procedures such as creating layers,
10 software packages, extending or customizing images, and porting work to 10 adding new software packages, extending or customizing images,
11 new hardware (adding a new machine). 11 porting work to new hardware (adding a new machine), and so forth.
12 The chapter also describes how to combine multiple 12 You will find the procedures documented here occur often in the
13 versions of library files into a single image, how to handle a package name alias, and 13 develop cycle using the Yocto Project.
14 gives advice about how to make changes to the Yocto Project to achieve the best results.
15 </para> 14 </para>
16 15
17 <section id="understanding-and-creating-layers"> 16 <section id="understanding-and-creating-layers">