dev-manual: Applied review comments for eliminating packaging req.

Fixes YOCTO #1706

Richard suggested some technical wording changes.  I also added
the new sub-section into the introductory material as part of the
parent section.

(From yocto-docs rev: 201ae16541676365bef69be578433222191eccd3)

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-05-07 18:05:46 +03:00 committed by Richard Purdie
parent b637518909
commit 9910776fd2
1 changed files with 6 additions and 3 deletions

View File

@ -2523,6 +2523,8 @@
</para></listitem> </para></listitem>
<listitem><para>Reduce the size of the kernel. <listitem><para>Reduce the size of the kernel.
</para></listitem> </para></listitem>
<listitem><para>Eliminate packaging requirements.
</para></listitem>
<listitem><para>Look for other ways to minimize size. <listitem><para>Look for other ways to minimize size.
</para></listitem> </para></listitem>
<listitem><para>Iterate on the process.</para></listitem> <listitem><para>Iterate on the process.</para></listitem>
@ -2808,11 +2810,12 @@
<title>Remove Package Management Requirements</title> <title>Remove Package Management Requirements</title>
<para> <para>
Packaging requirements add size to the kernel. Packaging requirements add size to the image.
One way to reduce the size of the kernel is to remove all the One way to reduce the size of the kernel is to remove all the
packaging requirements from the image. packaging requirements from the image.
This reduction includes removing the package manager as well This reduction includes both removing the package manager
as its dependencies. and its dependencies as well as removing the package management
data itself.
</para> </para>
<para> <para>