summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* Drop some unused classesChris Larson2010-07-022-4/+0
* Drop some unused varsChris Larson2010-07-021-1/+1
* Import fixupsChris Larson2010-07-0215-41/+34
* Formatting cleanupsChris Larson2010-07-0241-622/+595
* Drop doctest, as we aren't utilizing itChris Larson2010-07-023-175/+14
* Don't run metadata event handlers for bb.msg eventsChris Larson2010-07-021-0/+4
* Stop using functions via 'bb' that were moved from there to other modulesChris Larson2010-07-023-7/+9
* Add a function to get the debug level, without poking into debug_levels manuallyChris Larson2010-07-021-0/+3
* Fix invalid logging domain warningChris Larson2010-07-021-3/+3
* Bump minimum python version check to 2.6.Chris Larson2010-07-021-2/+2
* Make the default domain a proper domain, not a stringChris Larson2010-07-021-26/+29
* Implement bb.msg.domain as a named tuple, drop the Enum classChris Larson2010-07-022-59/+21
* Fix an error in the ncurses UIChris Larson2010-07-021-3/+3
* Display python warnings via bb.msgChris Larson2010-07-021-2/+18
* Immediately display messages if no UI handlers are installed yetChris Larson2010-07-021-3/+12
* Use __import__ for the ui rather than execChris Larson2010-07-021-6/+6
* Fix the task event handling in the ncurses UIChris Larson2010-07-021-1/+1
* Ensure we always utilize the correct messaging domainsChris Larson2010-07-026-14/+14
* bb.event: NotHandled and Handled are on the way outChris Larson2010-07-022-5/+7
* Rename the finalise method for consistencyChris Larson2010-07-021-4/+4
* Move update_data into the DataSmart class as a finalize() methodChris Larson2010-07-022-136/+67
* Initialize pkgs_to_build in the BBConfiguration constructorChris Larson2010-07-021-1/+1
* Drop doctest, as we aren't utilizing itChris Larson2010-07-021-33/+0
* Made '-b' work with BBCLASSEXTENDEnrico Scholz2010-07-022-4/+11
* Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson2010-07-022-1/+144
* Pass the config metadata into the Cache constructor rather than the cookerChris Larson2010-07-021-4/+4
* Resurrect merged anonfunc executionChris Larson2010-07-021-4/+9
* Add & utilize a simple_exec utility functionChris Larson2010-07-022-1/+4
* Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson2010-07-026-53/+36
* Pass an empty locals dict in expansion, since list comprehensions apparently ...Chris Larson2010-07-021-2/+2
* Two minor changes to the way python snippet expansion happensChris Larson2010-07-021-8/+8
* bitbake: providers.py: Fix typoRichard Purdie2010-07-011-1/+1
* bitbake: Add bb.utils.join_deps to handle creation of dependency strings with...Richard Purdie2010-06-301-0/+12
* bitbake: create cooker object after cleaning the environmentJeff Dike2010-06-291-2/+2
* bitbake: Move the logger initialization from cooker to utilsJeff Dike2010-06-293-11/+19
* bitbake: allow fakeroot functionality to be provided by an alternative programJoshua Lock2010-06-251-1/+1
* bitbake decodeurl: fix the file:// url handlingNitin A Kamble2010-06-071-1/+4
* bitbake/event.py: Run class eventhandlers in the task context but ensure UI h...Richard Purdie2010-03-251-8/+17
* bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl...Richard Purdie2010-03-251-2/+2
* cache.py: Bump the cache version after the BBVERSIONS updateRichard Purdie2010-03-251-1/+1
* bb.manifest: Drop, its unused and obsolete. No point in having dead code aroundRichard Purdie2010-03-251-144/+0
* BBFILES: use a set to remove duplicates when collecting.Chris Larson2010-03-251-4/+4
* bb/command was importing bb and accessing some of its own classes indirectly ...Chris Larson2010-03-251-3/+5
* Why is bb/__init__.py importing bb?Chris Larson2010-03-251-1/+2
* data_smart: be explicit about what we make available to eval'd python codeChris Larson2010-03-251-2/+7
* Fix 7 references to undefined variables, as spotted by pyflakesChris Larson2010-03-254-8/+7
* bb.utils: remove old portage remnantsChris Larson2010-03-252-588/+1
* bb.utils: utilize string.letters and string.digitsChris Larson2010-03-251-5/+3
* bb.which: fix broken direction/reverse argumentChris Larson2010-03-251-1/+1
* crumbs: fix hassattr typoChris Larson2010-03-251-1/+1