[Buildroot] [PATCH v2 0/7] Add support for licence files for custom repo
Kory Maincent
kory.maincent at bootlin.com
Wed Oct 1 14:58:22 UTC 2025
Several packages were not providing any license file when a custom
repository or tarball is used.
Fix this by adding a Kconfig option to specify the license file,
with a default value set to the commonly used license paths.
Changes in v2:
- Do not show license option if it is not a custom repo. Assume LTS
or custom version does have the same license files location.
Signed-off-by: Kory Maincent <kory.maincent at bootlin.com>
---
Kory Maincent (7):
linux: Add support for custom license files
uboot: Add support for custom license files
optee-os: Add support for custom license files
opensbi: Add support for custom license files
barebox: Add support for custom license files
arm-trusted-firmware: Add support for custom license files
at91bootstrap3: Add support for custom license files
boot/arm-trusted-firmware/Config.in | 16 ++++++++++++++++
boot/arm-trusted-firmware/arm-trusted-firmware.mk | 9 +++------
boot/at91bootstrap3/Config.in | 19 +++++++++++++++++++
boot/at91bootstrap3/at91bootstrap3.mk | 3 ++-
boot/barebox/Config.in | 16 ++++++++++++++++
boot/barebox/barebox.mk | 4 +---
boot/opensbi/Config.in | 16 ++++++++++++++++
boot/opensbi/opensbi.mk | 4 +---
boot/optee-os/Config.in | 16 ++++++++++++++++
boot/optee-os/optee-os.mk | 4 +---
boot/uboot/Config.in | 16 ++++++++++++++++
boot/uboot/uboot.mk | 4 +---
linux/Config.in | 16 ++++++++++++++++
linux/linux.mk | 8 ++------
14 files changed, 126 insertions(+), 25 deletions(-)
---
base-commit: 5e28e8d34d2ab2b6ba2c37ebcdce4428af8d9015
change-id: 20250527-fix_license-f80376235dc9
Best regards,
--
Kory Maincent <kory.maincent at bootlin.com>
More information about the buildroot
mailing list