| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake/fetch2: Ensure the local revision counter takes a default value of 0,... | Richard Purdie | 2011-02-01 | 1 | -1/+1 |
* | bitbake/runqueue.py: Avoid starvation of events to the server | Richard Purdie | 2011-01-28 | 1 | -1/+1 |
* | bitbake/build.py: When looking up extra stamp info for setscene tasks, use th... | Richard Purdie | 2011-01-27 | 1 | -2/+6 |
* | bitbake/unlockfile: Fix exception handling | Richard Purdie | 2011-01-26 | 1 | -1/+1 |
* | bitbake/fetch2: Instrument fetchers when making network access | Yu Ke | 2011-01-25 | 9 | -1/+22 |
* | bb.fetch2: add "BB_NO_NETWORK" option | Yu Ke | 2011-01-25 | 1 | -0/+10 |
* | bb.fetch2: remove the obsolate Fetch.try_mirrors referrence | Yu Ke | 2011-01-25 | 1 | -7/+0 |
* | git.py: split download to download() and build_mirror_data() | Yu Ke | 2011-01-25 | 2 | -3/+9 |
* | bb.fetch2: rename "go" with "download" to better reflect its functionality | Yu Ke | 2011-01-25 | 13 | -19/+19 |
* | bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2 | Yu Ke | 2011-01-25 | 2 | -0/+4 |
* | bb.fetch2: revise the Fetch.unpack API | Yu Ke | 2011-01-25 | 1 | -18/+15 |
* | bb.fetch2: add unpack method in fetcher | Yu Ke | 2011-01-25 | 1 | -0/+84 |
* | bitbake/utils: Ignore OSError in unlockfile | Richard Purdie | 2011-01-24 | 1 | -1/+1 |
* | siggen.py: better print for task hash comparison | Kevin Tian | 2011-01-21 | 1 | -5/+12 |
* | bitbake: fix parameter order for flaglist() | Dongxiao Xu | 2011-01-20 | 1 | -2/+2 |
* | bitbake/providers.py: Fix runtime providers problems | Richard Purdie | 2011-01-20 | 1 | -7/+11 |
* | bitbake/utils.py: Teach unlockfile about shared mode lockfiles | Richard Purdie | 2011-01-19 | 1 | -1/+7 |
* | bitbake/utils.py: Add option of holding shared lockfiles | Richard Purdie | 2011-01-19 | 1 | -2/+6 |
* | bitbake: Introduce stamp-extra-info task flag into stamp filenames | Dongxiao Xu | 2011-01-18 | 4 | -14/+29 |
* | bitbake/build.py: Allow FuncFailed error to have an optional message | Richard Purdie | 2011-01-17 | 1 | -2/+5 |
* | bitbake/build.py: Rename message field to avoid DeprecationWarning: BaseExcep... | Richard Purdie | 2011-01-17 | 1 | -3/+3 |
* | bitbake/siggen.py: Fix whitelisted variable handling | Richard Purdie | 2011-01-12 | 2 | -10/+22 |
* | build: remove duplicate import of utils | Bernhard Reutner-Fischer | 2011-01-12 | 1 | -1/+0 |
* | *: use utils.remove() some more | Bernhard Reutner-Fischer | 2011-01-12 | 5 | -23/+13 |
* | codeparser: fix spacing in diagnostic messages | Bernhard Reutner-Fischer | 2011-01-12 | 1 | -2/+2 |
* | bitbake/knotty.py: Ensure task note messages are only surpressed at default l... | Richard Purdie | 2011-01-12 | 1 | -2/+6 |
* | bitbake/goggle: don't drop events | Joshua Lock | 2011-01-12 | 1 | -1/+1 |
* | bitbake/depexp: closing progress dialog kills gui | Joshua Lock | 2011-01-12 | 1 | -0/+1 |
* | bitbake/goggle: closing the progress dialog kills the UI | Joshua Lock | 2011-01-12 | 1 | -0/+1 |
* | bitbake/uievent: fix queueing of events for xmlrpc before UI has loaded | Joshua Lock | 2011-01-12 | 1 | -2/+5 |
* | runqueue.py: Renable check_stamp_fn() for now since we still fork for task ex... | Richard Purdie | 2011-01-10 | 1 | -14/+10 |
* | bitbake/runqueue.py: Simplify hashdata storage since we're not using an exter... | Richard Purdie | 2011-01-10 | 1 | -17/+14 |
* | msg: no need to hardcode the logging levels | Chris Larson | 2011-01-10 | 1 | -2/+2 |
* | vim: properly highlight python inside of ${@} | Chris Larson | 2011-01-10 | 1 | -10/+9 |
* | vim: handle highlighting exports without assignment | Chris Larson | 2011-01-10 | 1 | -0/+2 |
* | vim: add an ftplugin for indentation settings | Chris Larson | 2011-01-10 | 1 | -0/+1 |
* | Inject taskpid into log records via our log handler | Chris Larson | 2011-01-10 | 2 | -8/+4 |
* | bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba... | Richard Purdie | 2011-01-10 | 1 | -5/+6 |
* | Fetcher: only set __BB_DONT_CACHE when SRCREV = "${AUTOREV}" | Yu Ke | 2011-01-10 | 1 | -3/+3 |
* | Fetcher: break the "SRCREVINACTION" deadlock | Yu Ke | 2011-01-10 | 6 | -53/+18 |
* | bb.fetch2.bzr: add bzr urldata_init | Yu Ke | 2011-01-10 | 1 | -2/+5 |
* | bb.fetch2.hg: add hg urldata_init | Yu Ke | 2011-01-10 | 1 | -5/+9 |
* | bb.fetch2.svn.py: add urldata_init | Yu Ke | 2011-01-10 | 1 | -1/+5 |
* | bb.fetch2.git.py: add git urldata_init | Yu Ke | 2011-01-10 | 1 | -4/+9 |
* | bb.fetch2: add urldata_init call for Fetch class | Yu Ke | 2011-01-10 | 1 | -0/+2 |
* | BBHandler: remove bb.fetch referrence | Yu Ke | 2011-01-10 | 1 | -1/+1 |
* | bitbake: For poky only, force the use of fetch2 codebase | Richard Purdie | 2011-01-10 | 1 | -1/+1 |
* | bitbake: Switch to fetch2 fetcher code based on the environment variable BBFE... | Richard Purdie | 2011-01-10 | 1 | -0/+3 |
* | bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch | Yu Ke | 2011-01-10 | 13 | -44/+44 |
* | bitbake/fetch/git: Add backwards compatibility code for branch name handling | Richard Purdie | 2011-01-10 | 1 | -2/+80 |