[bitbake-devel] [PATCHv3 0/1] Allow bitbake commands starting with do_

Alex Franco alejandro.franco at linux.intel.com
Mon Aug 31 20:56:08 UTC 2015


The output of "bitbake, -c listtasks pkg" lists tasks with their real names
(starting with "do_"), but then "bitbake -c do_task" fails, as "do_" always
gets unconditionally prepended to task names. This patch handles this error
by always removing "do_" from the beginning of task names when the runqueue
is being constructed.

[YOCTO #7818]

Changes since v1: removed regex, using string.replace
Changes since v2: removed string.replace, using slice

Signed-off-by: Alex Franco <alejandro.franco at linux.intel.com>

Alex Franco (1):
  Allow bitbake commands starting with do_

 bitbake/lib/bb/runqueue.py | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.5.1




More information about the bitbake-devel mailing list