From: Steve Sakoman <steve@sakoman.com>
To: bitbake-devel@lists.openembedded.org
Subject: [bitbake][scarthgap][2.8][PATCH 0/8] Patch review
Date: Sat, 1 Jun 2024 05:27:15 -0700 [thread overview]
Message-ID: <cover.1717244760.git.steve@sakoman.com> (raw)
Please review this set of changes for 2.8/scarthgap and have comments back by
end of day Tuesday, June 4
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6993
with two exceptions, the first a known reproducibility issue also present
on master:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15491
and the second is a failure on meta-agl-core, which will require an update
to the ptest-runner override in meta-agl once "ptest-runner: Bump to 2.4.4 (95f528c)"
merges.
The following changes since commit b5159c0373e2e7d403aed16e096ad655f38b1fa7:
fetch2/gcp: Add missing runfetchcmd import (2024-05-28 15:27:08 +0100)
are available in the Git repository at:
https://git.openembedded.org/bitbake-contrib stable/2.8-nut
https://git.openembedded.org/bitbake-contrib/log/?h=stable/2.8-nut
Joshua Watt (3):
bb: Use namedtuple for Task data
hashserv: client: Add batch stream API
siggen: Enable batching of unihash queries
Richard Purdie (4):
runqueue: Add timing warnings around slow loops
runqueue: Allow rehash loop to exit in case of interrupts
runqueue: Process unihashes in parallel at init
runqueue: Improve rehash get_unihash parallelism
joshua Watt (1):
siggen/runqueue: Report which dependencies affect the taskhash
lib/bb/__init__.py | 12 +++++
lib/bb/cooker.py | 1 -
lib/bb/runqueue.py | 99 +++++++++++++++++++++++++++-----------
lib/bb/siggen.py | 11 +++--
lib/hashserv/client.py | 106 +++++++++++++++++++++++++++++++++++++----
lib/hashserv/tests.py | 75 +++++++++++++++++++++++++++++
6 files changed, 263 insertions(+), 41 deletions(-)
--
2.34.1
next reply other threads:[~2024-06-01 12:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-01 12:27 Steve Sakoman [this message]
2024-06-01 12:27 ` [bitbake][scarthgap][2.8][PATCH 1/8] runqueue: Add timing warnings around slow loops Steve Sakoman
2024-06-01 12:27 ` [bitbake][scarthgap][2.8][PATCH 2/8] runqueue: Allow rehash loop to exit in case of interrupts Steve Sakoman
2024-06-01 12:27 ` [bitbake][scarthgap][2.8][PATCH 3/8] siggen/runqueue: Report which dependencies affect the taskhash Steve Sakoman
2024-06-01 12:27 ` [bitbake][scarthgap][2.8][PATCH 4/8] runqueue: Process unihashes in parallel at init Steve Sakoman
2024-06-01 12:27 ` [bitbake][scarthgap][2.8][PATCH 5/8] runqueue: Improve rehash get_unihash parallelism Steve Sakoman
2024-06-01 12:27 ` [bitbake][scarthgap][2.8][PATCH 6/8] bb: Use namedtuple for Task data Steve Sakoman
2024-06-01 12:27 ` [bitbake][scarthgap][2.8][PATCH 7/8] hashserv: client: Add batch stream API Steve Sakoman
2024-06-01 12:27 ` [bitbake][scarthgap][2.8][PATCH 8/8] siggen: Enable batching of unihash queries 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.1717244760.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.