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/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
*
bitbake: Update to bitbake 1.8 branch head
Richard Purdie
2008-03-03
1
-2
/
+2
*
bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...
Richard Purdie
2007-08-16
1
-0
/
+22
*
bitbake: Sync with upstream.
Richard Purdie
2007-01-08
1
-20
/
+20
*
data_smart.py: micro optimisation from bitbake trunk
Richard Purdie
2006-11-27
1
-1
/
+1
*
bitbake: Upgrade from 1.4 -> 1.7.4ish
Richard Purdie
2006-11-16
1
-19
/
+24
*
Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...
Richard Purdie
2006-05-09
1
-122
/
+36
*
Update to latest bitbake
Richard Purdie
2006-03-20
1
-3
/
+3
*
Initial population
Richard Purdie
2005-08-31
1
-0
/
+351