| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: add optional expansion to getVarFlag() | Paul Eggleton | 2010-12-14 | 1 | -2/+2 |
* | bitbake: allow excluding dependencies of variables | Paul Eggleton | 2010-12-14 | 1 | -0/+1 |
* | bitbake: Overhaul environment handling | Richard Purdie | 2010-12-09 | 1 | -1/+9 |
* | bitbake/data.py: Allow variables to suplement dependencies using the vardep flag | Richard Purdie | 2010-09-13 | 1 | -0/+1 |
* | bitbake/data.py: Add emit_func() and generate_dependencies() functions | Richard Purdie | 2010-08-31 | 1 | -0/+75 |
* | bitbake/data.py: Handle exceptions in export_bars in the same way as emit_var() | Richard Purdie | 2010-08-20 | 1 | -3/+8 |
* | bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh... | Richard Purdie | 2010-08-19 | 1 | -0/+9 |
* | Don't emit vars starting with __, as those are internal | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Enhance the expansion exception message | Chris Larson | 2010-07-02 | 1 | -6/+3 |
* | Allow emission of non-string objects in emit_var, instead running str() on it... | Chris Larson | 2010-07-02 | 1 | -4/+2 |
* | emit_env: clean up, iterate once | Chris Larson | 2010-07-02 | 1 | -11/+7 |
* | Kill unnecessary usages of the types module | Chris Larson | 2010-07-02 | 1 | -2/+2 |
* | Apply some 2to3 transforms that don't cause issues in 2.6 | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Drop unused bb.data.expandData function | Chris Larson | 2010-07-02 | 1 | -16/+0 |
* | Add some missing docstrings | Chris Larson | 2010-07-02 | 1 | -0/+3 |
* | Drop some unused functions | Chris Larson | 2010-07-02 | 1 | -28/+0 |
* | Drop some unused classes | Chris Larson | 2010-07-02 | 1 | -3/+0 |
* | Formatting cleanups | Chris Larson | 2010-07-02 | 1 | -18/+17 |
* | Drop doctest, as we aren't utilizing it | Chris Larson | 2010-07-02 | 1 | -150/+13 |
* | Move update_data into the DataSmart class as a finalize() method | Chris Larson | 2010-07-02 | 1 | -136/+2 |
* | Move MalformedUrl, VarExpandError into appropriate modules. | Chris Larson | 2010-03-22 | 1 | -0/+3 |
* | bitbake: Switch to bitbake-dev version (bitbake master upstream) | Richard Purdie | 2010-01-20 | 1 | -1/+1 |
* | bitbake: Merge further fixes from upstream 1.8 branch | Richard Purdie | 2009-05-11 | 1 | -0/+2 |
* | bitbake: Make sure existing environment variables are properly exported | Richard Purdie | 2009-05-09 | 1 | -0/+1 |
* | bitbake: Refactor the environment variable handling | Robert Bradford | 2008-10-17 | 1 | -2/+0 |
* | bitbake/bitbake-dev: Allow much better control of which variable influence bi... | Richard Purdie | 2008-09-30 | 1 | -15/+6 |
* | bitbake data.py: Fix unexport handling (#OE3135) | Richard Purdie | 2007-10-22 | 1 | -3/+3 |
* | bitbake: Sync with 1.8.8 release | Richard Purdie | 2007-08-20 | 1 | -0/+7 |
* | bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ... | Richard Purdie | 2007-08-16 | 1 | -18/+15 |
* | bitbake: Sync with upstream 1.8 branch for fixes | Richard Purdie | 2007-08-12 | 1 | -0/+4 |
* | bitbake: Update along 1.8 branch | Richard Purdie | 2007-08-03 | 1 | -17/+23 |
* | bitbake: Sync with upstream. | Richard Purdie | 2007-01-08 | 1 | -19/+18 |
* | bitbake: Sync with bitbake trunk for bugfixes and improved dot file generatio... | Richard Purdie | 2006-11-29 | 1 | -2/+2 |
* | bitbake/lib/bb/data.py: Add unexport flag for variables, add speedup for expa... | Richard Purdie | 2006-11-25 | 1 | -0/+6 |
* | bitbake: Upgrade from 1.4 -> 1.7.4ish | Richard Purdie | 2006-11-16 | 1 | -8/+41 |
* | Update to bitbake 1.4.2 (latest stable branch release). This includes the cac... | Richard Purdie | 2006-05-09 | 1 | -170/+103 |
* | Update to latest bitbake | Richard Purdie | 2006-03-20 | 1 | -1/+6 |
* | Initial population | Richard Purdie | 2005-08-31 | 1 | -0/+580 |