mbox

[walnascar,2.12,0/2] Pull request (cover letter only)

Message ID cover.1757686034.git.steve@sakoman.com
State Not Applicable, archived
Headers show

Pull-request

https://git.openembedded.org/bitbake-contrib stable/2.12-next

Message

Steve Sakoman Sept. 12, 2025, 2:08 p.m. UTC
The following changes since commit 710f98844ae30416bdf6a01b655df398b49574ec:

  utils: Optimise signal/sigmask performance (2025-07-31 09:32:00 -0700)

are available in the Git repository at:

  https://git.openembedded.org/bitbake-contrib stable/2.12-next
  https://git.openembedded.org/bitbake-contrib/log/?h=stable/2.12-next

Joshua Watt (1):
  Use a "fork" multiprocessing context

Martin Jansa (1):
  bitbake: Bump version to 2.12.1

 bin/bitbake                        |  2 +-
 lib/bb/__init__.py                 | 30 +++++++++++++++++++++++++++++-
 lib/bb/asyncrpc/serv.py            |  2 +-
 lib/bb/cooker.py                   |  2 +-
 lib/bb/server/process.py           |  2 +-
 lib/bb/tests/support/httpserver.py |  4 ++--
 lib/bb/utils.py                    |  4 +---
 lib/hashserv/tests.py              |  2 +-
 8 files changed, 37 insertions(+), 11 deletions(-)