ref-manual: Updated the do_packages task.

Fixes [YOCTO #9967]

Added more detail to this task description.

(From yocto-docs rev: 8cb154493a6b4ee541826f898b823a4dc2795f88)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-07-18 12:25:39 -07:00 committed by Richard Purdie
parent 4f27aa6e3a
commit bb1643444e
1 changed files with 9 additions and 2 deletions

View File

@ -299,8 +299,15 @@
<title><filename>do_package</filename></title>
<para>
Analyzes the content of the holding area and splits it into subsets
based on available packages and files.
Analyzes the content of the holding area
<filename>${</filename><link linkend='var-D'><filename>D</filename></link><filename>}</filename>
and splits the content into subsets based on available packages
and files.
This task makes use of the
<link linkend='var-PACKAGES'><filename>PACKAGES</filename></link>
and
<link linkend='var-FILES'><filename>FILES</filename></link>
variables.
</para>
</section>