summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: data.py: fixes bad substitution when running devshellRichard Tollerton2015-04-111-0/+1
* bitbake: data: add vardepvalueexclude varflagPaul Eggleton2014-03-061-1/+7
* bitbake: data: Account for pre/postfunc functions when calculating dependenciesRichard Purdie2014-02-041-2/+6
* bitbake: data: Ensure we add the contains keys in a particular orderRichard Purdie2013-12-091-2/+2
* bitbake: data/codeparser: Improve handling of contains functionsRichard Purdie2013-11-261-0/+18
* bitbake: data: Fix output inconsistencies for emit_varRichard Purdie2013-11-251-2/+2
* bitbake: data: Optimise flag exclusion list handlingRichard Purdie2013-09-171-5/+4
* bitbake: data: Optimise flag lookup in build_dependenciesRichard Purdie2013-09-171-2/+5
* bitbake: data: Optimise build_dependencies a littleRichard Purdie2013-09-171-11/+10
* bitbake: data: Cache an list of export variablesRichard Purdie2013-09-171-1/+1
* bitbake: data: Use direct iteration, not keys()Richard Purdie2013-09-171-2/+2
* bitbake: data: Be explicit in data_db checkRichard Purdie2013-09-171-1/+1
* bitbake: hob & bitbake: append a value to a variable from hob throught bitbakeCristiana Voicu2013-08-061-0/+4
* bitbake: data: Ensure dependencies of subfunctions are accounted forRichard Purdie2013-05-221-0/+1
* bitbake: data: fix performance regressionPaul Eggleton2013-04-151-2/+2
* bitbake: data.py: Add a warning when expandKeys overwrites an existing keyMark Hatle2013-04-101-0/+5
* bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach2013-01-181-5/+4
* bitbake: BBHandler/data: Standardise some setVar access formatsRichard Purdie2013-01-181-3/+3
* bitbake: data: Ensure emit_func honours vardeps flagRichard Purdie2012-12-171-0/+1
* bitbake: BBhandler/data: Fix __inherit_cache duplicationRichard Purdie2012-12-111-2/+4
* bitbake: lib/bb/data.py: improve output for expansion errorsPaul Eggleton2012-09-271-3/+2
* bitbake: bitbake: Warn upon finding tab indentation in python functionsRichard Purdie2012-07-191-0/+2
* bitbake: include varflags in checksumsPaul Eggleton2012-05-301-1/+19
* data/runqueue.py: Fix commented out test code after variable name changesRichard Purdie2012-01-271-1/+1
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-2/+2
* data/siggen: Add vardepvalue mechanism to allow the variable dependency code ...Richard Purdie2011-11-241-9/+14
* codeparser: silence non-literal warnings for vardepsChristopher Larson2011-11-101-5/+9
* codeparser: accept a name for better messagesChristopher Larson2011-11-101-4/+4
* Ensure only the filtered environment variables are inherited from the OSJoshua Lock2011-08-151-7/+8
* data|cooker: use saved environment variables when calling inheritFromOSJoshua Lock2011-07-261-4/+4
* make exception handling syntax consistentScott Garman2011-06-151-1/+1
* bitbake/data/runqueue: Sync up with upstream to clean up environment variable...Richard Purdie2011-06-081-16/+11
* bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie2011-01-121-4/+1
* bitbake: Sync environment handling function names and comments with upstream ...Richard Purdie2011-01-101-1/+1
* bitbake/data.py: corrected the output for shell syntax.Lianhao Lu2011-01-071-1/+3
* data: fewer newlines for (un)exportBernhard Reutner-Fischer2011-01-041-2/+2
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-2/+2
* bitbake: add optional expansion to getVarFlag()Paul Eggleton2010-12-141-2/+2
* bitbake: allow excluding dependencies of variablesPaul Eggleton2010-12-141-0/+1
* bitbake: Overhaul environment handlingRichard Purdie2010-12-091-1/+9
* bitbake/data.py: Allow variables to suplement dependencies using the vardep flagRichard Purdie2010-09-131-0/+1
* bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie2010-08-311-0/+75
* bitbake/data.py: Handle exceptions in export_bars in the same way as emit_var()Richard Purdie2010-08-201-3/+8
* bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie2010-08-191-0/+9
* Don't emit vars starting with __, as those are internalChris Larson2010-07-021-1/+1
* Enhance the expansion exception messageChris Larson2010-07-021-6/+3
* Allow emission of non-string objects in emit_var, instead running str() on it...Chris Larson2010-07-021-4/+2
* emit_env: clean up, iterate onceChris Larson2010-07-021-11/+7
* Kill unnecessary usages of the types moduleChris Larson2010-07-021-2/+2
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-1/+1