summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-04setup.py: use FHS compatible directoriesMarcin 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-08Update the GPL to the current version of the FSFHolger 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-12-06Fix docs typo (from ross@o-hand.com)Richard Purdie
2006-11-30bin/bitbake: Fix incorrect variable referenceRichard Purdie
2006-11-30shell.py: Fix typo (thanks to pH5 for spotting)Richard Purdie
2006-11-29fix typoRichard Purdie
2006-11-29bin/bitbake: Update generateDotGraph to use taskData/runQueue correcting the ...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
2006-11-19AUTHORS: added myselfMarcin Juszkiewicz
2006-11-19svn fetcher: added my (C) as this is code which I wrote in 2004 (pre-bitbake ...Marcin Juszkiewicz
2006-11-19added bitbake manpage based on --help outputMarcin Juszkiewicz
2006-11-19BBHandle.py: Instead of iterating through data.keys(d) calling getVarFlag eac...Richard Purdie
2006-11-18Hack to avoid 3 million key expansions by a simple string matchHolger Hans Peter Freyther
2006-11-18ConfHandler, BBHandler: Optmise number of expand callsRichard Purdie
2006-11-18bitbake/ old parser: Compile all anonfuncs at once!Holger Hans Peter Freyther
2006-11-18runqueue.py: Change failed tasks handling so all failed tasks are reported, n...Richard Purdie
2006-11-17Remember that we have compiled and added this file.Holger Hans Peter Freyther
2006-11-17Micro-Optimisation for parsing. Do not join and split the inherit_cache over ...Holger Hans Peter Freyther
2006-11-16runqueue.py: Enhance dependency chain debug messagesRichard Purdie
2006-11-15bin/bitbake: Improve -b error messageRichard Purdie
2006-11-14tastdata.py: Minor speedupRichard Purdie
2006-11-14cache.py: Share the parser's mtime_cache, reducing the number of stat syscallsRichard Purdie
2006-11-14git.py: Fix conversion errorRichard Purdie
2006-11-14taskqueue/runqueue.py: Remove matches_in_list and both_contain functions and ...Richard Purdie
2006-11-14runqueue.py: Catch EventException and don't print a backtraceRichard Purdie
2006-11-14taskdata.py: Stop failed dependencies being added back into taskData. Improve...Richard Purdie