aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2007-03-07runqueue.py: Fix parameters to get_user_idstring()Richard Purdie
2007-03-05shell.py: Fix syntax warning reported by pH5Richard Purdie
2007-03-04Update versionsRichard Purdie
2007-03-04cooker.py: Split cook into several functionsRichard Purdie
2007-03-04runqueue.py: Split execute_runqueue into componentsRichard Purdie
2007-03-04runqueue.py: Refactor some functions/dataRichard Purdie
2007-03-04cooker.py: Move some functionality to the module init functionRichard Purdie
2007-03-04runqueue.py: Try to kill remaining processes but don't error if they no longe...Richard Purdie
2007-03-04runqueue.py: Remove extra now unneeded parameterRichard Purdie
2007-03-04cooker.py: Remove old reference to BBStatisticsRichard Purdie
2007-03-04runqueue.py: Improve initialization instead of repeating parametersRichard Purdie
2007-03-04cooker.py, runqueue.py: Move statistics implementation from cooker to runqueueRichard Purdie
2007-03-04event.py: Remove data dependencies to resolve a dependency loopRichard Purdie
2007-03-04shell.py: Remove build_cache_fail references since this no longer works as in...Richard Purdie
2007-03-04providers.py: Remove now unused parameter from filterProvidersRichard Purdie
2007-03-04msg.py: Add events for standard message typesRichard Purdie
2007-02-27Bitbake: cooker.py: Fix find_bbfiles. Previously, an attempt to put a path t...Chris Larson
2007-02-21runqueue.py: Fix recrdeptask handling (from poky)Richard Purdie
2007-01-23fetch/svn.py: use username/password when provided in SRC_URI - close OE#1781Marcin Juszkiewicz
2007-01-12runqueue.py: Check for failed dependencies before trying to find a fnidRichard Purdie
2007-01-12runqueue.py: Fix prepare_runqueue parametersRichard Purdie
2007-01-10trunk/bitbake/lib/bb/build.py: Put LC_ALL=C on os.system callHolger Hans Peter Freyther
2007-01-07runqueue.py: Give the user some idea of the number of tasks involvedRichard Purdie
2007-01-07shell.py: Fix up force flag handling for directly named filesRichard Purdie
2007-01-07Make -f (force) flag handling work properlyRichard Purdie
2007-01-07runqueue.py: Pass cooker to prepare_runqueue (for now)Richard 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-06Make cvs_port a string and an empty one as well. This should fix the concatin...Holger Hans Peter Freyther
2007-01-06CVS Fetcher: Added support for non-default port (needed or rxvt-unicode in OE).Marcin Juszkiewicz
2007-01-04runqueue.py: Don't create recurisve tasks if they don't exist but still follo...Richard Purdie
2007-01-04taskqueue.py: Add tasks to be queried but not createdRichard 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
2007-01-02svn fetcher: Don't have a date in the filename for specific svn revisionsRichard Purdie
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-12-08Remove the first attempt to integrate Marc's flex/lemonHolger Hans Peter Freyther
2006-12-06cooker.py: Clean up pkgs_to_build handlingRichard Purdie
2006-12-06bitbake: Move cooker from bin/bitbake to lib/bb/cooker.pyRichard Purdie
2006-12-06runqeue.py: Send SIGINT, not SIGTERM when ending tasks. Use process groups to...Richard Purdie
2006-12-06fetch/__init__.py: Have getSrcDate process an optional srcdate parameter with...Richard Purdie
2006-11-30shell.py: Fix typo (thanks to pH5 for spotting)Richard Purdie
2006-11-25data.py: Revert inherits_class change - merge error :-(Richard Purdie
2006-11-25data.py: Fix inherits_class() so it doesn't split lists. Add unexport handlin...Richard Purdie
2006-11-25runqueue: Avoid running task sanity checks upon task failureRichard Purdie
2006-11-25data_smart: Micro optimisation - search for "${" instead of "$"Richard Purdie
2006-11-25BBHandle: Remove unused __bbpath_found__ variableRichard Purdie
2006-11-25fetch/__init__.py: Store urldata by 'FILE' to solve url contamination between...Richard Purdie
2006-11-22git.py: Fix typo (from koen)Richard Purdie