diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index fa9fca1ce3..0ad3632538 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -417,10 +417,11 @@ <filename>do_packagedata</filename> - Creates package metadata used by the build system to generate the - final packages. - The data is saved in - PKGDATA_DIR. + Saves package metadata generated by the + do_package + task in + PKGDATA_DIR + to make it available globally. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a97369dfad..89970421ad 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9691,33 +9691,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGDESTWORK - PKGDESTWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the do_packagedata task." + PKGDESTWORK[doc] = "Points to a temporary work area where the do_package task saves package metadata." - Points to a temporary work area used by the + Points to a temporary work area where the do_package - task to write output from the - do_packagedata - task. + task saves package metadata. The PKGDESTWORK location defaults to the following: ${WORKDIR}/pkgdata - - - - The do_packagedata task then packages - the data in the temporary work area and installs it into a - shared directory pointed to by - PKGDATA_DIR. - - - Do not change this default. + + + The + do_packagedata + task copies the package metadata from + PKGDESTWORK to + PKGDATA_DIR + to make it available globally. +