summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake fetch/__init__.py: Failing urls should raise errors, not fatal except...Richard Purdie2010-03-151-1/+1
* bitbake: Revert "providers.py: sort eligible providers by DEFAULT_PREFERENCE"Richard Purdie2010-02-161-2/+0
* bitbake: [cache] copy instead of deepcopy in syncHolger Freyther2010-02-151-1/+1
* bitbake: [parse] In ast, make StatementGroup inherit list, and add a AstNode ...Chris Larson2010-02-151-22/+13
* bitbake: [parse] Use bb.which in resolve_fileChris Larson2010-02-151-7/+3
* bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther2010-02-153-16/+12
* bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther2010-02-151-14/+23
* bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther2010-02-151-11/+18
* bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther2010-02-154-64/+51
* bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson2010-02-152-21/+23
* bitbake: [parse] Don't use relative import of parse_py.Chris Larson2010-02-151-1/+1
* bitbake: [parse] Move the last method to the AST...Holger Freyther2010-02-151-1/+10
* bitbake: [parser] Move more methods to the ast schemeHolger Freyther2010-02-151-31/+48
* bitbake: [parser] Move one more item to the astHolger Freyther2010-02-151-34/+41
* bitbake: [parser] Move methodflags over to the astHolger Freyther2010-02-151-15/+23
* bitbake: [parser] Build fixRichard Purdie2010-02-151-2/+2
* bitbake: [parser] Move more statements over the two phase ASTHolger Freyther2010-02-151-17/+40
* bitbake: [parse] Change handling include through the AstNodeHolger Freyther2010-02-151-8/+2
* bitbake: [parser] Call eval and remove non ast codeHolger Freyther2010-02-151-2/+1
* bitbake: [parser] Call eval immeditaley to test this codeHolger Freyther2010-02-151-33/+4
* bitbake: [parser] Prepare to cease out getFuncHolger Freyther2010-02-151-12/+17
* bitbake: [parser] Preserve include vs. require behaviourRichard Purdie2010-02-151-3/+7
* bitbake: [parser] Firs set of AST nodes with construction and evalHolger Freyther2010-02-151-0/+78
* bitbake: [parser] Add documentation about usage of this codeHolger Freyther2010-02-151-0/+1
* bitbake: [parser] Move the finalise into the ast as wellHolger Freyther2010-02-152-43/+41
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-154-79/+92
* bitbake: [parser] Move evaluating into the ast class...Holger Freyther2010-02-153-180/+207
* bitbake: providers.py: sort eligible providers by DEFAULT_PREFERENCEBernhard Reutner-Fischer2010-02-151-0/+2
* bitbake: runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer2010-02-151-2/+10
* bitbake: taskdata.py: fix typo in debug messageBernhard Reutner-Fischer2010-02-151-1/+1
* bitbake: utils.py: Don't error if an exported environment variable is unset (...Richard Purdie2010-02-121-1/+1
* bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj2010-02-101-2/+2
* bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa2010-02-101-1/+1
* bitbake: ConfHandler: Fix require vs. include behaviourRichard Purdie2010-02-101-1/+4
* bitbake: [parser] Move more stuff out the feederHolger Freyther2010-02-101-38/+48
* bitbake: [parse] Move inherit handling to methodHolger Freyther2010-02-101-4/+6
* bitbake: [parsers] Move out more functionsHolger Freyther2010-02-101-70/+78
* bitbake: [parser] Move more stuff out to separate methods...Holger Freyther2010-02-101-20/+25
* bitbake: [parser] Move the handling of a method to a functionHolger Freyther2010-02-101-11/+15
* bitbake: [parse] Unify opening a file...Holger Freyther2010-02-103-37/+23
* bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther2010-02-102-54/+3
* bitbake: usermanual.xml: Add section for ?= var setting.Theodore A. Roth2010-02-101-0/+5
* bitbake: fix invalid method and logicJoshua Lock2010-02-051-3/+3
* bitbake: Test premirrors and mirrors in checkstatus()Joshua Lock2010-02-051-4/+18
* bitbake: Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock2010-02-041-1/+2
* bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock2010-02-041-8/+22
* bitbake: Enhance the fetchers' support for local mirrorsJoshua Lock2010-02-041-7/+15
* bitbake: unify mirror support and make it independant of the fetcherJoshua Lock2010-02-0410-99/+53
* bitbake/build.py: No need for this gross hack nowRichard Purdie2010-01-271-3/+1
* bitbake: Don't import xmlrpc server unless neededRichard Purdie2010-01-222-3/+2