aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
AgeCommit message (Expand)Author
2010-04-20Don't try to expand non-string valuesChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-10Switch some references to moved functionsChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-03-30Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-01-27build.py: No need for this gross hack now (from Poky)Richard Purdie
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2009-11-03Improve anonymous python function handling sp functions use the methodpool an...Richard Purdie
2009-10-23build.py: Make sure the logfile exists before checking its size. Previously t...Richard Purdie
2009-10-17build.py: Optimisation to remove zero sized log files (from Poky)Richard Purdie
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