mbox

[kirkstone,2.0,00/14] Patch review

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

Pull-request

git://git.openembedded.org/bitbake-contrib stable/2.0-nut

Message

Steve Sakoman Sept. 13, 2022, 2:26 p.m. UTC
Please review this set of patches for 2.0/kirkstone and have comments back
by end of day Thursday.

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4220

The following changes since commit ce9fe70156e8f909a3a81da017b89ea61bc6fe38:

  utils: Pass lock argument in fileslocked (2022-09-02 11:44:47 +0100)

are available in the Git repository at:

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

Gennaro Iorio (1):
  fetch2: gitsm: fix incorrect handling of git submodule relative urls

Jacob Kroon (1):
  bitbake-user-manual: Correct description of the ??= operator

Jose Quaresma (3):
  bitbake: bitbake-user-manual: hashserv can be accessed on a dedicated
    domain
  bb/utils: remove: check the path again the expand python glob
  bb/utils: movefile: use the logger for printing

Michael Opdenacker (3):
  doc: bitbake-user-manual: add explicit target for crates fetcher
  doc: bitbake-user-manual: document npm and npmsw fetchers
  bitbake-user-manual: npm fetcher: improve description of SRC_URI
    format

Mikko Rapeli (1):
  event.py: ignore exceptions from stdout and sterr operations in atexit

Ola x Nilsson (1):
  ConfHandler: Remove lingering close

Richard Purdie (4):
  runqueue: Fix unihash cache mismatch issues
  cooker: Drop sre_constants usage
  ConfHandler/BBHandler: Improve comment error messages and add tests
  fetch2: Ensure directory exists before creating symlink

 .../bitbake-user-manual-fetching.rst          | 78 ++++++++++++++++++-
 .../bitbake-user-manual-metadata.rst          | 55 +++++++++----
 .../bitbake-user-manual-ref-variables.rst     |  2 +-
 lib/bb/cooker.py                              |  5 +-
 lib/bb/event.py                               | 10 ++-
 lib/bb/fetch2/__init__.py                     |  2 +
 lib/bb/fetch2/gitsm.py                        |  2 +-
 lib/bb/parse/parse_py/BBHandler.py            |  4 +-
 lib/bb/parse/parse_py/ConfHandler.py          | 11 ++-
 lib/bb/runqueue.py                            |  3 +
 lib/bb/tests/parse.py                         | 23 ++++++
 lib/bb/utils.py                               | 16 ++--
 12 files changed, 172 insertions(+), 39 deletions(-)