summaryrefslogtreecommitdiffstats
path: root/lib/bb/data.py
AgeCommit message (Expand)Author
2011-01-07Merge branch 'poky-sync'Chris Larson
2011-01-07bitbake/data.py: corrected the output for shell syntax.Lianhao Lu
2011-01-04data: fewer newlines for (un)exportBernhard Reutner-Fischer
2010-12-30Include exported variables in task process envChris Larson
2010-12-29Overhaul environment handlingRichard Purdie
2010-12-29data: Add emit_func and generate_dependenciesRichard Purdie
2010-05-21Don't emit vars starting with __, as those are internalChris Larson
2010-04-20Enhance the expansion exception messageChris Larson
2010-04-20Allow emission of non-string objects in emit_var, instead running str() on it...Chris Larson
2010-04-20emit_env: clean up, iterate onceChris Larson
2010-04-12Kill unnecessary usages of the types moduleChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-11Drop unused bb.data.expandData functionChris Larson
2010-04-09Add some missing docstringsChris Larson
2010-04-09Drop some unused functionsChris Larson
2010-04-09Drop some unused classesChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Move update_data into the DataSmart class as a finalize() methodChris Larson
2010-04-09Drop doctest, as we aren't utilizing itChris Larson
2010-02-19Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson
2009-05-11data.py: Make sure allowed variables inherited from the environment are expor...Richard Purdie
2009-05-11[bb] Remove unused imports reported by pyflakesHolger Hans Peter Freyther
2009-05-11[bb] Fix the tests by setting a debug level at startHolger Hans Peter Freyther
2008-12-06Pass around the tasks to execute rather than using magic variables. Also use ...Richard Purdie
2008-09-30bin/bitbake: Add better environmental variable handling. By default it will n...Richard Purdie
2007-10-22data.py: Fix unexport handling (#3135)Richard Purdie
2007-08-17data.py: Split expandKeys into two for loops to benefit from the expand_cache...Richard Purdie
2007-08-15data/data_smart.py: Add data.renameVar()Richard Purdie
2007-08-13data.py: Comment last accidental commitRichard Purdie
2007-08-13cooker.py: Start UI merge: Cleanup exit status handling and collect exit call...Richard Purdie
2007-07-31data.emit_var() - only call getVar if we need the variableRichard Purdie
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-11-25data.py: Revert inherits_class change - merge error :-(Richard Purdie
2006-11-25data.py: Fix inherits_class() so it doesn't split lists. Add unexport handlin...Richard Purdie
2006-11-18Hack to avoid 3 million key expansions by a simple string matchHolger Hans Peter Freyther
2006-11-17Micro-Optimisation for parsing. Do not join and split the inherit_cache over ...Holger Hans Peter Freyther
2006-11-10data.py: Fix emit_env() to expand keynames as well as valuesRichard Purdie
2006-09-09Complete conversion to use bb.msgRichard Purdie
2006-05-27 bitbake/lib/bb/data.py:Holger Hans Peter Freyther
2006-04-28 bitbake/lib/bb/data_smart.py:Holger Hans Peter Freyther
2006-04-20bitbake/lib/bb:Holger Hans Peter Freyther
2006-04-16Revert r444 as it is giving errors with keys...Holger Hans Peter Freyther
2006-04-16bitbake/lib/bb/data_smart.py:Holger Hans Peter Freyther
2006-04-15bitbake/lib/bb/data.py:Holger Hans Peter Freyther
2006-04-15bitbake/lib/bb/data.py:Richard Purdie
2006-03-29bitbake/lib/bb/data.py:Holger Hans Peter Freyther
2006-03-05bitbake/bin/bitbake:Holger Hans Peter Freyther
2006-02-26lib/bb/data.py:Holger Hans Peter Freyther
2005-08-04bitbake/lib/bb/data.py:Holger Hans Peter Freyther