summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2007-08-18Release BitBake Version 1.8.8 and increase the branch version to 1.8.91.8.8Holger Hans Peter Freyther
2007-08-18[regression] Make SRCDATE/CVSDATE for the fetchers work again. This ↵Holger Hans Peter Freyther
regressed in r653 PN should always be set for files as it comes from bitbake.conf but as we are close to a release make the least intrusive change and copy SRCDATE and CVSDATE to the above line as well. I think the second return is dead code and we should remove it.
2007-08-18cooker.py: Only try to change terminal flags on terminalsRichard Purdie
2007-08-18fetch/__init__.py: Don't create .lock files for local filesRichard Purdie
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-17BBHandler.py/build.py: Rework add_task to be more efficient (6% speedup, 7% ↵Richard Purdie
number of function calls reduction)
2007-08-17taskdata.py: Improve dump_data debugging codeRichard 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-16Fix syntax and indentionHolger Hans Peter Freyther
2007-08-16svn.py: Handle case where SRCREV=NoneRichard Purdie
2007-08-16git.py: Fix reference to tagRichard Purdie
2007-08-16git.py: Handle tag=master correctly (from poky)Richard Purdie
2007-08-16data_smart.py: Add has_key() check before accessing dataRichard Purdie
2007-08-16bitbake-1.8: Backport fixes for bugs from trunkRichard 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-12bb/__init__.py: Improve which functionRichard 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-11__fetch__.py: Correct commitRichard Purdie
2007-08-11fetch/__init__.py: Fix double newline output from fetcher commands (from poky)Richard 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-11providers.py: Add pn-PN to overrides when evalutating PREFERRED_VERSION ↵Richard Purdie
(from poky)
2007-08-05lib/bb/runqueue.py: Make sure intertask depends get processed correcting in ↵Richard Purdie
recursive depends
2007-08-05BBHandler: Don't generate the A variable which is time consuming and doesn't ↵Richard Purdie
appear to get used
2007-08-05persist_data: Retry if database locked, update MANIFESTRichard Purdie
2007-08-03git.py: Fix tag problemRichard Purdie
2007-08-02fetcher updates: Add SRCREV support to git, fix svn SRCREV lockdown support, ↵Richard Purdie
clean up fetcher force options, finish sortable_revision implementation
2007-07-31Work around fetcher recursion problems for nowRichard Purdie
2007-07-31Various fetcher bugfixesRichard Purdie
2007-07-31data.emit_var() - only call getVar if we need the variableRichard Purdie
2007-07-31Add fixes from trunk to 1.8 branchRichard Purdie
2007-07-30svn fetcher: Add SRCREV supportRichard Purdie
2007-07-29persist_data.py: Try harder to import an sqlite package. Show how to change ↵Richard Purdie
the connection lock timeout
2007-07-29event.py: Add ConfigParsed Event after configuration parsing is completeRichard Purdie
2007-07-29persist_data: Remove bogus testing codeRichard Purdie
2007-07-28Update parser to work optimally with the new fetcher codeRichard Purdie
2007-07-28Add persitent data store from trunk, sync the fetcher changes to use the ↵Richard Purdie
persistent store
2007-07-25svn.py: Fix #2624 and #2644 by changing svn layout in SVNDIR (backport)Richard Purdie
2007-06-30tags/bitbake-1.8.6: Tag BitBake-1.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