2010-03-25 |
Richard Purdie | bitbake/cooker.py: Finishing the command needs to happe... |
tree | commitdiff |
2010-03-25 |
Richard Purdie | cache.py: Bump the cache version after the BBVERSIONS... |
tree | commitdiff |
2010-03-25 |
Richard Purdie | bb.manifest: Drop, its unused and obsolete. No point... |
tree | commitdiff |
2010-03-25 |
Chris Larson | BBFILES: use a set to remove duplicates when collecting. |
tree | commitdiff |
2010-03-25 |
Chris Larson | bb/command was importing bb and accessing some of its... |
tree | commitdiff |
2010-03-25 |
Chris Larson | Why is bb/__init__.py importing bb? |
tree | commitdiff |
2010-03-25 |
Chris Larson | data_smart: be explicit about what we make available... |
tree | commitdiff |
2010-03-25 |
Chris Larson | Fix 7 references to undefined variables, as spotted... |
tree | commitdiff |
2010-03-24 |
Chris Larson | bb.utils: remove old portage remnants |
tree | commitdiff |
2010-03-24 |
Chris Larson | bb.utils: utilize string.letters and string.digits |
tree | commitdiff |
2010-03-24 |
Chris Larson | bb.which: fix broken direction/reverse argument |
tree | commitdiff |
2010-03-24 |
Chris Larson | crumbs: fix hassattr typo |
tree | commitdiff |
2010-03-24 |
Chris Larson | Implement BBVERSIONS |
tree | commitdiff |
2010-03-23 |
Bernhard Reutner... | utils: improve wording of error message |
tree | commitdiff |
2010-03-23 |
Enrico Scholz | Expand PREMIRRORS |
tree | commitdiff |
2010-03-22 |
Richard Purdie | cooker.py: Add support for a bblayers.conf file |
tree | commitdiff |
2010-03-08 |
Bernhard Reutner... | cooker: bail out early if no files to build |
tree | commitdiff |
2010-03-01 |
Chris Larson | Fix issues with BBCLASSEXTEND set by anonymous python... |
tree | commitdiff |
2010-02-26 |
Chris Larson | Implement ??= operator |
tree | commitdiff |
2010-02-25 |
Chris Larson | Avoid unnecessary calls to keys() when iterating over... |
tree | commitdiff |
2010-02-25 |
Bernhard Reutner... | knotty: tweak failure phrase |
tree | commitdiff |
2010-02-24 |
Chris Larson | Fix ud.basecmd error introduced by the FETCHCMD_git... |
tree | commitdiff |
2010-02-24 |
Tom Rini | Add initial 'repo' fetcher |
tree | commitdiff |
2010-02-23 |
Chris Larson | Re-getVar BBCLASSEXTEND after finalise() |
tree | commitdiff |
2010-02-19 |
Chris Larson | Error early if BBPATH is unset, rather than falling... |
tree | commitdiff |
2010-02-19 |
Chris Larson | Kill unused projectdir in bb package. |
tree | commitdiff |
2010-02-19 |
Chris Larson | Fix msg usage in the moved utility functions. |
tree | commitdiff |
2010-02-19 |
Chris Larson | Move most utility functions from bb into bb.utils. |
tree | commitdiff |
2010-02-19 |
Chris Larson | Move compat imports in the bb package to avoid circular... |
tree | commitdiff |
2010-02-19 |
Chris Larson | Move encodeurl, decodeurl into bb.fetch. |
tree | commitdiff |
2010-02-19 |
Chris Larson | Move MalformedUrl, VarExpandError into appropriate... |
tree | commitdiff |
2010-02-19 |
Martyn Welch | Add FETCHCMD parameter for git |
tree | commitdiff |
2010-02-16 |
Richard Purdie | Revert "providers.py: sort eligible providers by DEFAUL... |
tree | commitdiff |
2010-02-15 |
Joshua Lock | fix invalid method and logic |
tree | commitdiff |
2010-02-15 |
Joshua Lock | Test premirrors and mirrors in checkstatus() |
tree | commitdiff |
2010-02-15 |
Joshua Lock | Fix try_mirrors() logic, was only trying the first... |
tree | commitdiff |
2010-02-15 |
Joshua Lock | if PREMIRRORS set test for local file in FetchData... |
tree | commitdiff |
2010-02-15 |
Joshua Lock | Enhance the fetchers' support for local mirrors |
tree | commitdiff |
2010-02-15 |
Joshua Lock | unify mirror support and make it independant of the... |
tree | commitdiff |
2010-02-15 |
Richard Purdie | utils.py: Don't error if an exported environment variab... |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [cache] copy instead of deepcopy in sync |
tree | commitdiff |
2010-02-12 |
Chris Larson | [parse] In ast, make StatementGroup inherit list, and... |
tree | commitdiff |
2010-02-12 |
Chris Larson | [parse] Use bb.which in resolve_file |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Make resolve_file only resolve the path |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Cache parsed .inc and .bbclass files for a... |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] prepare to cache some .bbcclass and .inc files |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Remove the "data" from feeder, evaluate after... |
tree | commitdiff |
2010-02-12 |
Chris Larson | [parse] Move vars_from_file from bb.parse.BBHandler... |
tree | commitdiff |
2010-02-12 |
Chris Larson | [parse] Don't use relative import of parse_py. |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parse] Move the last method to the AST... |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Move more methods to the ast scheme |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Move one more item to the ast |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Move methodflags over to the ast |
tree | commitdiff |
2010-02-12 |
Richard Purdie | [parser] Build fix |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Move more statements over the two phase AST |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parse] Change handling include through the AstNode |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Call eval and remove non ast code |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Call eval immeditaley to test this code |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Prepare to cease out getFunc |
tree | commitdiff |
2010-02-12 |
Richard Purdie | [parser] Preserve include vs. require behaviour |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Firs set of AST nodes with construction and... |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Add documentation about usage of this code |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Move the finalise into the ast as well |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Cary a Statement Node through the parsing |
tree | commitdiff |
2010-02-12 |
Holger Freyther | [parser] Move evaluating into the ast class... |
tree | commitdiff |
2010-02-10 |
Bernhard Reutner... | providers.py: sort eligible providers by DEFAULT_PREFERENCE |
tree | commitdiff |
2010-02-10 |
Bernhard Reutner... | runqueue.py: improve printing dependent tasks |
tree | commitdiff |
2010-02-10 |
Bernhard Reutner... | taskdata.py: fix typo in debug message |
tree | commitdiff |
2010-02-10 |
Bernhard Reutner... | providers.py: commentary typo fix |
tree | commitdiff |
2010-01-27 |
Richard Purdie | build.py: No need for this gross hack now (from Poky) |
tree | commitdiff |
2010-01-26 |
Khem Raj | BBHandler: pass lineno and fn to handleMethod |
tree | commitdiff |
2010-01-22 |
Richard Purdie | bitbake: Don't import xmlrpc server unless needed |
tree | commitdiff |
2010-01-22 |
Martin Jansa | parse_py/ConfHandler.py: missing colon after else |
tree | commitdiff |
2010-01-22 |
Richard Purdie | cooker: Drop unneeded import |
tree | commitdiff |
2010-01-21 |
Richard Purdie | knotty: Improve task failure message handling using... |
tree | commitdiff |
2010-01-21 |
Richard Purdie | runqueue.py: Use fcntl to make the worker pipes non... |
tree | commitdiff |
2010-01-21 |
Richard Purdie | bitbake/event: If the server disappears, we just exit too |
tree | commitdiff |
2010-01-21 |
Richard Purdie | runqueue: When a task fails, make sure the server still... |
tree | commitdiff |
2010-01-21 |
Richard Purdie | ConfHandler: Fix require vs. include behaviour |
tree | commitdiff |
2010-01-21 |
Holger Freyther | [parser] Move more stuff out the feeder |
tree | commitdiff |
2010-01-21 |
Holger Freyther | [parse] Move inherit handling to method |
tree | commitdiff |
2010-01-21 |
Holger Freyther | [parsers] Move out more functions |
tree | commitdiff |
2010-01-21 |
Holger Freyther | [parser] Move more stuff out to separate methods... |
tree | commitdiff |
2010-01-21 |
Holger Freyther | [parser] Move the handling of a method to a function |
tree | commitdiff |
2010-01-21 |
Holger Freyther | [parse] Unify opening a file... |
tree | commitdiff |
2010-01-21 |
Holger Freyther | [parser] Kill obtain/localpath from the parser |
tree | commitdiff |
2010-01-21 |
Richard Purdie | Fix bb.plain and bb.warn function, initial patch from... |
tree | commitdiff |
2010-01-21 |
Martin Jansa | git: remove repodir usage after 57b3a9a86bf8c6940187c6a... |
tree | commitdiff |
2010-01-21 |
Richard Purdie | runqueue: Fix typo |
tree | commitdiff |
2010-01-20 |
Richard Purdie | Improve BBCLASSEXTEND handling for skipped packages... |
tree | commitdiff |
2010-01-19 |
Richard Purdie | taskdata: Improve error message if incorrectly formatte... |
tree | commitdiff |
2010-01-19 |
Richard Purdie | data_smart.py: Fix error where update-rc.d would not... |
tree | commitdiff |
2010-01-19 |
Richard Purdie | BBHandler: Only add do_ prefix to tasks if its not... |
tree | commitdiff |
2010-01-19 |
Richard Purdie | providers: Apply modified version of a patch from Marti... |
tree | commitdiff |
2010-01-19 |
Richard Purdie | Drop version requirement to 2.5 apart from XMLRPC mode |
tree | commitdiff |
2010-01-19 |
Richard Purdie | fetch: Add GIT_PROXY_COMMAND to runfetchcmd function |
tree | commitdiff |
2010-01-19 |
Richard Purdie | runqueue.py: Improve IPC between worker threads and... |
tree | commitdiff |
2010-01-19 |
Richard Purdie | ui: Convert remaining event handlers to use isinstance |
tree | commitdiff |
2010-01-19 |
Richard Purdie | event.py: Convert to using pickle for events and isinst... |
tree | commitdiff |
2010-01-19 |
Richard Purdie | server/xmlrpc: Fix idle timeout handling and missing... |
tree | commitdiff |
next |