From 05beac3ef05c38862254b9ba9922961637fb3b72 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 21 Jul 2016 12:18:28 -0700 Subject: [PATCH] ref-manual: Added a link to D variable and moved a task: Fixes [YOCTO #9989] Added a link to the WORKDIR term in the D glossary description example. Also, moved the do_checkpkg task from the section of showing normal recipe build tasks to the the section for manually called tasks. (From yocto-docs rev: 548e2fdfeae9d67bbad73ee3ab69a64a9a6ce9ff) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 60 +++++++++++----------- documentation/ref-manual/ref-variables.xml | 2 +- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 22c1e26eb9..37dd0cfd60 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -35,36 +35,6 @@ -
- <filename>do_checkpkg</filename> - - - Provides information about the recipe including its upstream - version and status. - The upstream version and status reveals whether or not a version - of the recipe exists upstream and a status of not updated, updated, - or unknown. - - - - The checkpkg task is included as part of the - distrodata - class. - - - - To build the checkpkg task, use the - bitbake command with the "-c" option and - task name: - - $ bitbake core-image-minimal -c checkpkg - - By default, the results are stored in - $LOG_DIR - (e.g. $BUILD_DIR/tmp/log). - -
-
<filename>do_compile</filename> @@ -537,6 +507,36 @@ bitbake -c command-line option): +
+ <filename>do_checkpkg</filename> + + + Provides information about the recipe including its upstream + version and status. + The upstream version and status reveals whether or not a version + of the recipe exists upstream and a status of not updated, updated, + or unknown. + + + + The checkpkg task is included as part of the + distrodata + class. + + + + To build the checkpkg task, use the + bitbake command with the "-c" option and + task name: + + $ bitbake core-image-minimal -c checkpkg + + By default, the results are stored in + $LOG_DIR + (e.g. $BUILD_DIR/tmp/log). + +
+
<filename>do_checkuri</filename> diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2fa7209d47..d31c94c9e3 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2597,7 +2597,7 @@ task. This location defaults to: - ${WORKDIR}/image + ${WORKDIR}/image