| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: BBHandler: pass lineno and fn to handleMethod | Khem Raj | 2010-02-10 | 1 | -2/+2 |
* | bitbake: parse_py/ConfHandler.py: missing colon after else | Martin Jansa | 2010-02-10 | 1 | -1/+1 |
* | bitbake: ConfHandler: Fix require vs. include behaviour | Richard Purdie | 2010-02-10 | 1 | -1/+4 |
* | bitbake: [parser] Move more stuff out the feeder | Holger Freyther | 2010-02-10 | 1 | -38/+48 |
* | bitbake: [parse] Move inherit handling to method | Holger Freyther | 2010-02-10 | 1 | -4/+6 |
* | bitbake: [parsers] Move out more functions | Holger Freyther | 2010-02-10 | 1 | -70/+78 |
* | bitbake: [parser] Move more stuff out to separate methods... | Holger Freyther | 2010-02-10 | 1 | -20/+25 |
* | bitbake: [parser] Move the handling of a method to a function | Holger Freyther | 2010-02-10 | 1 | -11/+15 |
* | bitbake: [parse] Unify opening a file... | Holger Freyther | 2010-02-10 | 3 | -37/+23 |
* | bitbake: [parser] Kill obtain/localpath from the parser | Holger Freyther | 2010-02-10 | 2 | -54/+3 |
* | bitbake: fix invalid method and logic | Joshua Lock | 2010-02-05 | 1 | -3/+3 |
* | bitbake: Test premirrors and mirrors in checkstatus() | Joshua Lock | 2010-02-05 | 1 | -4/+18 |
* | bitbake: Fix try_mirrors() logic, was only trying the first mirror. | Joshua Lock | 2010-02-04 | 1 | -1/+2 |
* | bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpath | Joshua Lock | 2010-02-04 | 1 | -8/+22 |
* | bitbake: Enhance the fetchers' support for local mirrors | Joshua Lock | 2010-02-04 | 1 | -7/+15 |
* | bitbake: unify mirror support and make it independant of the fetcher | Joshua Lock | 2010-02-04 | 10 | -99/+53 |
* | bitbake/build.py: No need for this gross hack now | Richard Purdie | 2010-01-27 | 1 | -3/+1 |
* | bitbake: Don't import xmlrpc server unless needed | Richard Purdie | 2010-01-22 | 1 | -2/+0 |
* | bitbake/cooker: Drop unneeded import | Richard Purdie | 2010-01-22 | 1 | -1/+0 |
* | knotty: Improve task failure message handling using the uihelper code | Richard Purdie | 2010-01-21 | 3 | -10/+31 |
* | runqueue.py: Use fcntl to make the worker pipes non-blocking | Richard Purdie | 2010-01-21 | 1 | -1/+6 |
* | bitbake/event: If the server disappears, we just exit too | Richard Purdie | 2010-01-21 | 1 | -3/+6 |
* | runqueue: When a task fails, make sure the server still processes events from... | Richard Purdie | 2010-01-21 | 1 | -1/+11 |
* | bitbake/__init__.py: Fix bb.plain and bb.warn function, initial patch from Pe... | Richard Purdie | 2010-01-21 | 1 | -2/+2 |
* | bitbake/git: remove repodir usage (from bitbake master) | Martin Jansa | 2010-01-21 | 1 | -1/+1 |
* | bitbake/runqueue: Fix typo | Richard Purdie | 2010-01-21 | 1 | -1/+1 |
* | bitbake: Switch to bitbake-dev version (bitbake master upstream) | Richard Purdie | 2010-01-20 | 37 | -735/+4731 |
* | bitbake: Apply modified version of a patch from Martin Jansa <martin.jansa@gm... | Richard Purdie | 2010-01-12 | 1 | -1/+13 |
* | taskdata.py: Improve error message if a task dependency has an incorrect format | Richard Purdie | 2009-12-18 | 1 | -0/+2 |
* | bitbake/BBHandler: Only add do_ prefix to tasks if its not already present | Richard Purdie | 2009-12-18 | 1 | -1/+2 |
* | bitbake/data_smart.py: Fix error where update-rc.d would not get added to the... | Richard Purdie | 2009-12-16 | 1 | -5/+6 |
* | bitbake/git.py: Typo fix | Richard Purdie | 2009-12-11 | 1 | -2/+2 |
* | bitbake/git.py: Add support for fullclone parameter | Richard Purdie | 2009-12-11 | 1 | -2/+8 |
* | bitbake/git.py: Move variable init into the localpath function | Richard Purdie | 2009-12-11 | 1 | -19/+17 |
* | bitbake/cooker.py: Fix handling of extra configuration files | Richard Purdie | 2009-12-11 | 1 | -5/+6 |
* | git.py: Improve command failure error messages | Richard Purdie | 2009-12-11 | 1 | -1/+4 |
* | bitbake: Fix dict changing size problems | Richard Purdie | 2009-11-26 | 1 | -3/+5 |
* | fetch/__init__.py: Try and make the sortable_revision code mode readable | Richard Purdie | 2009-11-13 | 2 | -4/+8 |
* | bitbake: Sync various functions with those from bitbake-dev and bitbake upstream | Richard Purdie | 2009-11-13 | 6 | -26/+32 |
* | bitbake: Sync module import cleanups back from bitbake trunk | Richard Purdie | 2009-11-13 | 11 | -21/+8 |
* | build.py: Fix zero size logfile problems | Richard Purdie | 2009-11-13 | 1 | -2/+4 |
* | bitbake: hg fetcher - sync bitbake-dev and remove debug | Richard Purdie | 2009-10-20 | 1 | -4/+0 |
* | bitbake: Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc... | Richard Purdie | 2009-10-19 | 1 | -0/+32 |
* | bitbake: Fix svk fetcher | Richard Purdie | 2009-10-17 | 1 | -3/+3 |
* | bitbake: Anonymous funciton improvements - use methodpool to allow cached cod... | Richard Purdie | 2009-10-13 | 1 | -12/+17 |
* | bitbake: Add bb and os to __builtins__, not the exec function global | Richard Purdie | 2009-10-13 | 1 | -6/+8 |
* | bitbake: Remove unused and hence pointless internal__functions__ variable | Richard Purdie | 2009-10-13 | 1 | -7/+0 |
* | bitbake/build.py: Remove zero sized log files | Richard Purdie | 2009-09-24 | 1 | -0/+4 |
* | bitbake/cache.py: Add warnings for leakage of SRCREVINACTION magic value | Richard Purdie | 2009-09-24 | 1 | -1/+3 |
* | bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p... | Richard Purdie | 2009-09-24 | 1 | -3/+5 |