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>
This commit is contained in:
Scott Rifenbark
2016-09-13 11:15:02 -07:00
committed by Richard Purdie
parent 899ea9cb48
commit 8bc6c1c2c8
3 changed files with 196 additions and 70 deletions

View File

@@ -334,6 +334,17 @@
<link linkend='var-FILES'><filename>FILES</filename></link>
variables.
</para>
<para>
The <filename>do_package</filename> task, in conjunction with the
<link linkend='ref-tasks-packagedata'><filename>do_packagedata</filename></link>
task, also saves some important package metadata.
For additional information, see the
<link linkend='var-PKGDESTWORK'><filename>PKGDESTWORK</filename></link>
variable and the
"<link linkend='automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</link>"
section.
</para>
</section>
<section id='ref-tasks-package_qa'>
@@ -408,6 +419,8 @@
<para>
Creates package metadata used by the build system to generate the
final packages.
The data is saved in
<link linkend='var-PKGDATA_DIR'><filename>PKGDATA_DIR</filename></link>.
</para>
</section>