mbox

[yocto-autobuilder-helper,whinlatter,0/5] Patch review

Message ID cover.1776323183.git.yoann.congal@smile.fr
State New
Headers show

Pull-request

https://git.yoctoproject.org/yocto-autobuilder-helper contrib/ycongal/whinlatter

Message

Yoann Congal April 16, 2026, 7:07 a.m. UTC
Please review this set of changes for whinlatter and have comments back by
end of day Sunday, April 19. I plan to do the release build on Monday.

Please note: This will be the last review cycle for whinlatter.
If you expect a patch to get merged and it is not in this series ping
me as soon as possible.

Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/3670

The following changes since commit 29abc96b6310fef8dd5ff34c22f0ff0d313ebe0a:

  config.json: Drop checkvnc usage (2026-03-16 20:28:25 +0000)

are available in the Git repository at:

  https://git.yoctoproject.org/yocto-autobuilder-helper contrib/ycongal/whinlatter
  https://git.yoctoproject.org/yocto-autobuilder-helper/log/?h=contrib/ycongal/whinlatter

for you to fetch changes up to 93894832c9a4ce0b96d16e503bed99a959f3d232:

  scripts/yocto-supported-distros: fix the centos stream regular expression (2026-04-14 10:10:51 +0200)

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

Antonin Godard (1):
  scripts/yocto-supported-distros: fix the centos stream regular
    expression

Richard Purdie (3):
  config.json: Set SSTATE_DIR unconditionally
  config.json: Fix bring up after bitbake-setup changes
  scripts/utils: Milestones are now yocto- prefixed

Yoann Congal (1):
  run-config: drop one more checkvnc usage

 config.json                     | 47 ++++++++++++++++++++++-----------
 scripts/run-config              |  2 +-
 scripts/utils.py                |  5 +---
 scripts/yocto-supported-distros | 12 ++-------
 4 files changed, 35 insertions(+), 31 deletions(-)

Comments

Richard Purdie April 16, 2026, 3:43 p.m. UTC | #1
On Thu, 2026-04-16 at 09:07 +0200, Yoann Congal via lists.yoctoproject.org wrote:
> The following changes since commit
> 29abc96b6310fef8dd5ff34c22f0ff0d313ebe0a:
> 
>   config.json: Drop checkvnc usage (2026-03-16 20:28:25 +0000)
> 
> are available in the Git repository at:
> 
>  
> https://git.yoctoproject.org/yocto-autobuilder-helper contrib/ycongal
> /whinlatter
>  
> https://git.yoctoproject.org/yocto-autobuilder-helper/log/?h=contrib/ycongal/whinlatter
> 
> for you to fetch changes up to
> 93894832c9a4ce0b96d16e503bed99a959f3d232:
> 
>   scripts/yocto-supported-distros: fix the centos stream regular
> expression (2026-04-14 10:10:51 +0200)
> 
> ----------------------------------------------------------------
> 
> Antonin Godard (1):
>   scripts/yocto-supported-distros: fix the centos stream regular
>     expression
> 
> Richard Purdie (3):
>   config.json: Set SSTATE_DIR unconditionally
>   config.json: Fix bring up after bitbake-setup changes
>   scripts/utils: Milestones are now yocto- prefixed
> 
> Yoann Congal (1):
>   run-config: drop one more checkvnc usage

I've merged this series as they all look to make sense to me for
whinlatter, thanks.

Cheers,

Richard