summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2010-03-23bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packagesRichard Purdie
2010-03-22bitbake/cooker.py: Add support for a bblayers.conf fileRichard Purdie
2010-03-22bitbake/providers: Fix merge errorRichard Purdie
2010-03-22cooker: bail out early if no files to buildBernhard Reutner-Fischer
2010-03-22Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson
2010-03-22Implement ??= operatorChris Larson
2010-03-22Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson
2010-03-22knotty: tweak failure phraseBernhard Reutner-Fischer
2010-03-22Fix ud.basecmd error introduced by the FETCHCMD_git commitChris Larson
2010-03-22Add initial 'repo' fetcherTom Rini
2010-03-22Re-getVar BBCLASSEXTEND after finalise()Chris Larson
2010-03-22Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson
2010-03-22Kill unused projectdir in bb package.Chris Larson
2010-03-22Fix msg usage in the moved utility functions.Chris Larson
2010-03-22Move most utility functions from bb into bb.utils.Chris Larson
2010-03-22Move compat imports in the bb package to avoid circular dep issues.Chris Larson
2010-03-22Move encodeurl, decodeurl into bb.fetch.Chris Larson
2010-03-22Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson
2010-03-22Add FETCHCMD parameter for gitMartyn Welch
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