mbox

[langdale,2.2,0/5] Pull request (cover letter only)

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

Pull-request

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

Message

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

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

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 592ee222a1c6da42925fb56801f226884b6724ec:

  siggen: Fix inefficient string concatenation (2023-02-06 04:34:02 -1000)

are available in the Git repository at:

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

Frank de Brabander (1):
  bin/utils: Ensure locale en_US.UTF-8 is available on the system

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

 bin/bitbake          |  3 +--
 bin/bitbake-server   |  5 +++--
 bin/bitbake-worker   |  3 +--
 lib/bb/cookerdata.py | 17 ++---------------
 lib/bb/utils.py      | 19 +++++++++++++++++++
 5 files changed, 26 insertions(+), 21 deletions(-)