mbox series

[0/4] Update OE-core libs to 5.0 LTS

Message ID 20240508064223.534237-1-amikan@ilbers.de
Headers show
Series Update OE-core libs to 5.0 LTS | expand

Message

Anton Mikanovich May 8, 2024, 6:42 a.m. UTC
This patchset updates libs imported from OE-core to the latest relase
Scarthgap.
Devshell changes are reapplied after the update.
Also new fix is added for patch.py to preserve Isar running without git
credentials configured.

Anton Mikanovich (4):
  Revert "devshell: Use different termination test to avoid warnings"
  meta: Update OE-core libs to 5.0 LTS
  Revert "Revert "devshell: Use different termination test to avoid
    warnings""
  patch: Set dummy credentials for git notes

 meta/lib/buildstats.py      |  88 +++++++++++---
 meta/lib/oe/gpg_sign.py     |  27 +++--
 meta/lib/oe/patch.py        | 227 ++++++++++++++++++++++++------------
 meta/lib/oe/path.py         |   6 +-
 meta/lib/oe/reproducible.py |   2 +-
 meta/lib/oe/sstatesig.py    | 126 ++++++++++++--------
 meta/lib/oe/terminal.py     |   4 +
 7 files changed, 327 insertions(+), 153 deletions(-)

Comments

Anton Mikanovich May 17, 2024, 11:22 a.m. UTC | #1
08/05/2024 09:42, Anton Mikanovich wrote:
> This patchset updates libs imported from OE-core to the latest relase
> Scarthgap.
> Devshell changes are reapplied after the update.
> Also new fix is added for patch.py to preserve Isar running without git
> credentials configured.

Applied to next.