public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/3] This series adds a few patches to make it easy to use the system dtc in
@ 2024-08-15 19:57 Simon Glass
  2024-08-15 19:57 ` [PATCH v3 1/3] buildman: Support building within a Python venv Simon Glass
                   ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: Simon Glass @ 2024-08-15 19:57 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Simon Glass, Andrejs Cainikovs, Brandon Maier,
	Heinrich Schuchardt, Jiaxun Yang, Marek Vasut, Quentin Schulz,
	Sean Anderson

buildman. It updates CI to do this for world builds, to save time.

It also includes an old patch which is now needed again since:

   e13fcae3fce Revert "buildman: Always use the full path in...

Changes in v3:
- Drop patches previously applied
- Add dtc patches

Changes in v2:
- Fix 'envronment' typo

Simon Glass (3):
  buildman: Support building within a Python venv
  buildman: Allow skipping the dtc build
  RFC: CI: Skip building dtc for world builds

 .azure-pipelines.yml            |   2 +-
 .gitlab-ci.yml                  |   8 +--
 tools/buildman/bsettings.py     |   3 +
 tools/buildman/builder.py       |  27 +++++++-
 tools/buildman/builderthread.py |   4 +-
 tools/buildman/buildman.rst     |   3 +
 tools/buildman/cmdline.py       |   2 +
 tools/buildman/control.py       |   3 +-
 tools/buildman/test.py          | 115 ++++++++++++++++++++++++++++++++
 tools/buildman/toolchain.py     |  31 +++++++--
 10 files changed, 185 insertions(+), 13 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-10-14 22:43 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15 19:57 [PATCH v3 0/3] This series adds a few patches to make it easy to use the system dtc in Simon Glass
2024-08-15 19:57 ` [PATCH v3 1/3] buildman: Support building within a Python venv Simon Glass
2024-09-06  0:53   ` Simon Glass
2024-08-15 19:57 ` [PATCH v3 2/3] buildman: Allow skipping the dtc build Simon Glass
2024-08-16 17:22   ` Tom Rini
2024-08-16 23:53     ` Simon Glass
2024-08-22  3:00       ` Simon Glass
2024-08-22 14:10         ` Tom Rini
2024-08-22 14:15           ` Simon Glass
2024-09-01 20:09           ` Simon Glass
2024-09-02 15:39             ` Tom Rini
2024-09-10 18:41               ` Simon Glass
2024-09-10 18:42                 ` Tom Rini
2024-09-10 18:45                   ` Simon Glass
2024-09-10 18:52                     ` Tom Rini
2024-09-10 20:14                       ` Simon Glass
2024-09-10 22:07                         ` Tom Rini
2024-09-12  1:01                           ` Simon Glass
2024-09-12 17:44                             ` Tom Rini
2024-09-19 14:13                               ` Simon Glass
2024-09-26 22:07                                 ` Simon Glass
2024-08-15 19:57 ` [PATCH v3 3/3] RFC: CI: Skip building dtc for world builds Simon Glass
2024-10-10 18:50   ` Simon Glass
2024-10-10 19:01     ` Tom Rini
2024-10-14 19:13       ` Simon Glass
2024-10-14 22:43         ` Tom Rini
2024-09-06 22:37 ` (subset) [PATCH v3 0/3] This series adds a few patches to make it easy to use the system dtc in Tom Rini

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