aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
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
2006-11-19svn fetcher: added my (C) as this is code which I wrote in 2004 (pre-bitbake ...Marcin 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-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
2006-11-13Add perforce fetcher from Jordan Crouse, suitably modified for recent bitbake...Richard Purdie
2006-11-13runqueue.py: Fix inverted logic. Less speed, more haste.Richard Purdie
2006-11-13runqueue.py: Fix indentationRichard Purdie
2006-11-13runqueue.py: Improve handling of zero length task lists in -k caseRichard Purdie
2006-11-13Bump to version 1.7.4Richard Purdie
2006-11-13providers.py: Make PREFERRED_PROVIDER_foobar defaults to foobar if availableRichard Purdie
2006-11-12runqueue.py: Avoid errors in builds with build failures when using -k optionRichard Purdie
2006-11-12runqueue.py: Have recrdeptask follow depends as well as rdepends (and rdepend...Richard Purdie
2006-11-12taskdata.py: Add some extra debug to dump_data and optimise depid and rdepid ...Richard Purdie
2006-11-12taskdata.py: Add missing error message for unbuildable targetsRichard Purdie
2006-11-12runqueue.py: Add sanity check for zero length task listRichard Purdie
2006-11-12runqueue.py: raise build failure exceptions instead of trapping them to allow...Richard Purdie
2006-11-12taskdata.py: Improve abort flag handling, fixing several bugsRichard Purdie
2006-11-12svk.py: Remove unused variablesRichard Purdie
2006-11-12Fetchers: More cleanups, error handling fixes, fix SRCDATE handling to accoun...Richard Purdie
2006-11-12Fetchers: Add forcefetch method for handling of SRCDATE now or tag=master. Mo...Richard Purdie
2006-11-12fetchers: Only call createCopy and update_data after checking if the download...Richard Purdie
2006-11-12svn.py: Fix a references to dateRichard Purdie
2006-11-12svn.py: Fix a reference to parmRichard Purdie
2006-11-12fetchers: Cleanup more variablesRichard Purdie
2006-11-12fetchers: Remove check_for_tarball() in favour of try_mirror directlyRichard Purdie