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