summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2010-03-15bitbake fetch/__init__.py: Failing urls should raise errors, not fatal except...Richard Purdie
2010-02-16bitbake: Revert "providers.py: sort eligible providers by DEFAULT_PREFERENCE"Richard Purdie
2010-02-15bitbake: [cache] copy instead of deepcopy in syncHolger Freyther
2010-02-15bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...Chris Larson
2010-02-15bitbake: [parse] Use bb.which in resolve_fileChris Larson
2010-02-15bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther
2010-02-15bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther
2010-02-15bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther
2010-02-15bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther
2010-02-15bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson
2010-02-15bitbake: [parse] Don't use relative import of parse_py.Chris Larson
2010-02-15bitbake: [parse] Move the last method to the AST...Holger Freyther
2010-02-15bitbake: [parser] Move more methods to the ast schemeHolger Freyther
2010-02-15bitbake: [parser] Move one more item to the astHolger Freyther
2010-02-15bitbake: [parser] Move methodflags over to the astHolger Freyther
2010-02-15bitbake: [parser] Build fixRichard Purdie
2010-02-15bitbake: [parser] Move more statements over the two phase ASTHolger Freyther
2010-02-15bitbake: [parse] Change handling include through the AstNodeHolger Freyther
2010-02-15bitbake: [parser] Call eval and remove non ast codeHolger Freyther
2010-02-15bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther
2010-02-15bitbake: [parser] Prepare to cease out getFuncHolger Freyther
2010-02-15bitbake: [parser] Preserve include vs. require behaviourRichard Purdie
2010-02-15bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther
2010-02-15bitbake: [parser] Add documentation about usage of this codeHolger Freyther
2010-02-15bitbake: [parser] Move the finalise into the ast as wellHolger Freyther
2010-02-15bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther
2010-02-15bitbake: [parser] Move evaluating into the ast class...Holger Freyther
2010-02-15bitbake: providers.py: sort eligible providers by DEFAULT_PREFERENCEBernhard Reutner-Fischer
2010-02-15bitbake: runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer
2010-02-15bitbake: taskdata.py: fix typo in debug messageBernhard Reutner-Fischer
2010-02-12bitbake: utils.py: Don't error if an exported environment variable is unset (...Richard Purdie
2010-02-10bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj
2010-02-10bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa
2010-02-10bitbake: ConfHandler: Fix require vs. include behaviourRichard Purdie
2010-02-10bitbake: [parser] Move more stuff out the feederHolger Freyther
2010-02-10bitbake: [parse] Move inherit handling to methodHolger Freyther
2010-02-10bitbake: [parsers] Move out more functionsHolger Freyther
2010-02-10bitbake: [parser] Move more stuff out to separate methods...Holger Freyther
2010-02-10bitbake: [parser] Move the handling of a method to a functionHolger Freyther
2010-02-10bitbake: [parse] Unify opening a file...Holger Freyther
2010-02-10bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther
2010-02-10bitbake: usermanual.xml: Add section for ?= var setting.Theodore A. Roth
2010-02-05bitbake: fix invalid method and logicJoshua Lock
2010-02-05bitbake: Test premirrors and mirrors in checkstatus()Joshua Lock
2010-02-04bitbake: Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock
2010-02-04bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock
2010-02-04bitbake: Enhance the fetchers' support for local mirrorsJoshua Lock
2010-02-04bitbake: unify mirror support and make it independant of the fetcherJoshua Lock
2010-01-27bitbake/build.py: No need for this gross hack nowRichard Purdie
2010-01-22bitbake: Don't import xmlrpc server unless neededRichard Purdie