generic-poky/bitbake/lib/bb/parse
Richard Purdie ba82035412 bitbake: build/ast: Create strong task add/del API in bb.build
Currently its near impossible to control task addition/deletion from
metadata context. This adds stong add/deltask API to bb.build
which is traditionally where it resided. The rather broken
remove_tasks function was removed, it didn't appear to do anything
useful or have any users.

This allows us to clean up hacks currently in use in metadata and use
standard API for it instead.

(Bitbake rev: bf7138dd38fc1f8efca80891198e3422fef64093)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-18 17:08:07 +00:00
..
parse_py bitbake: ast/BBHandler/build: Add support for removing tasks (deltask) 2013-12-18 17:08:07 +00:00
__init__.py bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugs 2013-11-30 22:26:30 +00:00
ast.py bitbake: build/ast: Create strong task add/del API in bb.build 2013-12-18 17:08:07 +00:00