Age | Commit message (Expand) | Author | Files |
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 | 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 |
2011-01-10 | bitbake: Update event queue handling to match upstream bitbake | Richard Purdie | 2 |
2011-01-10 | bitbake/runqueue.py: Sync with changes in upstream bitbake | Richard Purdie | 1 |
2011-01-10 | bitbake/fetch: Sync up logger/whitespace improvements | Richard Purdie | 1 |
2011-01-10 | bitbake/utils.py: Drop unused function extend_deps() | Richard Purdie | 1 |
2011-01-10 | bitbake: Sync environment handling function names and comments with upstream ... | Richard Purdie | 2 |
2011-01-10 | parse: pass filename, lineno into the ast | Chris Larson | 3 |
2011-01-10 | cache: don't expand variables for skipped recipes | Chris Larson | 1 |
2011-01-08 | bitbake/knotty.py: Don't show log messages of NOTE and below for task processes | Richard Purdie | 1 |
2011-01-08 | bitbake/__init__.py: Add taskpid to all LogRecords (subclassed to be BBLogRec... | Richard Purdie | 1 |
2011-01-08 | bitbake/msg.py: Add named definitions for all logging levels | Richard Purdie | 1 |