aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-02-19Kill unused projectdir in bb package.Chris Larson
2010-02-19Fix msg usage in the moved utility functions.Chris Larson
2010-02-19Move most utility functions from bb into bb.utils.Chris Larson
2010-02-19Move compat imports in the bb package to avoid circular dep issues.Chris Larson
2010-02-19Move encodeurl, decodeurl into bb.fetch.Chris Larson
2010-02-19Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson
2010-02-19Add FETCHCMD parameter for gitMartyn Welch
2010-02-16Revert "providers.py: sort eligible providers by DEFAULT_PREFERENCE"Richard Purdie
2010-02-15fix invalid method and logicJoshua Lock
2010-02-15Test premirrors and mirrors in checkstatus()Joshua Lock
2010-02-15Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock
2010-02-15if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock
2010-02-15Enhance the fetchers' support for local mirrorsJoshua Lock
2010-02-15unify mirror support and make it independant of the fetcherJoshua Lock
2010-02-15utils.py: Don't error if an exported environment variable is unset (i.e. None)Richard Purdie
2010-02-12[cache] copy instead of deepcopy in syncHolger Freyther
2010-02-12[parse] In ast, make StatementGroup inherit list, and add a AstNode base class.Chris Larson
2010-02-12[parse] Use bb.which in resolve_fileChris Larson
2010-02-12[parser] Make resolve_file only resolve the pathHolger Freyther
2010-02-12[parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther
2010-02-12[parser] prepare to cache some .bbcclass and .inc filesHolger Freyther
2010-02-12[parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther
2010-02-12[parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson
2010-02-12[parse] Don't use relative import of parse_py.Chris Larson
2010-02-12[parse] Move the last method to the AST...Holger Freyther
2010-02-12[parser] Move more methods to the ast schemeHolger Freyther
2010-02-12[parser] Move one more item to the astHolger Freyther
2010-02-12[parser] Move methodflags over to the astHolger Freyther
2010-02-12[parser] Build fixRichard Purdie
2010-02-12[parser] Move more statements over the two phase ASTHolger Freyther
2010-02-12[parse] Change handling include through the AstNodeHolger Freyther
2010-02-12[parser] Call eval and remove non ast codeHolger Freyther
2010-02-12[parser] Call eval immeditaley to test this codeHolger Freyther
2010-02-12[parser] Prepare to cease out getFuncHolger Freyther
2010-02-12[parser] Preserve include vs. require behaviourRichard Purdie
2010-02-12[parser] Firs set of AST nodes with construction and evalHolger Freyther
2010-02-12[parser] Add documentation about usage of this codeHolger Freyther
2010-02-12[parser] Move the finalise into the ast as wellHolger Freyther
2010-02-12[parser] Cary a Statement Node through the parsingHolger Freyther
2010-02-12[parser] Move evaluating into the ast class...Holger Freyther
2010-02-10providers.py: sort eligible providers by DEFAULT_PREFERENCEBernhard Reutner-Fischer
2010-02-10runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer
2010-02-10taskdata.py: fix typo in debug messageBernhard Reutner-Fischer
2010-02-10providers.py: commentary typo fixBernhard Reutner-Fischer
2010-01-27build.py: No need for this gross hack now (from Poky)Richard Purdie
2010-01-26BBHandler: pass lineno and fn to handleMethodKhem Raj
2010-01-22bitbake: Don't import xmlrpc server unless neededRichard Purdie
2010-01-22parse_py/ConfHandler.py: missing colon after elseMartin Jansa
2010-01-22cooker: Drop unneeded importRichard Purdie
2010-01-21knotty: Improve task failure message handling using the uihelper codeRichard Purdie