From 8bc6c1c2c817fdc4ee12e165489aab6885fa9e9c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Sep 2016 11:15:02 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'documentation/ref-manual/ref-tasks.xml') 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 @@ FILES variables. + + + The do_package task, in conjunction with the + do_packagedata + task, also saves some important package metadata. + For additional information, see the + PKGDESTWORK + variable and the + "Automatically Added Runtime Dependencies" + section. +
@@ -408,6 +419,8 @@ Creates package metadata used by the build system to generate the final packages. + The data is saved in + PKGDATA_DIR.
-- cgit v1.2.3-54-g00ecf