Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [bitbake][scarthgap][2.8][PATCH 0/2] Pull request (cover letter only)
@ 2024-05-28 13:15 Steve Sakoman
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2024-05-28 13:15 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit 8f90d10f9efc9a32e13f6bd031992aece79fe7cc:

  cooker: Use hash client to ping upstream server (2024-05-02 16:07:18 +0100)

are available in the Git repository at:

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

Richard Purdie (1):
  parse: Improve/fix cache invalidation via mtime

joshua Watt (1):
  cooker: Handle ImportError for websockets

 lib/bb/cooker.py         |  3 ++-
 lib/bb/parse/__init__.py | 12 ++++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

-- 
2.34.1



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

* [bitbake][scarthgap][2.8][PATCH 0/2] Pull request (cover letter only)
@ 2025-07-31 19:57 Steve Sakoman
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2025-07-31 19:57 UTC (permalink / raw)
  To: bitbake-devel

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/2122

The following changes since commit 86e7a58c0e9904c33b1b94dddc3d683c2da22d1a:

  test/fetch: Switch u-boot based test to use our own mirror (2025-07-22 15:08:13 +0100)

are available in the Git repository at:

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

Mark Hatle (1):
  bitbake: runqueue: Verify mcdepends are valid

Richard Purdie (1):
  utils: Optimise signal/sigmask performance

 lib/bb/runqueue.py                        |  2 ++
 lib/bb/tests/runqueue-tests/recipes/g1.bb |  2 ++
 lib/bb/tests/runqueue-tests/recipes/h1.bb |  0
 lib/bb/tests/runqueue.py                  | 11 ++++++++++-
 lib/bb/utils.py                           | 17 +++++++++++++----
 5 files changed, 27 insertions(+), 5 deletions(-)
 create mode 100644 lib/bb/tests/runqueue-tests/recipes/g1.bb
 create mode 100644 lib/bb/tests/runqueue-tests/recipes/h1.bb

-- 
2.43.0



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

* [bitbake][scarthgap][2.8][PATCH 0/2] Pull request (cover letter only)
@ 2025-11-11 15:02 Steve Sakoman
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2025-11-11 15:02 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit 1c9ec1ffde75809de34c10d3ec2b40d84d258cb4:

  bitbake: Bump version to 2.8.1 (2025-09-17 23:22:33 +0100)

are available in the Git repository at:

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

Bin Lan (1):
  bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Philippe-Alexandre Mathieu (1):
  fetch2/wget: Keep query parameters in URL during checkstatus

 lib/bb/fetch2/__init__.py | 2 +-
 lib/bb/fetch2/wget.py     | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

-- 
2.43.0



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

* [bitbake][scarthgap][2.8][PATCH 0/2] Pull request (cover letter only)
@ 2026-02-12 13:52 Yoann Congal
  2026-02-13  8:54 ` Paul Barker
  0 siblings, 1 reply; 5+ messages in thread
From: Yoann Congal @ 2026-02-12 13:52 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Paul Barker

Those are the patches from the last patch review:
https://lore.kernel.org/bitbake-devel/cover.1770629479.git.yoann.congal@smile.fr/T/#t

Passed a-full on autobuilder (with AB-INT):
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/3195
* The build qemuarm-oecore failed:
  https://autobuilder.yoctoproject.org/valkyrie/#/builders/40/builds/3140
  This was caused by bug #16143 – AB-INT: do_image_wic: tar command return exit status 2
* The build qemuarm-oecore was succesfully retried:
  https://autobuilder.yoctoproject.org/valkyrie/?#/builders/40/builds/3143

The following changes since commit 8dcf084522b9c66a6639b5f117f554fde9b6b45a:

  fetch2/wget: Keep query parameters in URL during checkstatus (2025-11-12 15:53:31 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 1b923cdd50449aaa41152b72eac8669f27ec7ec2:

  knotty: Make sure getTerminalColumns() returns two integers (2026-02-09 01:22:13 +0100)

----------------------------------------------------------------

Enrico Scholz (1):
  knotty: fix TIOCGWINSZ call for Python 3.14 and later

Zoltan Boszormenyi (1):
  knotty: Make sure getTerminalColumns() returns two integers

 lib/bb/ui/knotty.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



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

* Re: [bitbake][scarthgap][2.8][PATCH 0/2] Pull request (cover letter only)
  2026-02-12 13:52 [bitbake][scarthgap][2.8][PATCH 0/2] Pull request (cover letter only) Yoann Congal
@ 2026-02-13  8:54 ` Paul Barker
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Barker @ 2026-02-13  8:54 UTC (permalink / raw)
  To: Yoann Congal, bitbake-devel, Richard Purdie

[-- Attachment #1: Type: text/plain, Size: 1583 bytes --]

On Thu, 2026-02-12 at 14:52 +0100, Yoann Congal wrote:
> Those are the patches from the last patch review:
> https://lore.kernel.org/bitbake-devel/cover.1770629479.git.yoann.congal@smile.fr/T/#t
> 
> Passed a-full on autobuilder (with AB-INT):
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/3195
> * The build qemuarm-oecore failed:
>   https://autobuilder.yoctoproject.org/valkyrie/#/builders/40/builds/3140
>   This was caused by bug #16143 – AB-INT: do_image_wic: tar command return exit status 2
> * The build qemuarm-oecore was succesfully retried:
>   https://autobuilder.yoctoproject.org/valkyrie/?#/builders/40/builds/3143

Hi Richard, Yoann,

As with the other PR, I think this is ok to merge despite those
failures. So,

The following changes since commit 8dcf084522b9c66a6639b5f117f554fde9b6b45a:

  fetch2/wget: Keep query parameters in URL during checkstatus (2025-11-12 15:53:31 +0000)

are available in the Git repository at:

  https://git.openembedded.org/bitbake-contrib pbarker/2.8

for you to fetch changes up to 10118785e4a670bce4980e1044c0888a8b6e84af:

  knotty: Make sure getTerminalColumns() returns two integers (2026-02-13 08:48:40 +0000)

----------------------------------------------------------------
Enrico Scholz (1):
      knotty: fix TIOCGWINSZ call for Python 3.14 and later

Zoltan Boszormenyi (1):
      knotty: Make sure getTerminalColumns() returns two integers

 lib/bb/ui/knotty.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Best regards,

-- 
Paul Barker


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

end of thread, other threads:[~2026-02-13  8:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12 13:52 [bitbake][scarthgap][2.8][PATCH 0/2] Pull request (cover letter only) Yoann Congal
2026-02-13  8:54 ` Paul Barker
  -- strict thread matches above, loose matches on Subject: below --
2025-11-11 15:02 Steve Sakoman
2025-07-31 19:57 Steve Sakoman
2024-05-28 13:15 Steve Sakoman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox