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>
This commit is contained in:
Scott Rifenbark 2013-04-05 11:30:50 -07:00 committed by Richard Purdie
parent 482c6a7120
commit 7f21c57770
1 changed files with 5 additions and 6 deletions

View File

@ -6,12 +6,11 @@
<title>Common Tasks</title>
<para>
This chapter describes standard tasks such as adding new
software packages, extending or customizing images, and porting work to
new hardware (adding a new machine).
The chapter also describes how to combine multiple
versions of library files into a single image, how to handle a package name alias, and
gives advice about how to make changes to the Yocto Project to achieve the best results.
This chapter describes fundamental procedures such as creating layers,
adding new software packages, extending or customizing images,
porting work to new hardware (adding a new machine), and so forth.
You will find the procedures documented here occur often in the
develop cycle using the Yocto Project.
</para>
<section id="understanding-and-creating-layers">