summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)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 regressed...Holger Hans Peter Freyther
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 debugg...Richard Purdie
2007-08-17data.py: Split expandKeys into two for loops to benefit from the expand_cache...Richard Purdie
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% n...Richard Purdie
2007-08-17taskdata.py: Improve dump_data debugging codeRichard Purdie
2007-08-17Print the list of missing DEPENDS/RDEPENDS on the "No buildable providers ava...Holger Hans Peter Freyther
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
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
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 alrea...Richard Purdie
2007-08-11fetch/__init__.py: Reinstate global urldata cache instead of using the persis...Richard Purdie
2007-08-11providers.py: Add pn-PN to overrides when evalutating PREFERRED_VERSION (from...Richard Purdie
2007-08-05lib/bb/runqueue.py: Make sure intertask depends get processed correcting in r...Richard Purdie
2007-08-05BBHandler: Don't generate the A variable which is time consuming and doesn't ...Richard Purdie
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
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 t...Richard Purdie
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 pers...Richard Purdie
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
2007-06-26taskdata: Remove supriours PREFERRED_PROVIDER warningsRichard Purdie