All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 0/5] Bootlin toolchains integration into Buildroot
@ 2020-08-14 19:52 Thomas Petazzoni
  2020-08-14 19:52 ` [Buildroot] [PATCH v3 1/5] support/scripts/gen-bootlin-toolchains: add new script to support Bootlin toolchains Thomas Petazzoni
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Thomas Petazzoni @ 2020-08-14 19:52 UTC (permalink / raw)
  To: buildroot

Hello,

This patch series integrate the Bootlin toolchains (from
https://toolchains.bootlin.com) as toolchain profiles in Buildroot, so
that they can easily be used.

Since there is ~150 toolchains, it is not practical to add them
manually, so this patch series adds a script that generates the
toolchain-external-bootlin/ package using the information provided at
https://toolchains.bootlin.com/downloads/releases/toolchains/.

In addition to adding the toolchain package itself, we also add one
test case for each toolchain, to verify that its integration in
Buildroot is working fine.

This series is also available at:

  https://github.com/tpetazzoni/buildroot/commits/bl-toolchains

Since v2, the script was changed to not use the htmllistparse Python
module, and instead simply download the HTTP listing and applies a
simple regexp to extract the list of files. We have verified that the
script output is strictly identical to what is was before.

Best regards,

Thomas Petazzoni

Thomas Petazzoni (5):
  support/scripts/gen-bootlin-toolchains: add new script to support
    Bootlin toolchains
  support/testing/tests/toolchain/test_external: support non-ELF
    toolchains
  toolchain/toolchain-external/toolchain-external-bootlin: add
    auto-generated files
  toolchain/toolchain-external/toolchain-external-bootlin: finalize
    package addition
  support/testing/test/toolchain/test_external_bootlin: new test cases

 support/scripts/gen-bootlin-toolchains        |  473 +++
 .../testing/tests/toolchain/test_external.py  |   14 +-
 .../tests/toolchain/test_external_bootlin.py  | 2354 +++++++++++
 toolchain/toolchain-external/Config.in        |    6 +
 .../toolchain-external-bootlin/Config.in      |    9 +
 .../Config.in.options                         | 3587 +++++++++++++++++
 .../toolchain-external-bootlin.hash           |  308 ++
 .../toolchain-external-bootlin.mk             |  927 +++++
 8 files changed, 7673 insertions(+), 5 deletions(-)
 create mode 100755 support/scripts/gen-bootlin-toolchains
 create mode 100644 support/testing/tests/toolchain/test_external_bootlin.py
 create mode 100644 toolchain/toolchain-external/toolchain-external-bootlin/Config.in
 create mode 100644 toolchain/toolchain-external/toolchain-external-bootlin/Config.in.options
 create mode 100644 toolchain/toolchain-external/toolchain-external-bootlin/toolchain-external-bootlin.hash
 create mode 100644 toolchain/toolchain-external/toolchain-external-bootlin/toolchain-external-bootlin.mk

-- 
2.26.2

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

end of thread, other threads:[~2020-08-29 14:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-14 19:52 [Buildroot] [PATCH v3 0/5] Bootlin toolchains integration into Buildroot Thomas Petazzoni
2020-08-14 19:52 ` [Buildroot] [PATCH v3 1/5] support/scripts/gen-bootlin-toolchains: add new script to support Bootlin toolchains Thomas Petazzoni
2020-08-16 10:13   ` Titouan Christophe
2020-08-29 14:15     ` Yann E. MORIN
2020-08-14 19:52 ` [Buildroot] [PATCH v3 2/5] support/testing/tests/toolchain/test_external: support non-ELF toolchains Thomas Petazzoni
2020-08-16 21:45   ` Yann E. MORIN
2020-08-14 19:52 ` [Buildroot] [PATCH v3 3/5] toolchain/toolchain-external/toolchain-external-bootlin: add auto-generated files Thomas Petazzoni
2020-08-16 10:30   ` Titouan Christophe
2020-08-14 19:52 ` [Buildroot] [PATCH v3 4/5] toolchain/toolchain-external/toolchain-external-bootlin: finalize package addition Thomas Petazzoni
2020-08-16 10:40   ` Titouan Christophe
2020-08-14 19:52 ` [Buildroot] [PATCH v3 5/5] support/testing/test/toolchain/test_external_bootlin: new test cases Thomas Petazzoni
2020-08-29 14:16 ` [Buildroot] [PATCH v3 0/5] Bootlin toolchains integration into Buildroot Yann E. MORIN
2020-08-29 14:27   ` Thomas Petazzoni

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.