bitbake-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
@ 2023-04-18 16:49 Steve Sakoman
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Sakoman @ 2023-04-18 16:49 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit 2802adb572eb73a3eb2725a74a9bbdaafc543fa7:

  fetch/git: Fix local clone url to make it work with repo (2023-03-31 04:28:22 -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

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

 bin/bitbake        |  3 +--
 bin/bitbake-server |  5 +++--
 bin/bitbake-worker |  3 +--
 lib/bb/utils.py    | 16 ++++++++++++++++
 4 files changed, 21 insertions(+), 6 deletions(-)

-- 
2.34.1



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

* [bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
@ 2024-01-09 17:31 Steve Sakoman
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Sakoman @ 2024-01-09 17:31 UTC (permalink / raw)
  To: bitbake-devel

See discussion at:

https://lists.openembedded.org/g/openembedded-core/message/191263

Passed a-full on autobuilder:

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

The following changes since commit 2c6183594279e2e9d03f11155ad969448869c863:

  lib/bb: Add workaround for libgcc issues with python 3.8 and 3.9 (2023-12-30 11:04:40 +0000)

are available in the Git repository at:

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

Joshua Watt (1):
  asyncrpc: Add context manager API

 bin/bitbake-hashclient    | 36 +++++++++++++++++-------------------
 lib/bb/asyncrpc/client.py | 13 +++++++++++++
 lib/prserv/serv.py        |  6 +++---
 3 files changed, 33 insertions(+), 22 deletions(-)

-- 
2.34.1



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

* [bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
@ 2023-12-29 16:14 Steve Sakoman
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Sakoman @ 2023-12-29 16:14 UTC (permalink / raw)
  To: bitbake-devel

Passed a-full on autobuilder:

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

The following changes since commit de1cf0e31f3836a449cbd17490a2f6b6a86b17f9:

  toastergui: verify that an existing layer path is given (2023-12-21 12:31:19 +0000)

are available in the Git repository at:

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

Insu Park (1):
  data: Add missing dependency handling of remove operator

 lib/bb/data.py             |  1 +
 lib/bb/tests/codeparser.py | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

-- 
2.34.1



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

* [bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
@ 2023-06-30 18:20 Steve Sakoman
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Sakoman @ 2023-06-30 18:20 UTC (permalink / raw)
  To: bitbake-devel

Passed a-full on autobuilder:

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

The following changes since commit 0c6f86b60cfba67c20733516957c0a654eb2b44c:

  bin/utils: Ensure locale en_US.UTF-8 is available on the system (2023-04-13 08:17:57 -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

Richard Purdie (1):
  runqueue: Fix deferred task/multiconfig race issue

 lib/bb/runqueue.py | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

-- 
2.34.1



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

* [bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
@ 2023-04-03 19:03 Steve Sakoman
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Sakoman @ 2023-04-03 19:03 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit a29ffcc12df24737e702e198aeb8f6892884932b:

  cookerdata: Drop dubious exception handling code (2023-03-14 15:05:00 +0000)

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

Robert Yang (1):
  fetch/git: Fix local clone url to make it work with repo

 lib/bb/fetch2/git.py | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

-- 
2.34.1



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

* [bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
@ 2023-02-23 14:31 Steve Sakoman
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Sakoman @ 2023-02-23 14:31 UTC (permalink / raw)
  To: bitbake-devel

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

 lib/bb/fetch2/git.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.34.1



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

* [bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
@ 2022-12-08 22:49 Steve Sakoman
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Sakoman @ 2022-12-08 22:49 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit 72a3afd99e8b785cb2a2f687e71a58e08cdd9c74:

  runqueue: Fix race issues around hash equivalence and sstate reuse (2022-11-22 09:21:04 -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

Pavel Zhukov (1):
  gitsm: Fix regression in gitsm submodule path parsing

 lib/bb/fetch2/gitsm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.25.1



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

* [bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
@ 2022-11-28 18:22 Steve Sakoman
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Sakoman @ 2022-11-28 18:22 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit 72a3afd99e8b785cb2a2f687e71a58e08cdd9c74:

  runqueue: Fix race issues around hash equivalence and sstate reuse (2022-11-22 09:21:04 -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

Pavel Zhukov (1):
  gitsm: Fix regression in gitsm submodule path parsing

 lib/bb/fetch2/gitsm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.25.1



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

* [bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
@ 2022-11-23 14:12 Steve Sakoman
  0 siblings, 0 replies; 9+ messages in thread
From: Steve Sakoman @ 2022-11-23 14:12 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit c90d57497b9bcd237c3ae810ee8edb5b0d2d575a:

  tests/fetch: Allow handling of a file:// url within a submodule (2022-10-27 16:38:48 +0100)

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

Richard Purdie (1):
  runqueue: Fix race issues around hash equivalence and sstate reuse

 lib/bb/runqueue.py | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2024-01-09 17:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18 16:49 [bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only) Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2024-01-09 17:31 Steve Sakoman
2023-12-29 16:14 Steve Sakoman
2023-06-30 18:20 Steve Sakoman
2023-04-03 19:03 Steve Sakoman
2023-02-23 14:31 Steve Sakoman
2022-12-08 22:49 Steve Sakoman
2022-11-28 18:22 Steve Sakoman
2022-11-23 14:12 Steve Sakoman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).