mbox

[kirkstone,2.0,0/5] Pull request (cover letter only)

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

Pull-request

https://git.openembedded.org/bitbake-contrib stable/2.0-next

Message

Steve Sakoman March 13, 2023, 4:52 p.m. UTC
Passed a-full on autobuilder:

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

With the exception of a transient failure on oe-selftest-arm due to a
temporary outage at gitlab.gnome.org.  Passed on subsequent retest.

The following changes since commit 89f13cd4a927a73de98998c27082c63b07671525:

  bitbake-diffsigs: break on first dependent task difference (2023-02-10 09:35:44 -1000)

are available in the Git repository at:

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

Martin Jansa (1):
  fetch2/git: show SRCREV and git repo in error message about fixed
    SRCREV

Richard Purdie (4):
  utils: Allow to_boolean to support int values
  cookerdata: Remove incorrect SystemExit usage
  cookerdata: Improve early exception handling
  cookerdata: Drop dubious exception handling code

 lib/bb/cookerdata.py | 17 ++---------------
 lib/bb/fetch2/git.py |  2 +-
 lib/bb/utils.py      |  3 +++
 3 files changed, 6 insertions(+), 16 deletions(-)