aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2005-01-17Unbork our event classes a bit. Added a 'data' property to the Build events ↵Chris Larson
to be more consistent with the other events.
2005-01-17As recommended by pb_ and RP, prepend the task name with 'task_' when ↵Chris Larson
mangling OVERRIDES in bb.data.exec_task().
2005-01-16add current task name to OVERRIDES during executionPhil Blundell
2005-01-02correct transposed protocol/revision parameters to svn checkout;Phil Blundell
patch courtesy Paul Eggleton
2004-12-27emit_var(): if showing all vars, emit even those with invalid names1.0Phil Blundell
2004-12-26Re-raise bb.build.FuncFailed if it's encountered in emit_var. This ensures ↵Chris Larson
that builds of packages that attempt to read the kernel-version file (like kernel modules) fail as they should.
2004-12-09Clean up the BBPATH mangling bits in the parser.Chris Larson
2004-12-09Fix the BBPATH mangling fix..Chris Larson
2004-12-09Add the location of the .bb file to BBPATH in the parser's handle() function ↵Chris Larson
rather than load_oefile, since we need it done for 'include'd files as well as those directly loaded by the 'bitbake' commandline tool.
2004-12-09Adapt bits to the new way of handling the debug level.Chris Larson
2004-12-09Apply patch from seb (proti) to fix OEDEBUG and add a debug commandline ↵Chris Larson
argument.
2004-12-07Initial import.Chris Larson