diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-07-18 12:25:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 12:14:59 +0100 |
commit | bb1643444eb35d060562ccb8e6f3cb415e5ba046 (patch) | |
tree | 10a2e7b88ac8d50af5c7da1a3ad56b69e821cc69 | |
parent | 4f27aa6e3ade0bbaef08c4244cccb252fbaabaf1 (diff) | |
download | poky-bb1643444eb35d060562ccb8e6f3cb415e5ba046.tar.gz |
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>
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index a9559bbb0b..e2fd6734d0 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -299,8 +299,15 @@ | |||
299 | <title><filename>do_package</filename></title> | 299 | <title><filename>do_package</filename></title> |
300 | 300 | ||
301 | <para> | 301 | <para> |
302 | Analyzes the content of the holding area and splits it into subsets | 302 | Analyzes the content of the holding area |
303 | based on available packages and files. | 303 | <filename>${</filename><link linkend='var-D'><filename>D</filename></link><filename>}</filename> |
304 | and splits the content into subsets based on available packages | ||
305 | and files. | ||
306 | This task makes use of the | ||
307 | <link linkend='var-PACKAGES'><filename>PACKAGES</filename></link> | ||
308 | and | ||
309 | <link linkend='var-FILES'><filename>FILES</filename></link> | ||
310 | variables. | ||
304 | </para> | 311 | </para> |
305 | </section> | 312 | </section> |
306 | 313 | ||