All of lore.kernel.org
 help / color / mirror / Atom feed
* [bitbake][kirkstone][2.0][PATCH 00/18] Patch review
@ 2022-05-10 18:05 Steve Sakoman
  2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 01/18] providers: use local variable for packages_dynamic pattern Steve Sakoman
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Steve Sakoman @ 2022-05-10 18:05 UTC (permalink / raw)
  To: bitbake-devel

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/3642

except for a known intermittent issue on the qemumips-alt test, which
passed on subsequent retest:

https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/3028
The following changes since commit c212b0f3b542efa19f15782421196b7f4b64b0b9:

  fetch2/crate: fix logger.debug line (2022-04-15 09:41:19 +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

Matt Madison (1):
  providers: use local variable for packages_dynamic pattern

Richard Purdie (15):
  tests/parse: Fix one test overwriting another
  server/process: Drop unused import
  ui/buildinfohelper: Drop unused import
  cooker: Drop unused loop
  msg: Drop unused local variable
  buildinfohelper: Drop unused function
  fetch2/crate: Drop unused import
  siggen: Drop pointless break statement
  ui/knotty: Drop pointless pass statement
  persist_data: Use a valid exception for missing implementation
  runqueue: Drop pointless variable assignment
  buildinfohelper: Drop unused variables
  fetch2/osc: Add missing parameter
  runqueue: Fix sig file location when using multiconfig
  fetch/git : Use cat as pager

Robert Yang (1):
  fetch2/ssh.py: decode path back for ssh

Roland Hieber (1):
  cache: correctly handle file names containing colons

 lib/bb/cache.py              |  2 +-
 lib/bb/cooker.py             | 25 ++++++++++++-------------
 lib/bb/fetch2/crate.py       |  1 -
 lib/bb/fetch2/git.py         |  2 +-
 lib/bb/fetch2/osc.py         |  2 +-
 lib/bb/fetch2/ssh.py         |  6 ++++--
 lib/bb/msg.py                |  1 -
 lib/bb/persist_data.py       |  2 +-
 lib/bb/providers.py          |  6 +++---
 lib/bb/runqueue.py           |  3 +--
 lib/bb/server/process.py     |  1 -
 lib/bb/siggen.py             |  1 -
 lib/bb/tests/parse.py        |  2 +-
 lib/bb/ui/buildinfohelper.py | 27 +++------------------------
 lib/bb/ui/knotty.py          |  1 -
 15 files changed, 28 insertions(+), 54 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-05-10 18:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-10 18:05 [bitbake][kirkstone][2.0][PATCH 00/18] Patch review Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 01/18] providers: use local variable for packages_dynamic pattern Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 02/18] tests/parse: Fix one test overwriting another Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 03/18] server/process: Drop unused import Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 04/18] ui/buildinfohelper: " Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 05/18] cooker: Drop unused loop Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 06/18] msg: Drop unused local variable Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 07/18] buildinfohelper: Drop unused function Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 08/18] fetch2/crate: Drop unused import Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 09/18] siggen: Drop pointless break statement Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 10/18] ui/knotty: Drop pointless pass statement Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 11/18] persist_data: Use a valid exception for missing implementation Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 12/18] runqueue: Drop pointless variable assignment Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 13/18] buildinfohelper: Drop unused variables Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 14/18] fetch2/osc: Add missing parameter Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 15/18] fetch2/ssh.py: decode path back for ssh Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 16/18] runqueue: Fix sig file location when using multiconfig Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 17/18] cache: correctly handle file names containing colons Steve Sakoman
2022-05-10 18:05 ` [bitbake][kirkstone][2.0][PATCH 18/18] fetch/git : Use cat as pager 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.