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
/
cache.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: cache: Bump cache version
Joshua Watt
2020-06-19
1
-1
/
+1
*
bitbake: bitbake: cache: Fix error message with bad multiconfig
Joshua Watt
2020-06-15
1
-1
/
+1
*
bitbake: bitbake: cache: Fix error when cache is rebuilt
Joshua Watt
2020-06-10
1
-3
/
+3
*
bitbake: bitbake: cache: Cache size optimization
Joshua Watt
2020-06-10
1
-4
/
+18
*
bitbake: bitbake: cache: Improve logging
Joshua Watt
2020-06-10
1
-30
/
+35
*
bitbake: bitbake: cache: Use multiconfig aware caches
Joshua Watt
2020-06-10
1
-35
/
+108
*
bitbake: bitbake: cooker: Split file collections per multiconfig
Joshua Watt
2020-06-10
1
-1
/
+1
*
bitbake: cache: Fix performance problem with large numbers of source files
Richard Purdie
2020-04-24
1
-14
/
+8
*
bitbake: lib: remove unused imports
Frazer Clews
2020-01-19
1
-1
/
+0
*
bitbake: cache: Lower debug level for wold build messages
Richard Purdie
2020-01-02
1
-3
/
+3
*
bitbake: siggen: Clean up task reference formats
Richard Purdie
2019-08-06
1
-1
/
+1
*
bitbake: cache: Add SimpleCache class
Richard Purdie
2019-08-06
1
-0
/
+53
*
bitbake: cache: Create a symlink for current cachefile
Robert Yang
2019-07-19
1
-0
/
+9
*
bitbake: cache: Set packages for skipped recipes
Robert Yang
2019-07-15
1
-7
/
+6
*
bitbake: cache: Remove duplicated lines for provides and rprovides
Robert Yang
2019-07-15
1
-4
/
+2
*
bitbake: multiconfig: Switch from 'multiconfig' -> 'mc'
Richard Purdie
2019-06-10
1
-6
/
+6
*
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: cache: Cleanup deprecated function usage
Richard Purdie
2018-12-07
1
-1
/
+1
*
bitbake: codeparser: Track oe.utils.conditional usage
Martin Jansa
2018-07-30
1
-1
/
+1
*
bitbake: bitbake: cache: improve debug message
Robert Yang
2018-02-14
1
-1
/
+4
*
bitbake: cache.py: fix whitespace
Paul Eggleton
2017-07-18
1
-14
/
+13
*
bitbake: cache: don't insert PN into PACKAGES
Ross Burton
2017-06-28
1
-2
/
+2
*
bitbake: cache: prevent division-by-zero in load_cahefile()
Markus Lehtonen
2017-04-11
1
-0
/
+4
*
bitbake: codeparser: improve handling of contains_any() and filter()
Paul Eggleton
2017-04-05
1
-1
/
+1
*
bitbake: bitbake: remove True option to getVarFlag calls
Joshua Lock
2016-11-30
1
-1
/
+1
*
bitbake: bitbake: remove True option to getVar calls
Joshua Lock
2016-11-30
1
-4
/
+4
*
bitbake: cache: allow parsing a recipe with a custom config datastore
Paul Eggleton
2016-09-02
1
-34
/
+39
*
bitbake: bitbake: Initial multi-config support
Richard Purdie
2016-08-18
1
-11
/
+42
*
bitbake: cache: Build datastores from databuilder object
Richard Purdie
2016-08-18
1
-19
/
+27
*
bitbake: cache: Split Cache() into a NoCache() parent object
Richard Purdie
2016-08-18
1
-52
/
+57
*
bitbake: cache/cooker: Pass databuilder into bb.cache.Cache()
Richard Purdie
2016-08-18
1
-2
/
+3
*
bitbake: cache: Make virtualfn2realfn/realfn2virtual standalone functions
Richard Purdie
2016-08-18
1
-30
/
+25
*
bitbake: cache/ast: Move __VARIANTS handling to parse cache function
Richard Purdie
2016-08-18
1
-1
/
+5
*
bitbake: cache: Don't interleave pickle cache file writing
Richard Purdie
2016-07-26
1
-17
/
+10
*
bitbake: cache: Add better cache loading sanity checks
Richard Purdie
2016-07-26
1
-0
/
+7
*
bitbake: cache: Drop/simplify pointless type checking
Richard Purdie
2016-07-26
1
-67
/
+60
*
bitbake: cache: Improve versions fields handling
Richard Purdie
2016-07-26
1
-23
/
+20
*
bitbake: cache: Correctly handle missing extra caches
Richard Purdie
2016-07-26
1
-0
/
+3
*
bitbake: cache: Move the parsing message to a more logical place
Richard Purdie
2016-07-26
1
-1
/
+1
*
bitbake: bitbake: Convert to python 3
Richard Purdie
2016-06-02
1
-12
/
+6
*
bitbake: cache: Increase cache version after task checksum calculation changes
Richard Purdie
2016-05-19
1
-1
/
+1
*
bitbake: contrib/dump_cache.py, cache: Fix to use python 3 syntax
Richard Purdie
2016-05-13
1
-1
/
+1
*
bitbake: cache: Make BB_DONT_CACHE variable external
Markus Lehtonen
2016-03-23
1
-1
/
+1
*
bitbake: MultiProcessCache: make cache filename configurable
Markus Lehtonen
2016-02-18
1
-2
/
+3
*
bitbake: bb/cache: drop some unused arguments
Markus Lehtonen
2016-02-18
1
-2
/
+2
*
bitbake: taskdata: add the ability to access world targets list
Paul Eggleton
2016-01-22
1
-1
/
+4
*
bitbake: cache.py: check existence before add to cachedata.rproviders
Robert Yang
2016-01-22
1
-1
/
+2
*
bitbake: bitbake: clean up stamp-base related codes
Chen Qi
2016-01-11
1
-6
/
+0
[next]