summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-08-16tinfoil: backport to 1.121.12Paul Eggleton
2011-09-20bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie
2011-08-15bitbake: use layer priority when applying bbappendsPaul Eggleton
2011-08-15cooker.py: Don't show spurious warnings for collections of .bbappend filesRichard Purdie
2011-08-15bitbake/cooker.py: Ensure BBFILES is processed in orderRichard Purdie
2011-04-04cooker: fix -b with BBCLASSEXTENDChris Larson
2011-03-11server: use local fixed _bootstrap when appropriateChris Larson
2011-02-18Release 1.12.01.12.0Richard Purdie
2011-02-16uihelper: import bb.build, kill commented linesChris Larson
2011-02-16cooker: don't choke if we have nothing to parseChris Larson
2011-02-16siggen: add bb.data, bb.parse importsChris Larson
2011-02-16runqueue: simplify RunQueueStats.copyChris Larson
2011-02-16runqueue: pass a copy of the RunQueueStats to eventsChris Larson
2011-02-15server: clean up call of write_profile_statsChris Larson
2011-02-15server: add profiling support to ProcessServerChris Larson
2011-02-11Enable some DeprecationWarningsChris Larson
2011-02-11persist_data: handle lock in sqlite and use the shared cacheChris Larson
2011-02-11persist_data: drop SQLData indirectionChris Larson
2011-02-11persist_data: use better items/values methods for SQLTableChris Larson
2011-02-10fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold
2011-02-10bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...Richard Purdie
2011-02-10bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLYRichard Purdie
2011-02-10fetch2: Add SRPM knowledgeMark Hatle
2011-02-10bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirrorRichard Purdie
2011-02-10bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...Richard Purdie
2011-02-10bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr...Richard Purdie
2011-02-10bitbake/fetch2: Ensure we only remove files, not directories when fetch failu...Richard Purdie
2011-02-10bitbake/fetch2: Ensure original ud is preserved in try_mirrorRichard Purdie
2011-02-10bitbake/fetch2/git: Fix broken variable referenceRichard Purdie
2011-02-10bitbake/fetch2/git: Ensure unresolved branches are translated into revisionsRichard Purdie
2011-02-10fetch2: add try/finally to ensure lockfile is unlocked on failureSaul Wold
2011-02-10fetch2: add runfetchcmd to import for fetchersSaul Wold
2011-02-10bitbake/fetch2:Fetch Make using the fn based cache optionalRichard Purdie
2011-02-10bitbake/fetch2: Fix pickling issues with fetcher exceptionsRichard Purdie
2011-02-10bitbake/fetch2: Update mirror processing to ensure we look for mirror tarballsRichard Purdie
2011-02-10bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...Richard Purdie
2011-02-10bitbake/fetch2: Match Fetcher log domain to that in bb.msgRichard Purdie
2011-02-10bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball...Richard Purdie
2011-02-10bitbake/fetch2/git.py: Ensure that forcefetch operates in the correct directo...Richard Purdie
2011-02-10bitbake/fetch2/git: Fix localpath to point at the clone repo since we no long...Richard Purdie
2011-02-10bitbake/fetch2: Use True instead of integer valuesRichard Purdie
2011-02-10bitbake/fetch2: Drop name/override ordering backwards compatibility codeRichard Purdie
2011-02-10bitbake/fetch2/svn: The concept of using dates with svn is totally insane, dr...Richard Purdie
2011-02-10bitbake/fetch2: Define a new interface to the fetcher code though the 'Fetch'...Richard Purdie
2011-02-10bitbake/fetch2: Fix typoRichard Purdie
2011-02-10bitbake/fetch2: Drop legacy CVSDATE supportRichard Purdie
2011-02-10bitbake/fetch2: Move getSRCDate to FetchData class where is more appropriateRichard Purdie
2011-02-10bitbake/fetch2: Make srcrev_internal_helper a normal function, doesn't belong...Richard Purdie
2011-02-10bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-10bitbake/fetch2: Drop old md5 handling codeRichard Purdie