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
walnascar
walnascar-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: data_smart: Ensure module dependency changes invalidate the base con...
Richard Purdie
2025-03-13
1
-0
/
+5
*
bitbake: data_smart.py: clear expand_cache in _setvar_update_overridevars
Chen Qi
2025-03-06
1
-0
/
+1
*
bitbake: data_smart.py: simple clean up
Chen Qi
2025-03-06
1
-3
/
+1
*
bitbake: data_smart.py: remove unnecessary ? from __expand_var_regexp__
Chen Qi
2025-03-06
1
-1
/
+1
*
bitbake: data_smart: fix indentation
Chen Qi
2025-02-25
1
-40
/
+40
*
bitbake: bitbake: data_smart: fix ??= operator for variable flags
Louis Rannou
2025-02-13
1
-4
/
+11
*
bitbake: data_smart: fix ??= operator for variable flags
Yoann Congal
2025-01-14
1
-0
/
+2
*
bitbake: data_smart: Improve performance for VariableHistory
Robert Yang
2024-08-03
1
-5
/
+3
*
bitbake: data_smart: directly check for methodpool functions in context lookup
Christopher Larson
2023-08-04
1
-3
/
+4
*
bitbake: data_smart: check for python builtins directly for context lookup
Christopher Larson
2023-08-04
1
-4
/
+8
*
bitbake: data_smart: Small optimisation to _findVar()
Richard Purdie
2023-01-24
1
-7
/
+9
*
bitbake: data_smart: Small cache reuse optimization
Richard Purdie
2022-11-29
1
-3
/
+7
*
bitbake: data_smart: Use regex consistently for override matching
张忠山
2022-11-29
1
-1
/
+1
*
bitbake: data_smart: Add debugging for overrides stability issue
Richard Purdie
2022-11-27
1
-1
/
+3
*
bitbake: data/data_smart/build: Clean up datastore finalize/update_data refer...
Richard Purdie
2022-11-14
1
-8
/
+1
*
bitbake: data_smart: allow python snippets to include a dictionary
Mark Asselstine
2022-11-10
1
-1
/
+6
*
bitbake: data_smart: Avoid multiple getVarFlag calls
Richard Purdie
2022-03-18
1
-3
/
+4
*
bitbake: data_smart: Skip commonly accessed variables from variable data cont...
Richard Purdie
2022-03-18
1
-0
/
+3
*
bitbake: data_smart: Avoid exceptions for non string data
Richard Purdie
2022-02-22
1
-1
/
+1
*
bitbake: lib/bb: fix exit when found renamed variables
Marta Rybczynska
2022-02-21
1
-0
/
+4
*
bitbake: data_smart: Add support to BB_RENAMED_VARIABLES for custom strings
Richard Purdie
2022-02-21
1
-14
/
+21
*
bitbake: data_smart: Allow rename mechanism to show full expressions
Richard Purdie
2022-02-21
1
-2
/
+4
*
bitbake: bitbake: Rename allowed multiple provider variable
Scott Murray
2022-02-21
1
-0
/
+1
*
bitbake: bitbake: Rename setscene enforce filtering variable
Scott Murray
2022-02-21
1
-0
/
+1
*
bitbake: bitbake: Rename configuration hash filtering variable
Scott Murray
2022-02-21
1
-2
/
+3
*
bitbake: bitbake: Rename environment filtering variables
Scott Murray
2022-02-21
1
-0
/
+2
*
bitbake: bitbake: Rename basehas and taskhash filtering variables
Scott Murray
2022-02-21
1
-0
/
+2
*
bitbake: data_smart/cookerdata: Add variable remapping support
Richard Purdie
2022-02-21
1
-0
/
+36
*
bitbake: data_smart: Add hasOverrides method to public datastore API
Richard Purdie
2022-02-17
1
-0
/
+2
*
bitbake: data_smart: Fix overrides file/line message additions
Richard Purdie
2022-02-17
1
-4
/
+4
*
bitbake: data_smart.py: Skip old override syntax checking for anonymous funct...
Robert Yang
2021-11-26
1
-1
/
+1
*
bitbake: lib/bb: Fix string concatination potential performance issues
Richard Purdie
2021-11-03
1
-3
/
+3
*
bitbake: data_smart: Don't add None to ExpansionError varlist
Richard Purdie
2021-09-21
1
-2
/
+3
*
bitbake: bitbake: adjust parser error check for python 3.10 compatibility
Alexander Kanavin
2021-09-17
1
-1
/
+1
*
bitbake: bitbake: correct the collections vs collections.abc deprecation
Alexander Kanavin
2021-09-17
1
-1
/
+1
*
bitbake: data_smart: Improve error display for handled exceptions
Richard Purdie
2021-09-11
1
-0
/
+2
*
bitbake: data_smart: Make ExpansionErrors more readable
Richard Purdie
2021-09-11
1
-2
/
+9
*
bitbake: data_smart: Fix inactive overide accidental variable value corruption
Richard Purdie
2021-08-04
1
-4
/
+4
*
bitbake: bitbake: Switch to using new override syntax
Richard Purdie
2021-08-02
1
-58
/
+55
*
bitbake: data_smart: Allow colon in variable expansion regex
Richard Purdie
2021-07-29
1
-1
/
+1
*
bitbake: data_smart/parse: Allow ':' characters in variable/function names
Richard Purdie
2021-07-20
1
-0
/
+12
*
bitbake: data_smart: Ensure hash reflects vardepvalue flags correctly
Richard Purdie
2020-12-19
1
-1
/
+1
*
bitbake: lib: fix most undefined code picked up by pylint
Frazer Clews
2020-08-25
1
-1
/
+1
*
bitbake: data_smart: Handle hashing of datastores within datastores correctly
Richard Purdie
2020-04-24
1
-1
/
+4
*
bitbake: tinfoil: Simplify remote datastore connections
Richard Purdie
2020-03-24
1
-50
/
+3
*
bitbake: data_smart: Don't pass unneeded datastore
Richard Purdie
2020-03-24
1
-1
/
+2
*
bitbake: data: Don't allow renameVar calls with equivalent keys
Kyle Russell
2020-02-19
1
-0
/
+4
*
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
[next]