summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement BBVERSIONSChris Larson2010-03-254-30/+134
* usermanual.xml: Add documentation on bblayers.confRichard Purdie2010-03-251-1/+3
* Expand PREMIRRORSEnrico Scholz2010-03-251-1/+1
* utils: improve wording of error messageBernhard Reutner-Fischer2010-03-251-1/+1
* bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packagesRichard Purdie2010-03-231-0/+2
* bitbake/cooker.py: Add support for a bblayers.conf fileRichard Purdie2010-03-221-8/+25
* bitbake/providers: Fix merge errorRichard Purdie2010-03-221-3/+3
* cooker: bail out early if no files to buildBernhard Reutner-Fischer2010-03-221-1/+2
* Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson2010-03-221-14/+16
* Implement ??= operatorChris Larson2010-03-223-2/+19
* Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson2010-03-226-30/+21
* knotty: tweak failure phraseBernhard Reutner-Fischer2010-03-221-1/+1
* Fix ud.basecmd error introduced by the FETCHCMD_git commitChris Larson2010-03-221-1/+2
* Add initial 'repo' fetcherTom Rini2010-03-222-0/+108
* Re-getVar BBCLASSEXTEND after finalise()Chris Larson2010-03-221-3/+2
* Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson2010-03-221-5/+1
* Kill unused projectdir in bb package.Chris Larson2010-03-221-12/+1
* Fix msg usage in the moved utility functions.Chris Larson2010-03-221-15/+15