All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: bitbake-devel@lists.openembedded.org
Subject: [bitbake][kirkstone][2.0][PATCH 00/14] Patch review
Date: Tue, 13 Sep 2022 04:26:30 -1000	[thread overview]
Message-ID: <cover.1663078873.git.steve@sakoman.com> (raw)

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(-)

-- 
2.25.1



             reply	other threads:[~2022-09-13 14:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-13 14:26 Steve Sakoman [this message]
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 01/14] runqueue: Fix unihash cache mismatch issues Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 02/14] cooker: Drop sre_constants usage Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 03/14] event.py: ignore exceptions from stdout and sterr operations in atexit Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 04/14] ConfHandler: Remove lingering close Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 05/14] bitbake-user-manual: Correct description of the ??= operator Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 06/14] doc: bitbake-user-manual: add explicit target for crates fetcher Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 07/14] doc: bitbake-user-manual: document npm and npmsw fetchers Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 08/14] fetch2: gitsm: fix incorrect handling of git submodule relative urls Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 09/14] ConfHandler/BBHandler: Improve comment error messages and add tests Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 10/14] fetch2: Ensure directory exists before creating symlink Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 11/14] bitbake: bitbake-user-manual: hashserv can be accessed on a dedicated domain Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 12/14] bb/utils: remove: check the path again the expand python glob Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 13/14] bb/utils: movefile: use the logger for printing Steve Sakoman
2022-09-13 14:26 ` [bitbake][kirkstone][2.0][PATCH 14/14] bitbake-user-manual: npm fetcher: improve description of SRC_URI format Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1663078873.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.