mbox

[wrynose,2.18,0/4] Patch review

Message ID cover.1788939009.git.yoann.congal@smile.fr
State Not Applicable, archived
Headers show

Pull-request

https://git.openembedded.org/bitbake-contrib stable/2.18-nut

Message

Yoann Congal Sept. 9, 2026, 7:30 a.m. UTC
Please review this set of changes for wrynose and have comments back by
end of day Friday, September 11.

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

The following changes since commit 0ad6c1c34a5e07a5f8dd66ab248c1e7b37b69fa9:

  doc: bitbake-user-manual-environment-setup: use pip to install bitbake-setup (2026-08-20 11:15:51 +0100)

are available in the Git repository at:

  https://git.openembedded.org/bitbake-contrib stable/2.18-nut
  https://git.openembedded.org/bitbake-contrib/log/?h=stable/2.18-nut

for you to fetch changes up to f0df79b6b56f6a69067adf974978d9405077f246:

  tests/fetch: Swap bitbake github mirror for YP one (2026-09-08 14:13:56 +0200)

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

Alejandro Mery (1):
  data: Return a list from exported_vars()

Richard Purdie (3):
  fetch/gitsm: Store the original url data to fix relative gitsm paths
  tests/fetch: Swap github grpc repo for our own small test repo
  tests/fetch: Swap bitbake github mirror for YP one

 bin/bitbake-worker        |  6 ++++--
 lib/bb/data.py            | 10 +++++++++-
 lib/bb/fetch2/__init__.py |  1 +
 lib/bb/fetch2/gitsm.py    |  5 ++++-
 lib/bb/tests/data.py      | 28 ++++++++++++++++++++++++++++
 lib/bb/tests/fetch.py     | 16 ++++++++--------
 6 files changed, 54 insertions(+), 12 deletions(-)