summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-08-13Add 1.10.0 entry to ChangeLog1.10.0Chris Larson
2010-07-26Fix handling of empty variables in local config filesRichard Purdie
2010-07-26Gross hack to fix packaged-staging with BBCLASSEXTEND packagesRichard Purdie
2010-06-04Search up the directory tree for bblayers.confChris Larson
2010-06-04Add a hack to avoid the req that all vars using LAYERDIR be immediately expandedChris Larson
2010-06-04Move the unset BBPATH sanity check after the bblayers processingChris Larson
2010-06-04Make the file not found error actually useable.Chris Larson
2010-04-15Bump version from 1.9.0 to 1.10.0Chris Larson
2010-04-09Made '-b' work with BBCLASSEXTENDEnrico Scholz
2010-04-06Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson
2010-04-06Pass the config metadata into the Cache constructor rather than the cookerChris Larson
2010-03-31Resurrect merged anonfunc executionChris Larson
2010-03-31Add & utilize a simple_exec utility functionChris Larson
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-22usermanual.xml: Add documentation on bblayers.confRichard Purdie
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-19Add PERSISTENT_DIR to bitbake.conf, as bb.fetch requires it or CACHE.Chris 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