summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: build/data: Don't expand python functions before execution [API change]Richard Purdie2016-02-101-3/+3
* bitbake: data: Don't expand python functions for variable dependenciesRichard Purdie2016-02-101-6/+6
* bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie2016-02-041-12/+12
* bitbake: data.py: avoid double newlines at the end of functions in emit_var()Andre McCurdy2016-01-301-0/+1
* bitbake: data: Drop misleading ExpansionError exceptionRichard Purdie2016-01-061-1/+2
* bitbake: data: Pass lineno/filename data from build_dependenciesRichard Purdie2016-01-061-2/+2
* bitbake: data_smart: Improve override history loggingRichard Purdie2015-07-241-1/+1
* bitbake: data: Clean up datastore accesses and True/False valuesRichard Purdie2015-07-241-20/+20
* bitbake: data: Add newline after the last export in emit_funcAndre McCurdy2015-07-241-1/+2
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-1/+1
* bitbake: data: Make expandKeys deterministicRichard Purdie2015-05-291-1/+1
* bitbake: data: Revert expandKeys warning moveRichard Purdie2015-05-291-6/+5
* bitbake: data: Clean up expandKeys None value handlingRichard Purdie2015-05-291-2/+2
* bitbake: data: Move warning code to the first loop for performanceRichard Purdie2015-05-261-5/+5
* bitbake: data: escape '$' in shell variable assignmentRichard Tollerton2014-12-181-0/+1
* bitbake: data: Handle BASH_FUNC shellshock implicationRichard Purdie2014-12-091-0/+7
* bitbake: build/data: Write out more complete python run filesRichard Purdie2014-08-281-0/+35
* bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day2014-08-251-3/+3
* 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