aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/data.py
AgeCommit message (Expand)Author
2013-09-17data: Optimise flag lookup in build_dependenciesRichard Purdie
2013-09-17data: Optimise build_dependencies a littleRichard Purdie
2013-09-17data: Cache an list of export variablesRichard Purdie
2013-09-17data: Use direct iteration, not keys()Richard Purdie
2013-09-17data: Be explicit in data_db checkRichard Purdie
2013-08-06hob & bitbake: append a value to a variable from hob throught bitbakeCristiana Voicu
2013-05-20data: Ensure dependencies of subfunctions are accounted forRichard Purdie
2013-04-15data: fix performance regressionPaul Eggleton
2013-04-10data.py: Add a warning when expandKeys overwrites an existing keyMark Hatle
2013-01-18bitbake: data_smart.py and friends: Track variable historyPeter Seebach
2013-01-18BBHandler/data: Standardise some setVar access formatsRichard Purdie
2012-12-17data: Ensure emit_func honours vardeps flagRichard Purdie
2012-12-11BBhandler/data: Fix __inherit_cache duplicationRichard Purdie
2012-09-27lib/bb/data.py: improve output for expansion errorsPaul Eggleton
2012-07-19bitbake: 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-27Update 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-04codeparser: silence non-literal warnings for vardepsChristopher Larson
2011-11-04codeparser: 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-08data.py: Ensure vardeps flags get expandedRichard Purdie
2011-02-21bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie
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