summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2007-06-30tags/bitbake-1.8.6: Tag BitBake-1.8.61.8.6Holger Hans Peter Freyther
-Update ChangeLog -Update version(s) in the tags and in the branch
2007-06-26taskdata: Remove supriours PREFERRED_PROVIDER warningsRichard Purdie
2007-06-12runqueue.py: Message fix from hrwRichard Purdie
2007-06-12runqueue.py: Correctly redirect stdin when forking. Richard Purdie
cooker.py: If parsing errors are found, exit, too many users miss the errors
2007-06-10Update branches after releaseRichard Purdie
2007-06-10bitbake trunk/1.8: Update manualRichard Purdie
2007-05-20taskdata.py: Promote certain warnings from debug to note 2 levelRichard Purdie
2007-05-20runqueue.py: Don't run sanity checks on incomplete buildsRichard Purdie
2007-05-20runqueue.py: Use correct variable for task lengthRichard Purdie
2007-05-20cooker.py: Fix invalid regexp in BBMASK error handling (missing import) (#1124)Richard Purdie
2007-05-20BBHandler.py: Raise ParseError for filenames with multiple underscores ↵Richard Purdie
instead of infinitely looping (1.6, 1.8, trunk)
2007-05-20runqueue.py: Fix bug when target was in ASSUME_PROVIDED (#2236)Richard Purdie
2007-05-19Fix a second kind of __inherit_cache race (trunk + branches)Richard Purdie
2007-05-19parse_py/BBHandler.py: Make sure __inherit_cache is updated before calling ↵Richard Purdie
include()
2007-04-26Release bitbake 1.8.2Richard Purdie
2007-04-18cooker.py: Fix cache errors when generation dotGraphsRichard Purdie
2007-04-03build.py: Expand dependency flag dataRichard Purdie
2007-04-03build.py: Add missing intertask dependency codeRichard Purdie
2007-04-01Allow operations other than assignment on flag variables (from trunk)Richard Purdie
2007-04-01Add code to handle inter-task dependencies (from trunk)Richard Purdie
2007-04-01Add PE (Package Epoch) support from Philipp Zabel (pH5) (from trunk)Richard Purdie
2007-04-01cache.py: Catch truncated cache file errors (from trunk)Richard Purdie
2007-03-19Prepare for releaseRichard Purdie
2007-03-19MANIFEST: Add COPYINGRichard Purdie
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-04bitbake-1.8: Prepare for releaseRichard 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