summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-13 11:15:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-23 15:27:34 +0100
commit8bc6c1c2c817fdc4ee12e165489aab6885fa9e9c (patch)
tree0a37ea47140367bd7c69ed8edab5823c6897fd0c /documentation/ref-manual/ref-tasks.xml
parent899ea9cb4839580c7f562e1601e58ac71a6dca4e (diff)
downloadpoky-8bc6c1c2c817fdc4ee12e165489aab6885fa9e9c.tar.gz
ref-manual: New section and updates for runtime dep work
fixes [YOCTO #10248] The bulk of this change is a new section called "Automatically Added Runtime Dependencies". Additionally, changes were made to the RDEPENDS and DEPENDS variables. Some cross-referencing to the new material was also added in the do_package task entry, the do_packagedata task entry, the PKGDATA_DIR glossary entry, and the PRIVATE_LIBS glossary entry. (From yocto-docs rev: 16504cd0eb23e102322c6c6096c5b52500a04640) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r--documentation/ref-manual/ref-tasks.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index b0a65a989b..fa9fca1ce3 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -334,6 +334,17 @@
334 <link linkend='var-FILES'><filename>FILES</filename></link> 334 <link linkend='var-FILES'><filename>FILES</filename></link>
335 variables. 335 variables.
336 </para> 336 </para>
337
338 <para>
339 The <filename>do_package</filename> task, in conjunction with the
340 <link linkend='ref-tasks-packagedata'><filename>do_packagedata</filename></link>
341 task, also saves some important package metadata.
342 For additional information, see the
343 <link linkend='var-PKGDESTWORK'><filename>PKGDESTWORK</filename></link>
344 variable and the
345 "<link linkend='automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</link>"
346 section.
347 </para>
337 </section> 348 </section>
338 349
339 <section id='ref-tasks-package_qa'> 350 <section id='ref-tasks-package_qa'>
@@ -408,6 +419,8 @@
408 <para> 419 <para>
409 Creates package metadata used by the build system to generate the 420 Creates package metadata used by the build system to generate the
410 final packages. 421 final packages.
422 The data is saved in
423 <link linkend='var-PKGDATA_DIR'><filename>PKGDATA_DIR</filename></link>.
411 </para> 424 </para>
412 </section> 425 </section>
413 426