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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bitbake: cookerdata: tweak to avoid mutable default argument
Chris Laplante
2020-11-11
1
-3
/
+3
*
bitbake: bb.ui: delete __init__.py to make bb.ui a namespace package
Chris Laplante
2020-11-11
1
-7
/
+0
*
bitbake: main: extract creation of argument parser into function so it can be...
Chris Laplante
2020-11-11
1
-165
/
+168
*
bitbake: BBHandler: prompt error when task name contain expression
Lee Chee Yang
2020-11-08
1
-1
/
+5
*
bitbake: fetch2/git: Document that we won't support passwords in git urls
Richard Purdie
2020-11-03
1
-0
/
+5
*
bitbake: fetch2: add zstd support to unpack
Mert Kirpici
2020-11-03
1
-0
/
+4
*
bitbake: siggen: Remove broken optimisation
Richard Purdie
2020-11-03
1
-7
/
+1
*
bitbake: monitordisk: remove unused function parameter
Maxime Roussin-Bélanger
2020-10-30
1
-2
/
+2
*
bitbake: cache: remove unused variables.
Maxime Roussin-Bélanger
2020-10-30
1
-2
/
+0
*
bitbake: bitbake: Post release version bump
Richard Purdie
2020-10-30
1
-1
/
+1
*
bitbake: main: Handle cooker daemon startup error
Stacy Gaikovaia
2020-10-26
1
-2
/
+4
*
bitbake: tests/fetch: Update upstream master->main branchname transition
Richard Purdie
2020-10-26
1
-1
/
+1
*
bitbake: toaster: Update documentation links to new URLs
Reyna, David
2020-10-19
7
-13
/
+13
*
bitbake: bitbake: Bump version to 1.48.0 ready for the new release
Richard Purdie
2020-10-19
1
-1
/
+1
*
bitbake: ui/toasterui: Fix startup faults from incorrect event sequencing
Richard Purdie
2020-10-17
1
-2
/
+4
*
bitbake: toaster: Enable Gatesgarth branch in place of Zeus
David Reyna
2020-10-17
2
-15
/
+15
*
bitbake: lib/bb/ui/knotty: fix typo in parseprogress
Tim Orling
2020-10-17
1
-1
/
+1
*
bitbake: bitbake: fetch/git: use shlex.quote() to support spaces in SRC_URI url
Charlie Davies
2020-10-17
1
-6
/
+7
*
bitbake: process: Show command exceptions in the server log as well
Richard Purdie
2020-10-11
1
-0
/
+1
*
bitbake: tinfoil: When sending commands we need to process events
Richard Purdie
2020-10-10
1
-1
/
+10
*
bitbake: command: Ensure exceptions inheriting from BBHandledException are vi...
Richard Purdie
2020-10-10
1
-1
/
+5
*
bitbake: cooker: Avoid tracebacks if data was never setup
Richard Purdie
2020-10-01
1
-1
/
+2
*
bitbake: siggen: use correct umask when writing siginfo
Ross Burton
2020-09-30
1
-1
/
+2
*
bitbake: utils: add umask changing context manager
Ross Burton
2020-09-30
1
-0
/
+11
*
bitbake: tests/fetch: backslash support in file:// URIs
Leif Middelschulte
2020-09-25
1
-0
/
+5
*
bitbake: fetch2: fix handling of `\` in file:// SRC_URI
Leif Middelschulte
2020-09-25
1
-1
/
+1
*
bitbake: taskexp: update for GTK API changes
Ross Burton
2020-09-24
1
-1
/
+6
*
bitbake: bitbake: siggen: clean_basepath: improve perfo and readability
Jean-Francois Dagenais
2020-09-23
1
-10
/
+20
*
bitbake: bitbake: tests/siggen: introduce clean_basepath testcases
Jean-Francois Dagenais
2020-09-23
1
-0
/
+91
*
bitbake: bitbake: tests/fetch: add unit tests for SRC_URI with spaces in url
Charlie Davies
2020-09-23
1
-0
/
+47
*
bitbake: bitbake: fetch/git: add support for SRC_URI containing spaces in url
Charlie Davies
2020-09-23
1
-6
/
+6
*
bitbake: bitbake: hashserv: Fix localhost sometimes resolved to a wrong IP
Anatol Belski
2020-09-23
1
-1
/
+6
*
bitbake: cooker: Block SIGINT in worker processes
Joshua Watt
2020-09-15
1
-0
/
+1
*
bitbake: tests/fetch: Move away from problematic freedesktop.org urls
Richard Purdie
2020-09-15
1
-2
/
+4
*
bitbake: tinfoil: Ensure sockets don't leak even when exceptions occur
Richard Purdie
2020-09-12
1
-12
/
+16
*
bitbake: cooker/command: Fix disconnection handling
Richard Purdie
2020-09-12
2
-3
/
+5
*
bitbake: utils: fix UnboundLocalError when _print_exception raises
Chris Laplante
2020-09-10
1
-2
/
+2
*
bitbake: utils.py: get_file_layer(): Improve performance
Robert Yang
2020-09-10
2
-5
/
+19
*
bitbake: utils.py: get_file_layer(): Exit the loop when file is matched
Robert Yang
2020-09-10
1
-2
/
+3
*
bitbake: cooker.py: Save prioritized BBFILES to BBFILES_PRIORITIZED
Robert Yang
2020-09-10
1
-1
/
+1
*
bitbake: utils: process_profilelog: use context manager
Chris Laplante
2020-09-10
1
-15
/
+14
*
bitbake: cooker: Ensure parser worker signal handlers are default
Richard Purdie
2020-09-08
1
-0
/
+2
*
bitbake: cooker: Avoid parser deadlocks
Richard Purdie
2020-09-08
1
-4
/
+6
*
bitbake: cooker: Ensure parser is cleaned up
Richard Purdie
2020-09-06
1
-0
/
+1
*
bitbake: server/process: Note when commands complete in logs
Richard Purdie
2020-09-05
1
-0
/
+1
*
bitbake: server/process: Prefix the log data with pid/time information
Richard Purdie
2020-09-05
1
-2
/
+2
*
bitbake: server/process: Ensure we don't keep looping if some other server is...
Richard Purdie
2020-09-05
1
-1
/
+20
*
bitbake: cooker: Assign a name to the sync thread to aid debugging
Richard Purdie
2020-09-05
1
-1
/
+1
*
bitbake: cooker: Ensure parser replacement calls parser final_cleanup
Richard Purdie
2020-09-05
1
-0
/
+1
*
bitbake: server/process: Don't show tracebacks if the lockfile is removed
Richard Purdie
2020-09-05
1
-0
/
+6
[prev]
[next]