summaryrefslogtreecommitdiff
path: root/bitbake
AgeCommit message (Expand)AuthorFiles
2010-07-02Bump minimum python version check to 2.6.Chris Larson1
2010-07-02Make the default domain a proper domain, not a stringChris Larson1
2010-07-02Implement bb.msg.domain as a named tuple, drop the Enum classChris Larson2
2010-07-02Fix an error in the ncurses UIChris Larson1
2010-07-02Display python warnings via bb.msgChris Larson1
2010-07-02Immediately display messages if no UI handlers are installed yetChris Larson1
2010-07-02Use __import__ for the ui rather than execChris Larson1
2010-07-02Fix the task event handling in the ncurses UIChris Larson1
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson6
2010-07-02bb.event: NotHandled and Handled are on the way outChris Larson2
2010-07-02Rename the finalise method for consistencyChris Larson1
2010-07-02Move update_data into the DataSmart class as a finalize() methodChris Larson2
2010-07-02Initialize pkgs_to_build in the BBConfiguration constructorChris Larson1
2010-07-02Drop doctest, as we aren't utilizing itChris Larson1
2010-07-02Made '-b' work with BBCLASSEXTENDEnrico Scholz2
2010-07-02Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson2
2010-07-02Pass the config metadata into the Cache constructor rather than the cookerChris Larson1
2010-07-02Resurrect merged anonfunc executionChris Larson1
2010-07-02Add & utilize a simple_exec utility functionChris Larson2
2010-07-02Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson6
2010-07-02Pass an empty locals dict in expansion, since list comprehensions apparently ...Chris Larson1
2010-07-02Two minor changes to the way python snippet expansion happensChris Larson1
2010-07-01bitbake: providers.py: Fix typoRichard Purdie1
2010-06-30bitbake: Add bb.utils.join_deps to handle creation of dependency strings with...Richard Purdie1
2010-06-29bitbake: create cooker object after cleaning the environmentJeff Dike1
2010-06-29bitbake: Move the logger initialization from cooker to utilsJeff Dike3
2010-06-25bitbake: allow fakeroot functionality to be provided by an alternative programJoshua Lock1
2010-06-07bitbake decodeurl: fix the file:// url handlingNitin A Kamble1
2010-03-25bitbake/event.py: Run class eventhandlers in the task context but ensure UI h...Richard Purdie1
2010-03-25bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl...Richard Purdie1
2010-03-25cache.py: Bump the cache version after the BBVERSIONS updateRichard Purdie1
2010-03-25bb.manifest: Drop, its unused and obsolete. No point in having dead code aroundRichard Purdie1
2010-03-25BBFILES: use a set to remove duplicates when collecting.Chris Larson1
2010-03-25bb/command was importing bb and accessing some of its own classes indirectly ...Chris Larson1
2010-03-25Why is bb/__init__.py importing bb?Chris Larson1
2010-03-25data_smart: be explicit about what we make available to eval'd python codeChris Larson1
2010-03-25Fix 7 references to undefined variables, as spotted by pyflakesChris Larson4
2010-03-25bb.utils: remove old portage remnantsChris Larson2
2010-03-25bb.utils: utilize string.letters and string.digitsChris Larson1
2010-03-25bb.which: fix broken direction/reverse argumentChris Larson1
2010-03-25crumbs: fix hassattr typoChris Larson1
2010-03-25Implement BBVERSIONSChris Larson4
2010-03-25usermanual.xml: Add documentation on bblayers.confRichard Purdie1
2010-03-25Expand PREMIRRORSEnrico Scholz1
2010-03-25utils: improve wording of error messageBernhard Reutner-Fischer1
2010-03-23bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packagesRichard Purdie1
2010-03-22bitbake/cooker.py: Add support for a bblayers.conf fileRichard Purdie1
2010-03-22bitbake/providers: Fix merge errorRichard Purdie1
2010-03-22cooker: bail out early if no files to buildBernhard Reutner-Fischer1
2010-03-22Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson1