mbox series

[yocto-autobuilder2,00/10] Fix links with bitbake setup and general improvements

Message ID 20251007-contrib-mathieu-bb-setup-links-v1-0-bb1d79289c3f@bootlin.com
Headers show
Series Fix links with bitbake setup and general improvements | expand

Message

Mathieu Dubois-Briand Oct. 7, 2025, 2:37 p.m. UTC
This is kind of a Frankenstein's monster series with a lot of various
things. Patches in there have a few interdependencies that makes it hard
to create separate series.

Richard, feel free to cherry-pick only some of these commits if you feel
more work is needed for the others.

It contains:
- Fixing console view links on the autobuilder. The "Error" link will
  need more changes in error-report-web to work as expected.
- Fixing docker file to account for the recent changes.
- Adding build properties for poky-ci-archive tag and part of the
  bitbake configuration. Imported from my previous series and modified
  to account for recent changes.
- Add of the b4 configuration file.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
Mathieu Dubois-Briand (10):
      docker: Update buildbot version
      docker: compose: Fix docker role detection
      docker: Fix missing directory
      builders: Fix disk space error message
      docker: refresh patches
      yocto_console_view: fix commit links
      yocto_console_view: fix error link
      builders: Add poky-ci-archive tag in build properties
      b4-config: Add basic b4 configuration
      builders: provide builder name to getproperties.py

 .b4-config                                         |  4 ++
 builders.py                                        | 20 +++++++---
 docker/Dockerfile                                  | 16 ++++----
 docker/compose.yaml                                |  4 ++
 docker/entry.sh                                    |  4 +-
 ...builders-Do-not-create-tags-during-builds.patch | 30 ++++++++++++---
 ...Modify-free-space-check-to-work-in-docker.patch | 18 ++++-----
 .../src/views/ConsoleView/ConsoleView.tsx          | 40 +++++++++++++++++---
 .../src/views/ConsoleView/YoctoChangeDetails.tsx   | 44 +++++++++++++++++-----
 9 files changed, 133 insertions(+), 47 deletions(-)
---
base-commit: 0dc19a8f0b247f7ca78da6419b16fa743d9ae307
change-id: 20251007-contrib-mathieu-bb-setup-links-2ad7e220c1dd

Best regards,