summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Collapse)Author
2007-08-18cookey.py: Clear the terminal TOSTOP flag if set (and warn the user)Richard Purdie
2007-08-17runqueue.py: Fix idepends handling to avoid dependency errors, improve ↵Richard Purdie
debugging capability
2007-08-17data.py: Split expandKeys into two for loops to benefit from the ↵Richard Purdie
expand_cache (12% speedup)
2007-08-17bb/__init.py: Sort digraph output to make builds more reproducibleRichard Purdie
2007-08-17Print the list of missing DEPENDS/RDEPENDS on the "No buildable providers ↵Holger Hans Peter Freyther
available for required build target..." error message I'm not certain to get all occurences of fail_fnid but the printed message is a usability improvement. So this change might be not complete but good enough to be applied.
2007-08-16build.py: Expand data to addtaskRichard Purdie
2007-08-16Update trunk ChangelogRichard Purdie
2007-08-15fetch/__init__.py: Add locking so multiple fetch processes don't compete for ↵Richard Purdie
the same file
2007-08-15Backports to the 1.8 branch (msg.plain, providers changes)Richard Purdie
2007-08-12cooker.py: Allow the -b -e option combination to take regular expressionsRichard Purdie
2007-08-12ConfHandler.py: Apply OVERRIDES before performing immediate expansionsRichard Purdie
2007-08-12fetch/local.py: Fix local fetcher's localpath return values (remove parameters)Richard Purdie
2007-08-11fetch/__init__.py: Add SRCREV_FORMAT supportRichard Purdie
2007-08-11fetch/__init__.py: Add BB_SRCREV_POLICY variable (clear or cache) to control ↵Richard Purdie
SRCREV cache
2007-08-11bitbake: Add profiling option -PRichard Purdie
2007-08-11runqueue.py: Improve the progress indicator by skipping tasks that have ↵Richard Purdie
already run before starting the build rather than during it
2007-08-11fetch/__init__.py: Reinstate global urldata cache instead of using the ↵Richard Purdie
persistent store for performance reasons
2007-08-05BBHandler: Don't generate the A variable which is time consuming and doesn't ↵Richard Purdie
appear to get used
2007-07-31data.emit_var() - only call getVar if we need the variableRichard Purdie
2007-07-30svn fetcher: Add SRCREV supportRichard Purdie
2007-07-29event.py: Add ConfigParsed Event after configuration parsing is completeRichard Purdie
2007-07-25svn.py: Fix #2624 and #2644 by changing svn layout in SVNDIR (backport)Richard Purdie
2007-07-22Improve certain error messagesRichard Purdie
2007-06-30svn fetcher: Create common 'build svn command' functionRichard Purdie
2007-06-26taskdata: Remove supriours PREFERRED_PROVIDER warningsRichard 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-10bitbake trunk/1.8: Update manualRichard Purdie
2007-05-20taskdata.py: Promote certain warnings from debug to note 2 levelRichard 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-18cooker.py: Fix cache errors when generation dotGraphsRichard Purdie
2007-04-01cooker.py: Make -I option a generic one to extend ASSUME_PROVIDEDRichard Purdie
2007-03-31taskdata/runqueue.py: Add code to handle inter-task dependenciesRichard Purdie
2007-03-31ConfHandler.py: Allow operations other than assignment on flag variablesRichard Purdie
2007-03-23cache.py: Catch truncated cache errorsRichard Purdie
2007-03-19build.py: Treat python functions the same as shell functions with respect to ↵Richard Purdie
logging
2007-03-19Add PE (Package Epoch) support from Philipp Zabel (pH5)Richard Purdie
2007-03-19Prepare for releaseRichard Purdie
2007-03-11Update ChangeLog for 1.7.x changes, cleanup TODORichard Purdie
2006-11-01BitBake: Tag 1.6.2 and 1.7.2 of BitBakeHolger Hans Peter Freyther
2006-09-08bitbake/trunk/bitbake: Update the ChangeLog to mention Richards great ↵Holger Hans Peter Freyther
changes and Paul's svn fetcher change
2006-08-15bitbake: Assign release number 1.6.0 to the trunk and update the ChangeLogHolger Hans Peter Freyther
2006-04-19bitbake/Holger Hans Peter Freyther
Merge -453 to HEAD into the trunk from the branch
2006-04-16bitbake/lib/bb/cache.py:Richard Purdie
bitbake/lib/bb/shell.py: bitbake/bin/bitbake: * Remove a useless return value from loadDataFull bitbake/ChangeLog: * Update the changelog with recent changes
2006-04-14 bitbake/ChangeLog:Holger Hans Peter Freyther
Mention the cache breakage and the updated User Manual explaining the Options of the Fetchers
2006-03-01bitbake/lib/bb/fetch/git.py:Richard Purdie
Improvements to the git fetcher including using the src mirrors, updates to use modern git commands, making the code more efficent and remove some old debug.
2006-02-21bitbake/bin/bitbake:Richard Purdie
- ASSUME_PROVIDED allowed to include runtime names