All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/5] Add support for license files for external toolchain
@ 2025-05-28 14:57 Kory Maincent via buildroot
  2025-05-28 14:57 ` [Buildroot] [PATCH 1/5] toolchain-external: Fix license file management after toolchain move Kory Maincent via buildroot
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Kory Maincent via buildroot @ 2025-05-28 14:57 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Romain Naour, Thomas Petazzoni, Kory Maincent

External toolchain were not providing any license file.
Add support for license files for these toolchains.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---
Kory Maincent (5):
      toolchain-external: Fix license file management after toolchain move
      toolchain-external-bootlin: Add support for license file description
      toolchain-external-linaro*: Add support for license file description
      toolchain-external-arm*: Add support for license file description
      toolchain-external-codesourcery-mips: Add support for license file description

 support/scripts/gen-bootlin-toolchains             |  18 +-
 .../toolchain-external/pkg-toolchain-external.mk   |   5 +
 .../toolchain-external-arm-aarch64-be.hash         |   1 +
 .../toolchain-external-arm-aarch64-be.mk           |   2 +
 .../toolchain-external-arm-aarch64.hash            |   1 +
 .../toolchain-external-arm-aarch64.mk              |   2 +
 .../toolchain-external-arm-arm.hash                |   1 +
 .../toolchain-external-arm-arm.mk                  |   2 +
 .../toolchain-external-bootlin.hash                | 212 +++++++
 .../toolchain-external-bootlin.mk                  | 643 ++++++++++++++-------
 .../toolchain-external-codesourcery-mips.hash      |   1 +
 .../toolchain-external-codesourcery-mips.mk        |   2 +
 .../toolchain-external-linaro-aarch64-be.hash      |  21 +
 .../toolchain-external-linaro-aarch64-be.mk        |  24 +
 .../toolchain-external-linaro-aarch64.hash         |  21 +
 .../toolchain-external-linaro-aarch64.mk           |  23 +
 .../toolchain-external-linaro-arm.hash             |  21 +
 .../toolchain-external-linaro-arm.mk               |  23 +
 .../toolchain-external-linaro-armeb.hash           |  21 +
 .../toolchain-external-linaro-armeb.mk             |  23 +
 20 files changed, 854 insertions(+), 213 deletions(-)
---
base-commit: 9d92c7e3ff80f8c9a2d05a141b34dfb164e7e81f
change-id: 20250528-fix_license_toolchain-f7a8b7dd9be6

Best regards,
-- 
Köry Maincent, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-10-06 13:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-28 14:57 [Buildroot] [PATCH 0/5] Add support for license files for external toolchain Kory Maincent via buildroot
2025-05-28 14:57 ` [Buildroot] [PATCH 1/5] toolchain-external: Fix license file management after toolchain move Kory Maincent via buildroot
2025-05-28 16:40   ` Thomas Petazzoni via buildroot
2025-06-02 15:02     ` Kory Maincent via buildroot
2025-05-28 14:57 ` [Buildroot] [PATCH 2/5] toolchain-external-bootlin: Add support for license file description Kory Maincent via buildroot
2025-05-28 14:58 ` [Buildroot] [PATCH 3/5] toolchain-external-linaro*: " Kory Maincent via buildroot
2025-05-28 16:46   ` Thomas Petazzoni via buildroot
2025-06-02 14:49     ` Kory Maincent via buildroot
2025-10-06 13:18       ` Kory Maincent via buildroot
2025-05-28 14:58 ` [Buildroot] [PATCH 4/5] toolchain-external-arm*: " Kory Maincent via buildroot
2025-05-28 14:58 ` [Buildroot] [PATCH 5/5] toolchain-external-codesourcery-mips: " Kory Maincent via buildroot

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.