aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data.py
AgeCommit message (Expand)Author
2012-07-19bitbake: bitbake: Warn upon finding tab indentation in python functionsRichard Purdie
2012-05-30bitbake: include varflags in checksumsPaul Eggleton
2012-01-27data/runqueue.py: Fix commented out test code after variable name changesRichard Purdie
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-24data/siggen: Add vardepvalue mechanism to allow the variable dependency code ...Richard Purdie
2011-11-10codeparser: silence non-literal warnings for vardepsChristopher Larson
2011-11-10codeparser: accept a name for better messagesChristopher Larson
2011-08-15Ensure only the filtered environment variables are inherited from the OSJoshua Lock
2011-07-26data|cooker: use saved environment variables when calling inheritFromOSJoshua Lock
2011-06-15make exception handling syntax consistentScott Garman
2011-06-08bitbake/data/runqueue: Sync up with upstream to clean up environment variable...Richard Purdie
2011-01-12bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie
2011-01-10bitbake: Sync environment handling function names and comments with upstream ...Richard Purdie
2011-01-07bitbake/data.py: corrected the output for shell syntax.Lianhao Lu
2011-01-04data: fewer newlines for (un)exportBernhard Reutner-Fischer
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2010-12-14bitbake: add optional expansion to getVarFlag()Paul Eggleton
2010-12-14bitbake: allow excluding dependencies of variablesPaul Eggleton
2010-12-09bitbake: Overhaul environment handlingRichard Purdie
2010-09-13bitbake/data.py: Allow variables to suplement dependencies using the vardep flagRichard Purdie
2010-08-31bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie
2010-08-20bitbake/data.py: Handle exceptions in export_bars in the same way as emit_var()Richard Purdie
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie
2010-07-02Don't emit vars starting with __, as those are internalChris Larson
2010-07-02Enhance the expansion exception messageChris Larson
2010-07-02Allow emission of non-string objects in emit_var, instead running str() on it...Chris Larson
2010-07-02emit_env: clean up, iterate onceChris Larson
2010-07-02Kill unnecessary usages of the types moduleChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Drop unused bb.data.expandData functionChris Larson
2010-07-02Add some missing docstringsChris Larson
2010-07-02Drop some unused functionsChris Larson
2010-07-02Drop some unused classesChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Drop doctest, as we aren't utilizing itChris Larson
2010-07-02Move update_data into the DataSmart class as a finalize() methodChris Larson
2010-03-22Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie
2009-05-11bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie
2009-05-09bitbake: Make sure existing environment variables are properly exportedRichard Purdie
2008-10-17bitbake: Refactor the environment variable handlingRobert Bradford
2008-09-30bitbake/bitbake-dev: Allow much better control of which variable influence bi...Richard Purdie
2007-10-22bitbake data.py: Fix unexport handling (#OE3135)Richard Purdie
2007-08-20bitbake: Sync with 1.8.8 releaseRichard Purdie
2007-08-16bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...Richard Purdie
2007-08-12bitbake: Sync with upstream 1.8 branch for fixesRichard Purdie
2007-08-03bitbake: Update along 1.8 branchRichard Purdie
2007-01-08bitbake: Sync with upstream. Richard Purdie
2006-11-29bitbake: Sync with bitbake trunk for bugfixes and improved dot file generatio...Richard Purdie
2006-11-25bitbake/lib/bb/data.py: Add unexport flag for variables, add speedup for expa...Richard Purdie