summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop unused bb.data.expandData functionChris Larson2010-07-021-16/+0
* Add some missing docstringsChris Larson2010-07-021-0/+3
* Drop some unused functionsChris Larson2010-07-021-28/+0
* Drop some unused classesChris Larson2010-07-021-3/+0
* Formatting cleanupsChris Larson2010-07-021-18/+17
* Drop doctest, as we aren't utilizing itChris Larson2010-07-021-150/+13
* Move update_data into the DataSmart class as a finalize() methodChris Larson2010-07-021-136/+2
* Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson2010-03-221-0/+3
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-1/+1
* bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie2009-05-111-0/+2
* bitbake: Make sure existing environment variables are properly exportedRichard Purdie2009-05-091-0/+1
* bitbake: Refactor the environment variable handlingRobert Bradford2008-10-171-2/+0
* bitbake/bitbake-dev: Allow much better control of which variable influence bi...Richard Purdie2008-09-301-15/+6
* bitbake data.py: Fix unexport handling (#OE3135)Richard Purdie2007-10-221-3/+3
* bitbake: Sync with 1.8.8 releaseRichard Purdie2007-08-201-0/+7
* bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...Richard Purdie2007-08-161-18/+15
* bitbake: Sync with upstream 1.8 branch for fixesRichard Purdie2007-08-121-0/+4
* bitbake: Update along 1.8 branchRichard Purdie2007-08-031-17/+23
* bitbake: Sync with upstream. Richard Purdie2007-01-081-19/+18
* bitbake: Sync with bitbake trunk for bugfixes and improved dot file generatio...Richard Purdie2006-11-291-2/+2
* bitbake/lib/bb/data.py: Add unexport flag for variables, add speedup for expa...Richard Purdie2006-11-251-0/+6