aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
AgeCommit message (Expand)Author
2008-12-06build.py: Add better debug to exec_func_python when python function execution...Richard Purdie
2008-05-21build.py: Make sure expandKeys has been called on the data dictonary before r...Richard Purdie
2008-03-15build.py: Fix incorrect variables (thanks pH5)Richard Purdie
2008-03-13build.py: Fix incorrect variable nameRichard Purdie
2008-02-28build.py: Fix task variable expansion issueRichard Purdie
2008-02-26Remove digraph and switch to new stamp checking code.Richard Purdie
2008-02-24build.py: Remove uneeded mkdirhiercallRichard Purdie
2008-02-24build.py: Convert exec_task to use getVarFlagsRichard Purdie
2007-12-01Add selfstamp and lockfiles flagsRichard Purdie
2007-09-05build.py: Add support for cleaning directories before a task in the form: do_...Richard Purdie
2007-08-18build.py: Add _message to TaskBase, add gross hack to logfile name generation...Richard Purdie
2007-08-17BBHandler.py/build.py: Rework add_task to be more efficient (6% speedup, 7% n...Richard Purdie
2007-08-16build.py: Expand data to addtaskRichard Purdie
2007-08-15build.py: Add back python function output through a new mechanism to emulate ...Richard Purdie
2007-07-28Remove ununsed module referencesRichard Purdie
2007-04-03build.py: Expand dependency flag dataRichard Purdie
2007-03-20build.py: Remove BBINCLUDELOGS for now since its breaking things. It will ret...Richard Purdie
2007-03-20build.py: Use a try/finally to make sure logs get redirected after function e...Richard Purdie
2007-03-19build.py: Treat python functions the same as shell functions with respect to ...Richard Purdie
2007-01-10trunk/bitbake/lib/bb/build.py: Put LC_ALL=C on os.system callHolger Hans Peter Freyther
2007-01-07Make -f (force) flag handling work properlyRichard Purdie
2007-01-07build.py: Add del_stamp function to remove existing stamps (factoring common ...Richard Purdie
2007-01-07build.py: Merge stamp_is_current and stamp_is_current_cache into one function...Richard Purdie
2007-01-04moved 'here comes the log' message back to proper placeMarcin Juszkiewicz
2007-01-04build.by: Added option to limit amount of log lines displayed - close #97Marcin Juszkiewicz
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-09-10build.py: Really fix debug_level references causing excessive debug output (s...Richard Purdie
2006-09-10build.py: Fix debug_level references causing excessive debug outputRichard Purdie
2006-09-09build.py: Add interactive flag for tasks to optionally disable console redire...Richard Purdie
2006-09-09Complete conversion to use bb.msgRichard Purdie
2006-08-20bitbake/lib/bb/build.py:Richard Purdie
2006-08-16Remove a debug statement that crept inRichard Purdie
2006-08-13trunk/bitbake/lib/bb/build.py:Richard Purdie
2006-07-08bitbake/lib/bb/__init__.py:Richard Purdie
2006-07-08lib/bb/build.py: fix for 1017, try to change back to the prevdirHolger Hans Peter Freyther
2006-07-08bitbake/lib/bb/build.py:Richard Purdie
2006-03-07bitbake/lib/bb/utils.py:Holger Hans Peter Freyther
2006-02-26bitbake/parser,build,utils:Holger Hans Peter Freyther
2005-06-30Fix for #88 - written by proti:Marcin Juszkiewicz
2005-06-18bitbake/lib/bb/build.py:Holger Hans Peter Freyther
2005-06-08- set magic args attribute for event exceptionMichael 'Mickey' Lauer
2005-05-17lib/bb/build.py:Holger Hans Peter Freyther
2005-05-17createCopy:Holger Hans Peter Freyther
2005-01-17Unbork our event classes a bit. Added a 'data' property to the Build events ...Chris Larson
2005-01-17As recommended by pb_ and RP, prepend the task name with 'task_' when manglin...Chris Larson
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