summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2011-03-02fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-03-02bitbake/utils.py: Allow join_deps to return a list that isn't comman separatedRichard Purdie
2011-02-25build: add missing newlineChris Larson
2011-02-25build: switch to old cwd handlingChris Larson
2011-02-25cooker: use BBHandler.inherit for INHERITChris Larson
2011-02-25cooker: simplify self.configuration.data vs data usageChris Larson
2011-02-24build.py: Operate logfile handling at the task levelRichard Purdie
2011-02-24build.py: Improve exec_task standalone usageRichard Purdie
2011-02-24bitbake/data_smart: Improve Variable expansion error handlingRichard Purdie
2011-02-24bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie
2011-02-24bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...Richard Purdie
2011-02-24bitbake/cooker: Fix parsing failure zombie problemRichard Purdie
2011-02-21bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...Richard Purdie
2011-02-21bitbake/fetch2: Revert part of the unpack change until the issues with it are...Richard Purdie
2011-02-21fetch2: unpack revisionMark Hatle
2011-02-21bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie
2011-02-21bitbake/fetch2: Fix patch merge errorRichard Purdie
2011-02-21bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ...Richard Purdie
2011-02-21bitbake/fetch2: Ensure network access status is reset for each loop iteration...Richard Purdie
2011-02-21bitbake/fetch2/wget: Fix missing string parameter referenceRichard Purdie
2011-02-21bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logsRichard Purdie
2011-02-21bitbake/fetch2: Correctly handle git mirror tarball fetchingRichard Purdie
2011-02-21bitbake/fetch2: Pass over malformatted (empty) mirror url linesRichard Purdie
2011-02-21bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrectRichard Purdie
2011-02-21process.py: Avoid deprecation warningRichard Purdie
2011-02-21bitbake/build.py: When looking up extra stamp info for setscene tasks, use th...Richard Purdie
2011-02-21bitbake/unlockfile: Fix exception handlingRichard Purdie
2011-02-21bitbake/utils: Ignore OSError in unlockfileRichard Purdie
2011-02-21siggen.py: better print for task hash comparisonKevin Tian
2011-02-21fix parameter order for flaglist()Dongxiao Xu
2011-02-21bitbake/providers.py: Fix runtime providers problemsRichard Purdie
2011-02-21bitbake/utils.py: Teach unlockfile about shared mode lockfilesRichard Purdie
2011-02-21bitbake/utils.py: Add option of holding shared lockfilesRichard Purdie
2011-02-21Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu
2011-02-21bitbake/build.py: Rename message field to avoid DeprecationWarning: BaseExcep...Richard Purdie
2011-02-21bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie
2011-02-18Increment version for development versionRichard Purdie
2011-02-18Release 1.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