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/siggen: Empty siggen cache during parsing
Richard Purdie
2020-02-18
1
-1
/
+2
*
bitbake: cooker: Keep track of watched files using a set instead of a list
Peter Kjellerstedt
2020-01-28
1
-8
/
+8
*
bitbake: bitbake: Drop duplicate license boilerplace text
Richard Purdie
2019-06-19
1
-13
/
+0
*
bitbake: bitbake: Add initial pass of SPDX license headers to source code
Richard Purdie
2019-06-19
1
-0
/
+2
*
bitbake: bitbake: cooker: Rename __depends in all multiconfigs
Joshua Watt
2019-06-11
1
-2
/
+3
*
bitbake: cooker: Ensure mcdeps are processed even if only one multiconfig
Richard Purdie
2019-06-11
1
-1
/
+5
*
bitbake: cooker: Fix bbfile_config_priorities when BBFILE_PATTERN is empty
Robert Yang
2019-03-24
1
-1
/
+1
*
bitbake: cooker: Tweak multiconfig dependency resolution
Richard Purdie
2019-02-25
1
-29
/
+24
*
bitbake: cooker: Split recipes to parse amongst threads ahead of time
Richard Purdie
2019-01-08
1
-11
/
+6
*
bitbake: cooker: Remove Feeder() since its no longer needed with moderm multi...
Richard Purdie
2019-01-08
1
-37
/
+5
*
bitbake: cooker: fix indirect multiconfig dependencies
Alejandro Enedino Hernandez Samaniego
2019-01-03
1
-20
/
+31
*
bitbake: cooker: Add some timing debug messages to the server startup
Richard Purdie
2018-12-08
1
-0
/
+19
*
bitbake: cooker: Fix multiconfig dependencies
Alejandro Enedino Hernandez Samaniego
2018-11-22
1
-8
/
+1
*
bitbake: cooker/runqueue: Turn universe warnings into verbnotes
Richard Purdie
2018-09-10
1
-1
/
+1
*
bitbake: cooker.py: Fix incorrect bb files matched warning
Mark Hatle
2018-09-05
1
-1
/
+4
*
bitbake: bitbake: Add support for multiconfig dependencies
Alejandro Enedino Hernandez Samaniego
2018-08-01
1
-3
/
+31
*
bitbake: cooker: Fix environment double key expansion issue
Richard Purdie
2018-03-04
1
-3
/
+2
*
bitbake: cooker: Run registered anonymous python before displaying environment
Richard Purdie
2018-03-04
1
-1
/
+3
*
bitbake: bitbake: cooker: don't stop file notifier when cooker is shutdown
Robert Yang
2018-02-14
1
-2
/
+0
*
bitbake: bitbake: cooker: fix for BBFILE_PATTERN matches bbappend
Robert Yang
2018-02-14
1
-3
/
+7
*
bitbake: bitbake: cooker: skip when BBFILE_PATTERN is empty
Robert Yang
2018-02-14
1
-0
/
+1
*
bitbake: cooker: Sort task graph (dot) file output
Richard Purdie
2018-01-29
1
-6
/
+6
*
bitbake: cooker: fix typo in bitbake -g message
Paul Eggleton
2017-11-21
1
-1
/
+1
*
bitbake: cooker: fix watching directories with Python 3.6+
Paul Eggleton
2017-10-31
1
-1
/
+11
*
bitbake: cooker: ensure monkey-patching in collect_bbfiles() gets undone on e...
Paul Eggleton
2017-09-17
1
-19
/
+19
*
bitbake: cooker: fix watching empty directories
Paul Eggleton
2017-09-17
1
-3
/
+6
*
bitbake: process/cooker: Improve readypipe handling
Richard Purdie
2017-09-12
1
-5
/
+1
*
bitbake: cooker: clear extra config settings and remote datastores on client ...
Paul Eggleton
2017-09-05
1
-0
/
+2
*
bitbake: cooker.py: Fix layer priority processing
Mark Hatle
2017-09-05
1
-7
/
+7
*
bitbake: cooker: Ensure parseConfiguration clears parsecache_valid
Richard Purdie
2017-09-02
1
-0
/
+2
*
bitbake: cooker: Ensure buildFile doesn't have lasting side effects
Richard Purdie
2017-08-31
1
-0
/
+5
*
bitbake: cooker: ensure we can run buildFileInternal() after cache is populated
Paul Eggleton
2017-08-31
1
-4
/
+4
*
bitbake: cooker: Allow changes in PRSERV_HOST to be responded to
Richard Purdie
2017-08-31
1
-8
/
+11
*
bitbake: cooker: Change to consistent prefile/postfile handling
Richard Purdie
2017-08-31
1
-13
/
+10
*
bitbake: cooker: Handle datastore tracking for showEnvironment server side only
Richard Purdie
2017-08-31
1
-1
/
+10
*
bitbake: prserv/cooker: Drop unused param
Richard Purdie
2017-08-31
1
-1
/
+1
*
bitbake: cooker: Ignore common bitbake files for the parse cache invalidation
Richard Purdie
2017-08-13
1
-0
/
+3
*
bitbake: cooker: Improve inotify overflow handling
Richard Purdie
2017-08-13
1
-1
/
+4
*
bitbake: cooker: Ensure we handle inotify before running the next command
Richard Purdie
2017-08-13
1
-7
/
+10
*
bitbake: cooker: Track directories searched for bbappend/bb files
Richard Purdie
2017-08-13
1
-3
/
+21
*
bitbake: cooker/siggen: Reset siggen when reparsing
Richard Purdie
2017-08-13
1
-0
/
+1
*
bitbake: cooker: Ensure all tasks are shown in task dependency tree
Richard Purdie
2017-08-03
1
-3
/
+3
*
bitbake: process/cooker: Allow UI process to know if the cooker was started s...
Richard Purdie
2017-07-30
1
-1
/
+5
*
bitbake: cooker/process: Drop server_main function
Richard Purdie
2017-07-24
1
-22
/
+0
*
bitbake: tinfoil: add internal mode to build_file() function
Paul Eggleton
2017-07-21
1
-9
/
+25
*
bitbake: cookerdata/cooker: Restore original datastore upon client disconnect
Richard Purdie
2017-07-21
1
-0
/
+2
*
bitbake: server: Rework the server API so process and xmlrpc servers coexist
Richard Purdie
2017-07-21
1
-57
/
+1
*
bitbake: cooker: fix whitespace
Paul Eggleton
2017-07-18
1
-4
/
+4
*
bitbake: cooker: Use multiple BuildStarted events for multiconfig
Richard Purdie
2017-07-08
1
-12
/
+16
*
bitbake: cooker: ensure graceful exit after exception during BuildCompleted h...
2.4_M1
Paul Eggleton
2017-06-14
1
-2
/
+4
[next]