summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-03-30Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-03-30Pass an empty locals dict in expansion, since list comprehensions apparently ...Chris Larson
2010-03-30Two minor changes to the way python snippet expansion happensChris Larson
2010-03-25bitbake/event.py: Run class eventhandlers in the task context but ensure UI h...Richard Purdie
2010-03-25bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl...Richard Purdie
2010-03-25cache.py: Bump the cache version after the BBVERSIONS updateRichard Purdie
2010-03-25bb.manifest: Drop, its unused and obsolete. No point in having dead code aroundRichard Purdie
2010-03-24BBFILES: use a set to remove duplicates when collecting.Chris Larson
2010-03-24bb/command was importing bb and accessing some of its own classes indirectly ...Chris Larson
2010-03-24Why is bb/__init__.py importing bb?Chris Larson
2010-03-24data_smart: be explicit about what we make available to eval'd python codeChris Larson
2010-03-24Fix 7 references to undefined variables, as spotted by pyflakesChris Larson
2010-03-24bb.utils: remove old portage remnantsChris Larson
2010-03-24bb.utils: utilize string.letters and string.digitsChris Larson
2010-03-24bb.which: fix broken direction/reverse argumentChris Larson
2010-03-23crumbs: fix hassattr typoChris Larson
2010-03-23Implement BBVERSIONSChris Larson
2010-03-23utils: improve wording of error messageBernhard Reutner-Fischer
2010-03-23Expand PREMIRRORSEnrico Scholz
2010-03-22cooker.py: Add support for a bblayers.conf fileRichard Purdie
2010-03-08cooker: bail out early if no files to buildBernhard Reutner-Fischer
2010-03-01Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson
2010-02-26Implement ??= operatorChris Larson
2010-02-25Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson
2010-02-25knotty: tweak failure phraseBernhard Reutner-Fischer
2010-02-24Fix ud.basecmd error introduced by the FETCHCMD_git commitChris Larson
2010-02-24Add initial 'repo' fetcherTom Rini
2010-02-23Re-getVar BBCLASSEXTEND after finalise()Chris Larson
2010-02-19Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson
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