diff options
author | Chris Laplante via bitbake-devel <bitbake-devel@lists.openembedded.org> | 2018-10-04 13:21:38 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-18 10:59:27 +0100 |
commit | 76361c9b389d3461962a7f82e78888a6f5de80bd (patch) | |
tree | 471c18c73b97b45f2dafdd8e16d3fde500e0d1a0 /bitbake | |
parent | a8a077cafb0584dbb4ad4cb8a721b4d50b4180ef (diff) | |
download | poky-76361c9b389d3461962a7f82e78888a6f5de80bd.tar.gz |
bitbake: bitbake-user-manual: fix description of BB_RUNTASK
Contrary to what the manual said, BB_RUNTASK does include the do_
prefix, unlike BB_CURRENTTASK.
(Bitbake rev: 3f4968c77129252e8d0833fbd683372fca243a90)
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index b5a793649c..c327af52a9 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | |||
@@ -646,10 +646,10 @@ | |||
646 | <glossdef> | 646 | <glossdef> |
647 | <para> | 647 | <para> |
648 | Contains the name of the currently executing task. | 648 | Contains the name of the currently executing task. |
649 | The value does not include the "do_" prefix. | 649 | The value includes the "do_" prefix. |
650 | For example, if the currently executing task is | 650 | For example, if the currently executing task is |
651 | <filename>do_config</filename>, the value is | 651 | <filename>do_config</filename>, the value is |
652 | "config". | 652 | "do_config". |
653 | </para> | 653 | </para> |
654 | </glossdef> | 654 | </glossdef> |
655 | </glossentry> | 655 | </glossentry> |