All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove bb.fetch compatibility shim module
@ 2026-08-21 17:06 chris.laplante
  2026-08-21 17:06 ` [PATCH 1/3] bin/bitbake-setup: use bb.fetch2, not bb.fetch chris.laplante
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: chris.laplante @ 2026-08-21 17:06 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Chris Laplante

From: Chris Laplante <chris.laplante@agilent.com>

fetch2 replaced fetch a long time ago (2012) so I argue it is time to
say goodbye the bb.fetch shim.

Chris Laplante (3):
  bin/bitbake-setup: use bb.fetch2, not bb.fetch
  lib: use bb.fetch2, not bb.fetch
  lib: remove bb.fetch shim module; cleanup fallout

 bin/bitbake-setup         |  20 ++--
 lib/bb/__init__.py        |   4 +-
 lib/bb/build.py           |   2 +-
 lib/bb/command.py         |   2 +-
 lib/bb/cooker.py          |   6 +-
 lib/bb/cookerdata.py      |  13 +-
 lib/bb/fetch2/gitannex.py |   8 +-
 lib/bb/fetch2/wget.py     |   6 +-
 lib/bb/tests/fetch.py     | 244 +++++++++++++++++++-------------------
 9 files changed, 155 insertions(+), 150 deletions(-)

--
2.43.0



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

end of thread, other threads:[~2026-08-25 19:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-21 17:06 [PATCH 0/3] Remove bb.fetch compatibility shim module chris.laplante
2026-08-21 17:06 ` [PATCH 1/3] bin/bitbake-setup: use bb.fetch2, not bb.fetch chris.laplante
2026-08-21 17:06 ` [PATCH 2/3] lib: " chris.laplante
2026-08-21 17:06 ` [PATCH 3/3] lib: remove bb.fetch shim module; cleanup fallout chris.laplante
2026-08-25 18:12   ` [bitbake-devel] " Peter Kjellerstedt
2026-08-25 18:55     ` chris.laplante
2026-08-25 19:21       ` Peter Kjellerstedt
2026-08-25 19:29         ` chris.laplante
2026-08-21 17:17 ` [bitbake-devel] [PATCH 0/3] Remove bb.fetch compatibility shim module Alexander Kanavin
2026-08-21 17:26   ` chris.laplante
2026-08-21 21:27     ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.