index
:
ast2050-yocto-poky
fido
Modified yocto poky sources to support the Aspeed AST2050 and ASUS KGPE-D16 / KCMA-D8
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
data_smart.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/bb/data_smart.py: don't report variable in ExpansionError if not set
Paul Eggleton
2012-05-30
1
-1
/
+4
*
data_smart: Improve the calculation of config hash
Dongxiao Xu
2012-04-17
1
-3
/
+4
*
meta/classes: Convert to use appendVar and appendVarFlags
Richard Purdie
2012-03-05
1
-1
/
+1
*
data_smart.py: Uses BB_HASHCONFIG_WHITELIST to filter unnecessary variables
Dongxiao Xu
2012-02-27
1
-12
/
+4
*
cache: Use configuration's hash value to validate cache
Dongxiao Xu
2012-02-23
1
-0
/
+21
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
1
-1
/
+1
*
data_smart: Add appendVar/prependVar functions
Richard Purdie
2011-11-10
1
-0
/
+16
*
codeparser: silence non-literal warnings for vardeps
Christopher Larson
2011-11-10
1
-1
/
+7
*
codeparser: accept a name for better messages
Christopher Larson
2011-11-10
1
-1
/
+1
*
data_smart.py: make use of expand cache in getVar()
Dongxiao Xu
2011-08-29
1
-1
/
+6
*
bitbake/ast: Fix ??= vs. ?= handling
Richard Purdie
2011-07-05
1
-8
/
+4
*
bitbake/data_smart: Don't track overrides in deleted variable names
Richard Purdie
2011-06-28
1
-1
/
+4
*
bitbake/data_smart: Don't export deleted/empty entries in the list of keys
Richard Purdie
2011-06-28
1
-0
/
+2
*
bitbake/data_smart: Optimise the data store iterator
Richard Purdie
2011-06-28
1
-10
/
+12
*
bitbake/data_smart: Change overrides behaviour to remove expanded variables f...
Richard Purdie
2011-06-09
1
-1
/
+3
*
data_smart: Adding overrides of zero length is pointless so lets not
Richard Purdie
2011-06-01
1
-3
/
+4
*
More 'is' fixups
Chris Larson
2011-03-31
1
-2
/
+2
*
bitbake/data_smart: Improve Variable expansion error handling
Richard Purdie
2011-02-23
1
-2
/
+14
*
bitbake/data_smart: Improve the way lazyassignment works
Richard Purdie
2011-02-23
1
-0
/
+2
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-7
/
+8
*
Move LAYERDIR expansion hack into DataSmart
Chris Larson
2011-01-04
1
-0
/
+21
*
build: use bb.process instead of os.system
Chris Larson
2011-01-04
1
-2
/
+2
*
Access metadata vars as locals in python snippets
Chris Larson
2011-01-04
1
-1
/
+14
*
Fix __getitem__ for DataSmart
Chris Larson
2011-01-04
1
-2
/
+6
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
1
-5
/
+5
*
Make DataSmart inherit the MutableMapping ABC
Chris Larson
2011-01-04
1
-14
/
+20
*
bitbake: add optional expansion to getVarFlag()
Paul Eggleton
2010-12-14
1
-3
/
+6
*
bitbake/data_smart: Refactor _append/_prepend code to remove duplication
Richard Purdie
2010-12-07
1
-36
/
+23
*
bitbake/data_smart: Fix append/prepend/override ordering issue
Richard Purdie
2010-12-07
1
-8
/
+16
*
bitbake: Add codeparser for parsing shell and python functions
Richard Purdie
2010-08-31
1
-3
/
+3
*
bitbake/data_smart.py: Allow the data expand function to keep track of refere...
Richard Purdie
2010-08-31
1
-22
/
+47
*
Revert "In expand, drop the unnecessary second regular expression match"
Chris Larson
2010-07-02
1
-11
/
+11
*
In expand, drop the unnecessary second regular expression match
Chris Larson
2010-07-02
1
-11
/
+11
*
Simplify _findVar a bit
Chris Larson
2010-07-02
1
-9
/
+6
*
Fix major bug that slipped in when moving update_data
Chris Larson
2010-07-02
1
-9
/
+10
*
For ${@}, run str() on the result
Chris Larson
2010-07-02
1
-6
/
+4
*
Kill unnecessary usages of the types module
Chris Larson
2010-07-02
1
-4
/
+4
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-8
/
+8
*
Exception handling fixups
Chris Larson
2010-07-02
1
-2
/
+2
*
Import fixups
Chris Larson
2010-07-02
1
-3
/
+2
*
Formatting cleanups
Chris Larson
2010-07-02
1
-24
/
+22
*
Move update_data into the DataSmart class as a finalize() method
Chris Larson
2010-07-02
1
-0
/
+65
*
Consolidate the exec/eval bits, switch anonfunc to better_exec, etc
Chris Larson
2010-07-02
1
-7
/
+1
*
Pass an empty locals dict in expansion, since list comprehensions apparently ...
Chris Larson
2010-07-02
1
-2
/
+2
*
Two minor changes to the way python snippet expansion happens
Chris Larson
2010-07-02
1
-8
/
+8
*
data_smart: be explicit about what we make available to eval'd python code
Chris Larson
2010-03-25
1
-2
/
+7
*
Avoid unnecessary calls to keys() when iterating over dictionaries.
Chris Larson
2010-03-22
1
-2
/
+2
*
bitbake/data_smart.py: Fix error where update-rc.d would not get added to the...
Richard Purdie
2009-12-16
1
-5
/
+6
*
bitbake: Update to work without warnings with python 2.6
Richard Purdie
2009-05-12
1
-3
/
+2
*
bitbake/bitbake-dev: Allow much better control of which variable influence bi...
Richard Purdie
2008-09-30
1
-3
/
+0
[next]