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: Strip old editor directives from file headers
Richard Purdie
2019-05-04
1
-2
/
+0
*
bitbake: bitbake: Drop duplicate license boilerplace text
Richard Purdie
2019-05-04
1
-12
/
+0
*
bitbake: bitbake: Add initial pass of SPDX license headers to source code
Richard Purdie
2019-05-04
1
-0
/
+2
*
bitbake: bb.data_smart: only try to expand refs to valid variable names
Christopher Larson
2019-01-21
1
-1
/
+1
*
bitbake: data/siggen: Switch md5 -> sha256
Richard Purdie
2019-01-08
1
-1
/
+1
*
bitbake: data_smart: Allow numeric characters in overrides
Richard Purdie
2018-12-14
1
-1
/
+2
*
bitbake: data_smart: Add missing regexp markup
Richard Purdie
2018-12-14
1
-2
/
+2
*
bitbake: data_smart: fix filename for compile()
Robert Yang
2018-11-19
1
-1
/
+5
*
bitbake: data_smart: Add original traceback to ExpansionError
Robert Yang
2018-11-19
1
-1
/
+2
*
bitbake: data_smart: Fix removal handling interaction issue with overrides
Richard Purdie
2018-10-20
1
-4
/
+13
*
bitbake: bitbake: data: Ensure task checksums account for remove data
Richard Purdie
2018-10-18
1
-9
/
+18
*
bitbake: data/data_smart: Allow getVarFlag to return the variable parser object
Richard Purdie
2018-10-18
1
-5
/
+13
*
bitbake: data_smart: Fix expand_cache and _remove operator interaction issues
Richard Purdie
2018-10-18
1
-27
/
+23
*
bitbake: data_smart: Micro optimise _remove handling
Richard Purdie
2018-10-18
1
-1
/
+1
*
bitbake: data: Fix whitespace on _remove operations
Richard Purdie
2018-10-18
1
-2
/
+3
*
bitbake: data_smart: Preserve history when renaming variables
Richard Purdie
2018-10-18
1
-0
/
+11
*
bitbake: data_smart: Don't cache/process capitalised overrides
Richard Purdie
2017-05-18
1
-1
/
+1
*
bitbake: data_smart: Ensure _remove operations on newly set variables are cle...
Richard Purdie
2017-04-12
1
-0
/
+2
*
bitbake: data_smart: implement missing remote datastore operations
Paul Eggleton
2017-03-22
1
-1
/
+28
*
bitbake: tinfoil: fix override handling in remote datastores
Paul Eggleton
2017-03-22
1
-7
/
+8
*
bitbake: lib: Drop now unneeded update_data calls
Richard Purdie
2017-02-15
1
-1
/
+0
*
bitbake: data_smart: Fix unneeded variable manipulation
Richard Purdie
2017-01-22
1
-7
/
+8
*
bitbake: data_smart: support serialisation
Paul Eggleton
2016-12-14
1
-0
/
+13
*
bitbake: tinfoil: pass datastore to server when expanding python references
Paul Eggleton
2016-12-14
1
-1
/
+1
*
bitbake: data_smart: implement remote datastore functionality
Paul Eggleton
2016-12-14
1
-6
/
+33
*
bitbake: data_smart: fix resetting of reference on variablehistory
Paul Eggleton
2016-12-14
1
-1
/
+1
*
bitbake: bitbake: remove True option to getVarFlag calls
Joshua Lock
2016-11-30
1
-2
/
+2
*
bitbake: bitbake: remove True option to getVar calls
Joshua Lock
2016-11-30
1
-6
/
+6
*
bitbake: data_smart.py: don't reorder internal bitbake variables when calcula...
Patrick Ohly
2016-11-23
1
-1
/
+0
*
bitbake: data_smart: Default to expansion for getVar/getVarFlags
Richard Purdie
2016-11-23
1
-2
/
+2
*
bitbake: data_smart/utils: Add 'd' to the context used for better_eval in pyt...
Richard Purdie
2016-06-13
1
-1
/
+1
*
bitbake: data_smart: Simplify ExpansionError exception
Richard Purdie
2016-06-02
1
-2
/
+1
*
bitbake: bitbake: Convert to python 3
Richard Purdie
2016-06-02
1
-2
/
+2
*
bitbake: bb.data_smart: use iter() for __len__
Christopher Larson
2016-05-06
1
-1
/
+1
*
bitbake: data_smart: Restrict expansion regexp to not include : characters
Richard Purdie
2016-04-09
1
-1
/
+1
*
bitbake: data_smart: Drop default expand=False to getVarFlag [API change]
Richard Purdie
2016-02-18
1
-1
/
+1
*
bitbake: data_smart: Drop default expand=False to getVar [API change]
Richard Purdie
2016-02-18
1
-1
/
+1
*
bitbake: data_smart: Avoid expanding anonymous python functions
Richard Purdie
2016-02-10
1
-1
/
+1
*
bitbake: lib/bb: Add expansion parameter to getVarFlag
Richard Purdie
2016-02-04
1
-4
/
+4
*
bitbake: data_smart: Add missing expand parameter to getVar call
Richard Purdie
2016-02-04
1
-1
/
+1
*
bitbake: data_smart: Don't show exceptions for EOL literals
Richard Purdie
2016-01-22
1
-1
/
+6
*
bitbake: data_smart: Only support lowercase OVERRIDES
Richard Purdie
2015-11-16
1
-2
/
+2
*
bitbake: data_smart: Ensure OVERRIDES dependencies account for contains()
Richard Purdie
2015-09-18
1
-2
/
+6
*
bitbake: data_smart: Correctly handle OVERRIDE values set using ??=
Richard Purdie
2015-09-18
1
-0
/
+2
*
bitbake: data_smart: When considering OVERRIDE dependencies, do so recursively
Richard Purdie
2015-09-18
1
-1
/
+7
*
bitbake: data_smart: Expand overrides cache recursively
Richard Purdie
2015-09-18
1
-3
/
+12
*
bitbake: data_smart: Separate out update_overridevars into separate function
Richard Purdie
2015-09-18
1
-5
/
+6
*
bitbake: bb.data_smart: retain traceback from ExpansionError
Christopher Larson
2015-09-04
1
-1
/
+2
*
bitbake: bitbake-layers: fix mapping files to layers
Paul Eggleton
2015-08-19
1
-0
/
+25
*
bitbake: data_smart: Improve override history logging
Richard Purdie
2015-07-24
1
-10
/
+13
[next]