From 76361c9b389d3461962a7f82e78888a6f5de80bd Mon Sep 17 00:00:00 2001 From: Chris Laplante via bitbake-devel Date: Thu, 4 Oct 2018 13:21:38 -0400 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake') 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 @@ 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 do_config, the value is - "config". + "do_config". -- cgit v1.2.3-54-g00ecf