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
/
cooker.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: cooker: Drop unneeded flush calls
Richard Purdie
2023-09-20
1
-3
/
+0
*
bitbake: lib: Drop inotify support and replace with mtime checks
Richard Purdie
2023-09-18
1
-139
/
+40
*
bitbake: cooker: Fix error message
Joshua Watt
2023-08-16
1
-1
/
+1
*
bitbake: cooker: Log when parsing starts in server log
Richard Purdie
2023-06-30
1
-0
/
+1
*
bitbake: cooker: Add FILE_LAYERNAME variable containing the layername for a r...
Richard Purdie
2023-05-25
1
-14
/
+18
*
bitbake: cooker: Fix/improve collections handling
Richard Purdie
2023-05-25
1
-5
/
+5
*
bitbake: cooker: Log config and parse cache status changes
Richard Purdie
2023-05-02
1
-12
/
+27
*
bitbake: cooker: do not abort on single ctrl-c
Enrico Scholz
2023-04-20
1
-1
/
+1
*
bitbake: event: add bb.event.ParseError
Mingli Yu
2023-04-13
1
-2
/
+3
*
bitbake: cooker: Fix memory resident cache invalidation issue
Richard Purdie
2023-02-24
1
-6
/
+10
*
bitbake: event/cooker/runqueue: Add ability to interrupt longer running code
Richard Purdie
2023-02-23
1
-0
/
+4
*
bitbake: cooker: Ensure lock is held with changing notifier
Richard Purdie
2023-02-20
1
-16
/
+18
*
bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...
Richard Purdie
2023-01-26
1
-1
/
+1
*
bitbake: cooker: Fix parsing race around cache handling
Richard Purdie
2023-01-24
1
-8
/
+8
*
bitbake: cooker: Fix siggen recipe cache race issue
Richard Purdie
2023-01-24
1
-2
/
+1
*
bitbake: cooker: Fix exit handling issues
Richard Purdie
2023-01-11
1
-6
/
+4
*
bitbake: process/cooker/command: Fix currentAsyncCommand locking/races
Richard Purdie
2023-01-11
1
-4
/
+8
*
bitbake: cooker/command: Drop async command handler indirection via cooker
Richard Purdie
2023-01-11
1
-9
/
+0
*
bitbake: cooker: Clean up inotify idle handler
Richard Purdie
2023-01-06
1
-6
/
+0
*
bitbake: cooker: Rework the parsing results submission
Richard Purdie
2023-01-06
1
-11
/
+15
*
bitbake: lib/bb: Update thread/process locks to use a timeout
Richard Purdie
2023-01-05
1
-2
/
+2
*
bitbake: server/process: Run idle commands in a separate idle thread
Richard Purdie
2022-12-31
1
-8
/
+21
*
bitbake: server/process: Improve idle loop exit code
Richard Purdie
2022-12-31
1
-8
/
+5
*
bitbake: cooker: Ensure commands clean up any parser processes
Richard Purdie
2022-12-31
1
-0
/
+3
*
bitbake: cooker/cookerdata: Rework the way the datastores are reset
Richard Purdie
2022-12-31
1
-6
/
+3
*
bitbake: event: Add enable/disable heartbeat code
Richard Purdie
2022-12-31
1
-0
/
+4
*
bitbake: cooker: Ensure cache is cleared for partial resets
Richard Purdie
2022-12-29
1
-0
/
+3
*
bitbake: cache/siggen: Fix cache issues with signature handling
Richard Purdie
2022-12-29
1
-0
/
+1
*
bitbake: cache: Allow compression of the data in SiggenRecipeInfo
Richard Purdie
2022-12-21
1
-0
/
+1
*
bitbake: build/siggen: Rework stamps functions
Richard Purdie
2022-12-17
1
-1
/
+1
*
bitbake: siggen: Add dummy dataCaches from task context/datastore
Richard Purdie
2022-12-17
1
-0
/
+2
*
bitbake: cooker: Start sync thread a little earlier
Joshua Watt
2022-12-08
1
-6
/
+7
*
bitbake: cooker: Use event to terminate parser threads
Joshua Watt
2022-12-08
1
-12
/
+3
*
bitbake: siggen/cache: Optionally allow adding siggen hash data to the bitbak...
Richard Purdie
2022-12-08
1
-5
/
+5
*
bitbake: cache: Drop broken/unused code
Richard Purdie
2022-11-20
1
-2
/
+2
*
bitbake: cache/cookerdata: Move recipe parsing functions from cache to databu...
Richard Purdie
2022-11-20
1
-2
/
+1
*
bitbake: cooker: fix a typo
Oliver Lang
2022-10-25
1
-1
/
+1
*
bitbake: bitbake: Fix a few more logger debug() calls
Joshua Watt
2022-09-21
1
-12
/
+12
*
bitbake: BBHandler/cooker: Implement recipe and global classes
Richard Purdie
2022-08-12
1
-0
/
+1
*
bitbake: cooker: Drop sre_constants usage
Richard Purdie
2022-06-11
1
-3
/
+2
*
bitbake: cooker: Drop unused loop
Richard Purdie
2022-04-21
1
-13
/
+12
*
bitbake: cooker: Reset and rebuild inotify watches
Richard Purdie
2022-04-03
1
-25
/
+29
*
bitbake: cooker: Avoid error if siggen wasn't setup
Richard Purdie
2022-04-01
1
-1
/
+2
*
bitbake: cooker: Ensure any existing hashserv connection is closed
Richard Purdie
2022-04-01
1
-0
/
+2
*
bitbake: cooker: Restore sys.path and sys.modules between parses
Richard Purdie
2022-04-01
1
-0
/
+8
*
bitbake: cooker: Further fixes to inotify to fix memres bitbake issues
Richard Purdie
2022-04-01
1
-1
/
+11
*
bitbake: cooker: Rework force parser shutdown
Richard Purdie
2022-03-30
1
-12
/
+25
*
bitbake: cooker/process: Fix signal handling lockups
Richard Purdie
2022-03-30
1
-2
/
+26
*
bitbake: cooker: Simplify parser init function handling
Richard Purdie
2022-03-30
1
-12
/
+8
*
bitbake: cooker: Improve exception handling in parsing process
Richard Purdie
2022-03-30
1
-24
/
+24
[next]