aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2011-02-07bitbake/fetch2: Drop old md5 handling codeRichard Purdie
2011-02-07bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie
2011-02-07bitbake/fetch2: Have all fetcher exceptions derived from a common BBFetchExce...Richard Purdie
2011-02-07bitbake/fetch2: Drop unused parameter for localpath() and update commentsRichard Purdie
2011-02-07bitbake/fetch2: Simplfy setup_srcrevsRichard Purdie
2011-02-07bitbake/fetch2: Simplify localpath variable handling FetchData initRichard Purdie
2011-02-07bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie
2011-02-07bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-02-07bitbake/fetch2: Drop horrible SRCREV hack which is no longer neededRichard Purdie
2011-02-06bitbake/fetch2/git: Switch to completely use bare clonesRichard Purdie
2011-02-05fetch2/git.py: Fix problem when fetching with no originSaul Wold
2011-02-05bitbake/fetch2/git: Ensure we prune origin to remove stale branchesRichard Purdie
2011-02-03bitbake/fetch2/git: Ensure deleted branches upstream are removed, all branch ...Richard Purdie
2011-02-03bitbake/fetch2: Remove old local file acceleration codeRichard Purdie
2011-02-03bitbake/fetch2: Ensure that mirror fetches are symlinked from the download di...Richard Purdie
2011-02-03bitbake/fetch2: When encoding a file:// url, drop user and host informationRichard Purdie
2011-02-03bitbake/lib/bb/fetch2: Assign a default name in the names array as empty stri...Richard Purdie
2011-02-02bitbake/fetch2: Add missing parameter to localcount_internal_helperRichard Purdie
2011-02-02bitbake/fetch2/git: Ensure target directory exists when copying filesRichard Purdie
2011-02-02fetch2: Allow multiple src rev to be used in one src_uriYu Ke
2011-02-02git.py: Remove the source tree tarball archivesYu Ke
2011-02-02bitbake/fetch2/git: Add nocheckout option to disable checkouts and always add...Richard Purdie
2011-02-02bb.fetch2: Add git unpackYu Ke
2011-02-01bitbake/fetch2: Ensure the local revision counter takes a default value of 0,...Richard Purdie
2011-01-28bitbake/runqueue.py: Avoid starvation of events to the serverRichard Purdie
2011-01-27bitbake/build.py: When looking up extra stamp info for setscene tasks, use th...Richard Purdie
2011-01-26bitbake/unlockfile: Fix exception handlingRichard Purdie
2011-01-25bitbake/fetch2: Instrument fetchers when making network accessYu Ke
2011-01-25bb.fetch2: add "BB_NO_NETWORK" optionYu Ke
2011-01-25bb.fetch2: remove the obsolate Fetch.try_mirrors referrenceYu Ke
2011-01-25git.py: split download to download() and build_mirror_data()Yu Ke
2011-01-25bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke
2011-01-25bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2Yu Ke
2011-01-25bb.fetch2: revise the Fetch.unpack APIYu Ke
2011-01-25bb.fetch2: add unpack method in fetcherYu Ke
2011-01-24bitbake/utils: Ignore OSError in unlockfileRichard Purdie
2011-01-21siggen.py: better print for task hash comparisonKevin Tian
2011-01-20bitbake: fix parameter order for flaglist()Dongxiao Xu
2011-01-20bitbake/providers.py: Fix runtime providers problemsRichard Purdie
2011-01-19bitbake/utils.py: Teach unlockfile about shared mode lockfilesRichard Purdie
2011-01-19bitbake/utils.py: Add option of holding shared lockfilesRichard Purdie
2011-01-18bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu
2011-01-17bitbake/build.py: Allow FuncFailed error to have an optional messageRichard Purdie
2011-01-17bitbake/build.py: Rename message field to avoid DeprecationWarning: BaseExcep...Richard Purdie
2011-01-12bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie
2011-01-12build: remove duplicate import of utilsBernhard Reutner-Fischer
2011-01-12*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-12codeparser: fix spacing in diagnostic messagesBernhard Reutner-Fischer
2011-01-12bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie
2011-01-12bitbake/goggle: don't drop eventsJoshua Lock