All of lore.kernel.org
 help / color / mirror / Atom feed
* [bitbake][kirkstone][2.0][PATCH 0/8] Pull request (cover letter only)
@ 2022-10-10 16:15 Steve Sakoman
  0 siblings, 0 replies; only message in thread
From: Steve Sakoman @ 2022-10-10 16:15 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit ac576d6fad6bba0cfea931883f25264ea83747ca:

  bitbake-user-manual: npm fetcher: improve description of SRC_URI format (2022-09-16 17:52:26 +0100)

are available in the Git repository at:

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

Joshua Watt (1):
  siggen: Fix insufficent entropy in sigtask file names

Neil Horman (1):
  Fix npm to use https rather than http

Pavel Zhukov (1):
  gitsm: Error out if submodule refers to parent repo

Richard Purdie (5):
  runqueue: Ensure deferred tasks are sorted by multiconfig
  runqueue: Improve deadlock warning messages
  runqueue: Drop deadlock breaking force fail
  bitbake: Add copyright headers where missing
  asyncrpc/client: Fix unix domain socket chdir race issues

 bin/bitbake-prserv               |  2 ++
 bin/bitbake-worker               |  2 ++
 bin/git-make-shallow             |  2 ++
 lib/bb/COW.py                    |  2 ++
 lib/bb/asyncrpc/__init__.py      |  2 ++
 lib/bb/asyncrpc/client.py        | 24 +++++++++++++++---------
 lib/bb/asyncrpc/serv.py          |  2 ++
 lib/bb/codeparser.py             |  2 ++
 lib/bb/compress/_pipecompress.py |  2 ++
 lib/bb/compress/lz4.py           |  2 ++
 lib/bb/compress/zstd.py          |  2 ++
 lib/bb/daemonize.py              |  2 ++
 lib/bb/exceptions.py             |  2 ++
 lib/bb/fetch2/gitsm.py           |  3 +++
 lib/bb/fetch2/npm.py             |  2 +-
 lib/bb/fetch2/osc.py             |  2 ++
 lib/bb/process.py                |  2 ++
 lib/bb/runqueue.py               | 20 +++++++++++---------
 lib/bb/siggen.py                 |  4 +++-
 lib/bb/tests/compression.py      |  2 ++
 lib/bb/tests/cooker.py           |  2 ++
 lib/bb/utils.py                  | 21 +++++++++++++++++++++
 lib/bblayers/__init__.py         |  2 ++
 lib/bblayers/action.py           |  2 ++
 lib/bblayers/common.py           |  2 ++
 lib/bblayers/layerindex.py       |  2 ++
 lib/bblayers/query.py            |  2 ++
 lib/prserv/__init__.py           |  2 ++
 lib/prserv/client.py             |  2 ++
 lib/prserv/db.py                 |  2 ++
 lib/prserv/serv.py               |  2 ++
 lib/toaster/manage.py            |  2 ++
 32 files changed, 106 insertions(+), 20 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-10 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-10 16:15 [bitbake][kirkstone][2.0][PATCH 0/8] Pull request (cover letter only) Steve Sakoman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.