aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2007-03-11Update ChangeLog for 1.7.x changes, cleanup TODORichard Purdie
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 ↵Richard Purdie
longer exist (reported by koen)
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 ↵Richard Purdie
intended
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 ↵Chris Larson
to a directory (not a glob of the .bb files) in BBFILES would fail, as it was calling out 'find' but not chomping off the newlines from the find output. Now it's using os.walk() to populate the list instead.
2007-02-21runqueue.py: Fix recrdeptask handling (from poky)Richard Purdie
2007-02-16trunk/bitbake: Update the MANIFEST as wellHolger Hans Peter Freyther
2007-01-23fetch/svn.py: use username/password when provided in SRC_URI - close OE#1781Marcin Juszkiewicz
Subversion will still ask if self-signed SSL certificate will be used.
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
For our french and strange friends place LC_ALL=C in all task calls. This should give us english log messages
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
functionality into a shared function).
2007-01-07build.py: Merge stamp_is_current and stamp_is_current_cache into one ↵Richard Purdie
function. This needs rethinking eventually.
2007-01-06Make cvs_port a string and an empty one as well. This should fix the ↵Holger Hans Peter Freyther
concatination error koen was seeing and describing in #1753
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 ↵Richard Purdie
follow dependencies. Also allow multiple recrdeptask entries.
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
- option is named BBINCLUDELOGS_LINES and is integer - if option is set then logs are passed via 'tail' command
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
- those scripts are not called by hand by bitbake users and most of package linting tools (lintian/Debian, rpmlint/Fedora) complain about not executable scripts. - if someone want to run them by hand then he will be able to do it with calling 'python SCRIPT'
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
BitBake trunk is now GPLv2 only, no mix of MIT,FreeBSD License is left. Update GPL headers to point to the correct address of the FSF Update the list of authors. Uli Luckas, Seb Frankengul and Tim Amsell contributed to the sourcecode as well
2006-12-08Update the GPL to the current version of the FSFHolger Hans Peter Freyther
Update the address of the FSF
2006-12-08Remove the first attempt to integrate Marc's flex/lemonHolger Hans Peter Freyther
Remove the first C implementation. I'm too lazy to create proper license headers for what will be replaced with the bitbake-parser code soon(tm).
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 ↵Richard Purdie
to ensure all children are terminated.
2006-12-06fetch/__init__.py: Have getSrcDate process an optional srcdate parameter ↵Richard Purdie
within the url
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