aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
AgeCommit message (Collapse)Author
2005-06-30Fix for #88 - written by proti:Marcin Juszkiewicz
The function should be shielded against the posibility that prevdir could be removed by the function.
2005-06-18bitbake/lib/bb/build.py:Holger Hans Peter Freyther
-Fix the task_cache as reference assumption as described in bug report #60 Patch courtsey keturn
2005-06-08- set magic args attribute for event exceptionMichael 'Mickey' Lauer
- remove event property - submit descriptive error messages when raising event exceptions
2005-05-17lib/bb/build.py:Holger Hans Peter Freyther
Do not assume we hold a reference to the variable we got with a bb.data.getVar*. Always set changes back to the variable.
2005-05-17createCopy:Holger Hans Peter Freyther
-Move a createCopy method into data.py -Make code creating deepcopies of the data instance use this new createCopy
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
2004-12-09Adapt bits to the new way of handling the debug level.Chris Larson
2004-12-07Initial import.Chris Larson