summaryrefslogtreecommitdiff
path: root/bitbake
AgeCommit message (Expand)AuthorFiles
2011-01-28bitbake/runqueue.py: Avoid starvation of events to the serverRichard Purdie1
2011-01-27bitbake/build.py: When looking up extra stamp info for setscene tasks, use th...Richard Purdie1
2011-01-26bitbake/unlockfile: Fix exception handlingRichard Purdie1
2011-01-25bitbake/fetch2: Instrument fetchers when making network accessYu Ke9
2011-01-25bb.fetch2: add "BB_NO_NETWORK" optionYu Ke1
2011-01-25bb.fetch2: remove the obsolate Fetch.try_mirrors referrenceYu Ke1
2011-01-25git.py: split download to download() and build_mirror_data()Yu Ke2
2011-01-25bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke13
2011-01-25bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2Yu Ke2
2011-01-25bb.fetch2: revise the Fetch.unpack APIYu Ke1
2011-01-25bb.fetch2: add unpack method in fetcherYu Ke1
2011-01-24bitbake/utils: Ignore OSError in unlockfileRichard Purdie1
2011-01-21siggen.py: better print for task hash comparisonKevin Tian1
2011-01-20bitbake: fix parameter order for flaglist()Dongxiao Xu1
2011-01-20bitbake/providers.py: Fix runtime providers problemsRichard Purdie1
2011-01-19bitbake/utils.py: Teach unlockfile about shared mode lockfilesRichard Purdie1
2011-01-19bitbake/utils.py: Add option of holding shared lockfilesRichard Purdie1
2011-01-18bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu4
2011-01-17bitbake/build.py: Allow FuncFailed error to have an optional messageRichard Purdie1
2011-01-17bitbake/build.py: Rename message field to avoid DeprecationWarning: BaseExcep...Richard Purdie1
2011-01-12bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie2
2011-01-12build: remove duplicate import of utilsBernhard Reutner-Fischer1
2011-01-12*: use utils.remove() some moreBernhard Reutner-Fischer5
2011-01-12codeparser: fix spacing in diagnostic messagesBernhard Reutner-Fischer1
2011-01-12bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie1
2011-01-12bitbake/goggle: don't drop eventsJoshua Lock1
2011-01-12bitbake/depexp: closing progress dialog kills guiJoshua Lock1
2011-01-12bitbake/goggle: closing the progress dialog kills the UIJoshua Lock1
2011-01-12bitbake/uievent: fix queueing of events for xmlrpc before UI has loadedJoshua Lock1
2011-01-10runqueue.py: Renable check_stamp_fn() for now since we still fork for task ex...Richard Purdie1
2011-01-10bitbake/runqueue.py: Simplify hashdata storage since we're not using an exter...Richard Purdie1
2011-01-10msg: no need to hardcode the logging levelsChris Larson1
2011-01-10vim: properly highlight python inside of ${@}Chris Larson1
2011-01-10vim: handle highlighting exports without assignmentChris Larson1
2011-01-10vim: add an ftplugin for indentation settingsChris Larson1
2011-01-10Inject taskpid into log records via our log handlerChris Larson2
2011-01-10bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...Richard Purdie1
2011-01-10Fetcher: only set __BB_DONT_CACHE when SRCREV = "${AUTOREV}"Yu Ke1
2011-01-10Fetcher: break the "SRCREVINACTION" deadlockYu Ke6
2011-01-10bb.fetch2.bzr: add bzr urldata_initYu Ke1
2011-01-10bb.fetch2.hg: add hg urldata_initYu Ke1
2011-01-10bb.fetch2.svn.py: add urldata_initYu Ke1
2011-01-10bb.fetch2.git.py: add git urldata_initYu Ke1
2011-01-10bb.fetch2: add urldata_init call for Fetch classYu Ke1
2011-01-10BBHandler: remove bb.fetch referrenceYu Ke1
2011-01-10bitbake: For poky only, force the use of fetch2 codebaseRichard Purdie1
2011-01-10bitbake: Switch to fetch2 fetcher code based on the environment variable BBFE...Richard Purdie1
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke13
2011-01-10bitbake/fetch/git: Add backwards compatibility code for branch name handlingRichard Purdie1
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke13