index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
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
*
bitbake: bitbake/hob: removing extra parameters from conf files using hob
Cristiana Voicu
2013-10-07
1
-2
/
+6
*
bitbake: data_smart: Variable references don't contain newlines, spaces or tabs
Richard Purdie
2013-09-22
1
-1
/
+1
*
bitbake: data_smart: Fix variable reference issues
Richard Purdie
2013-09-18
1
-4
/
+3
*
bitbake: data_smart: Cache the fact a variable accesses another even if its u...
Richard Purdie
2013-09-17
1
-1
/
+1
*
bitbake: data_smart: Allow flags to use the expand cache
Richard Purdie
2013-09-17
1
-1
/
+3
*
bitbake: data_smart: Allow expansion of flags in getVarFlags
Richard Purdie
2013-09-17
1
-2
/
+3
*
bitbake: data_smart: Add explict None checks
Alexandru DAMIAN
2013-09-17
1
-2
/
+2
*
bitbake: data: Cache an list of export variables
Richard Purdie
2013-09-17
1
-0
/
+7
*
bitbake: data_smart: use the expand_cache in VariableParse
Richard Purdie
2013-09-17
1
-0
/
+5
*
bitbake: data_smart: Improve variable expansion regexp
Richard Purdie
2013-09-17
1
-1
/
+1
*
bitbake: data_smart: Account for changes in append/prepend/remove in the conf...
Richard Purdie
2013-09-12
1
-3
/
+6
*
bitbake: data_smart: Move getVar expand cache handing to fix _remove operations
Richard Purdie
2013-09-06
1
-7
/
+6
*
bitbake: data_smart: allow removal of multiple words at once with _remove
Christopher Larson
2013-08-28
1
-1
/
+1
*
bitbake: data_smart: use a split/filter/rejoin for _remove
Christopher Larson
2013-08-28
1
-7
/
+3
*
bitbake: data_smart: Add _remove operator
Richard Purdie
2013-08-26
1
-5
/
+18
*
bitbake: data_smart: Fix bug with overrides and weak default values
Richard Purdie
2013-06-21
1
-5
/
+12
*
bitbake: data_smart: Ensure variable flags are accounted for in config data hash
Richard Purdie
2013-06-21
1
-0
/
+6
*
bitbake: data_smart.py: add some internal bitbake variables to configuration ...
Laurentiu Palcu
2013-05-03
1
-0
/
+10
*
bitbake: bitbake & hob: implement functions to assure consistency for configu...
Cristiana Voicu
2013-01-31
1
-0
/
+22
*
bitbake: bitbake: data_smart.py and friends: Track variable history
Peter Seebach
2013-01-18
1
-37
/
+219
*
bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...
Peter Seebach
2013-01-18
1
-0
/
+46
*
bitbake: data_smart/BBHandler: Fix SkipParse exception handling
Richard Purdie
2012-12-14
1
-0
/
+2
*
bitbake: data_smart: Improve get_hash to account for overrides and key expansion
Richard Purdie
2012-12-03
1
-3
/
+7
*
bitbake: lib/bb/data.py: improve output for expansion errors
Paul Eggleton
2012-09-27
1
-1
/
+4
*
bitbake: data_smart: skip all interal (underscored) flags in getVarFlags
Ross Burton
2012-08-22
1
-1
/
+1
*
bitbake: data-smart: rename the 'content' internal variable to '_content'
Ross Burton
2012-08-22
1
-8
/
+8
*
bitbake: data_smart: Fix unanchored regexp causing strange parsing issue
Richard Purdie
2012-08-03
1
-1
/
+1
*
bitbake: data_smart: Fix multiple override interaction with append and prepen...
Richard Purdie
2012-07-05
1
-1
/
+6
*
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
[next]