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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: utils: Remove multiprocessingpool
Joshua Watt
2025-07-23
1
-16
/
+0
*
bitbake: Use a "fork" multiprocessing context
Joshua Watt
2025-07-23
7
-9
/
+35
*
bitbake: doc/bitbake-user-manual-fetching: update the Git fetcher tag descrip...
Antonin Godard
2025-07-22
1
-4
/
+6
*
bitbake: test/fetch: Switch u-boot based test to use our own mirror
Richard Purdie
2025-07-22
1
-1
/
+1
*
bitbake: utils: Split profile reports into separate files
Richard Purdie
2025-07-21
2
-13
/
+27
*
bitbake: utils: Optimise signal/sigmask performance
Richard Purdie
2025-07-21
1
-4
/
+13
*
bitbake: doc/bitbake-user-manual-fetching: remove 'rev' default value
Antonin Godard
2025-07-18
1
-2
/
+2
*
bitbake: main: Add an option to specify what to profile
Richard Purdie
2025-07-17
4
-7
/
+9
*
bitbake: event: Fix an event duplication race
Richard Purdie
2025-07-17
1
-2
/
+5
*
bitbake: cooker/process/utils: Create profiling common function to remove cod...
Richard Purdie
2025-07-17
3
-49
/
+31
*
bitbake: asyncrpc: Avoid file not found traceback in logs
Richard Purdie
2025-07-17
1
-1
/
+4
*
bitbake: bitbake/tests: fix typo in test
Gyorgy Sarvari
2025-07-14
1
-1
/
+1
*
bitbake: cooker: Use shared counter for processing parser jobs
Joshua Watt
2025-07-09
1
-12
/
+18
*
bitbake: cooker: Add better parse debug
Richard Purdie
2025-07-07
1
-1
/
+1
*
bitbake: cooker: Try and avoid parsing hangs
Richard Purdie
2025-07-07
1
-9
/
+15
*
bitbake: bitbake: Bump version to 2.15.1
Richard Purdie
2025-07-01
2
-2
/
+2
*
bitbake: utils: Refactor filemode variable conversion to a function
Richard Purdie
2025-07-01
3
-5
/
+30
*
bitbake: tinfoil: add wait_for decorator and build_file_sync() helper
Ross Burton
2025-07-01
1
-1
/
+134
*
bitbake: doc: bitbake-user-manual-ref-variables: improve BB_PRESSURE_* doc
Antonin Godard
2025-06-26
1
-6
/
+64
*
bitbake: doc: bitbake-user-manual-ref-variables: document BB_GIT_DEFAULT_DEST...
Antonin Godard
2025-06-26
1
-0
/
+5
*
bitbake: fetch2/git: Add tag to shallow clone tarball name
Richard Purdie
2025-06-26
1
-2
/
+2
*
bitbake: fetch2/git: Improve shallow clone tag fetching
Richard Purdie
2025-06-26
1
-1
/
+1
*
bitbake: bitbake-user-manual: correctly reference UNPACKDIR when describing u...
Alexander Kanavin
2025-06-26
1
-14
/
+7
*
bitbake: toaster/tests: Fix automated testing failures
Richard Purdie
2025-06-21
2
-4
/
+6
*
bitbake: parse/ast: add support for 'built-in' fragments
Alexander Kanavin
2025-06-20
3
-5
/
+32
*
bitbake: fetch2/git: allow overriding default unpack directory with a variable
Alexander Kanavin
2025-06-20
1
-1
/
+1
*
bitbake: bitbake: Bump to version 2.15.0
Richard Purdie
2025-06-16
2
-2
/
+2
*
bitbake: bitbake-getvar: skip info output of bitbake for quiet
hongxu
2025-06-16
1
-0
/
+5
*
bitbake: ast/BBHandler: Add support for BB_DEFER_BBCLASSES
Richard Purdie
2025-06-16
2
-6
/
+12
*
bitbake: event: Add event for deferred inherits
Richard Purdie
2025-06-16
2
-0
/
+13
*
bitbake: ast: Change deferred inherits to happen per recipe
Richard Purdie
2025-06-16
1
-9
/
+11
*
bitbake: doc: update releases.rst
Antonin Godard
2025-06-12
1
-4
/
+10
*
bitbake: fetch/az: Add sanity check and clarify documentation
Robbin Van Damme
2025-06-02
2
-2
/
+6
*
bitbake: toaster/tests/buildtest: Switch to new CDN
Richard Purdie
2025-05-29
1
-1
/
+1
*
bitbake: tests/fetch: Add test case to check shallow cloning using `PREMIRRORS`
Koch, Stefan
2025-05-28
1
-0
/
+27
*
bitbake: fetch2: Ensure a valid symlink in `PREMIRRORS` case when using shall...
Stefan Koch
2025-05-28
2
-1
/
+16
*
bitbake: fetch2: Move the `ensure_symlink()` function into the `FetchMethod` ...
Stefan Koch
2025-05-28
1
-19
/
+17
*
bitbake: fetch2: add support for .debs containing uncompressed data tarballs
Isaac True
2025-05-28
1
-2
/
+2
*
bitbake: runqueue: Optimize loop in scenequeue data construction
Benjamin Szőke
2025-05-27
1
-2
/
+1
*
bitbake: hashserv: Fix deprecation warning about sqlite adapter
Joshua Watt
2025-05-19
1
-0
/
+17
*
bitbake: toaster/tests: Update after release numbering changes
Richard Purdie
2025-05-16
1
-1
/
+1
*
bitbake: knotty: pass failed task logs through the log infrastructure
Yoann Congal
2025-05-16
1
-3
/
+3
*
bitbake: toaster/fixtures: Add whinlatter, drop styhead
Richard Purdie
2025-05-15
3
-34
/
+97
*
bitbake: lib/bb/tests/fetch: add a test case to ensure git shallow fetch work...
Chen Qi
2025-05-15
1
-0
/
+13
*
bitbake: fetch2/git: fix shallow clone for tag containing slash
Chen Qi
2025-05-15
1
-1
/
+1
*
bitbake: tests/fetch: Test gitsm with LFS
Philip Lorenz
2025-05-08
1
-11
/
+111
*
bitbake: fetch2: Fix LFS object checkout in submodules
Philip Lorenz
2025-05-08
1
-6
/
+5
*
bitbake: fetch2: Fix incorrect lfs parametrization for submodules
Philip Lorenz
2025-05-08
1
-1
/
+1
*
bitbake: fetch2: Use git-lfs fetch to download objects
Philip Lorenz
2025-05-08
1
-24
/
+1
*
bitbake: fetch2: Simplify git LFS detection
Philip Lorenz
2025-05-08
1
-11
/
+1
[next]