[bitbake-devel] [PATCH] bitbake-user-manual: fix description of BB_RUNTASK

Chris Laplante chris.laplante at agilent.com
Thu Oct 4 17:21:38 UTC 2018


Contrary to what the manual said, BB_RUNTASK does include the do_
prefix, unlike BB_CURRENTTASK.

Signed-off-by: Chris Laplante <chris.laplante at agilent.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index b5a7936..c327af5 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -646,10 +646,10 @@
             <glossdef>
                 <para>
                     Contains the name of the currently executing task.
-                    The value does not include the "do_" prefix.
+                    The value includes the "do_" prefix.
                     For example, if the currently executing task is
                     <filename>do_config</filename>, the value is
-                    "config".
+                    "do_config".
                 </para>
             </glossdef>
         </glossentry>
-- 
2.7.4




More information about the bitbake-devel mailing list