diff mbox series

initramfs-module-install-efi: add GPL-3.0 licenses

Message ID 20231128095518.2088391-1-jose.quaresma@foundries.io
State New
Headers show
Series initramfs-module-install-efi: add GPL-3.0 licenses | expand

Commit Message

Jose Quaresma Nov. 28, 2023, 9:55 a.m. UTC
Some of the tools used the script init-install-efi.sh are GPL-3.0:

parted: GPL-3.0-or-later
dosfstools: GPL-3.0-only

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
---
 .../initrdscripts/initramfs-module-install-efi_1.0.bb           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj Nov. 28, 2023, 5:06 p.m. UTC | #1
On Tue, Nov 28, 2023 at 1:55 AM Jose Quaresma <quaresma.jose@gmail.com> wrote:
>
> Some of the tools used the script init-install-efi.sh are GPL-3.0:
>
> parted: GPL-3.0-or-later
> dosfstools: GPL-3.0-only

if these tools are used and not provided by this recipe then I would
expect that concerning recipe providing them will mark the LICENSE
field correctly.
we do not need to reflect the use here.

>
> Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
> ---
>  .../initrdscripts/initramfs-module-install-efi_1.0.bb           | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb
> index b7499644f0..0f18ecaca0 100644
> --- a/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb
> +++ b/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb
> @@ -1,5 +1,5 @@
>  SUMMARY = "initramfs-framework module for EFI installation option"
> -LICENSE = "MIT"
> +LICENSE = "MIT & GPL-3.0-only & GPL-3.0-or-later"
>  LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
>  RDEPENDS:${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
>  RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#191350): https://lists.openembedded.org/g/openembedded-core/message/191350
> Mute This Topic: https://lists.openembedded.org/mt/102847882/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Jose Quaresma Nov. 29, 2023, 9:37 a.m. UTC | #2
Khem Raj <raj.khem@gmail.com> escreveu no dia terça, 28/11/2023 à(s) 17:06:

> On Tue, Nov 28, 2023 at 1:55 AM Jose Quaresma <quaresma.jose@gmail.com>
> wrote:
> >
> > Some of the tools used the script init-install-efi.sh are GPL-3.0:
> >
> > parted: GPL-3.0-or-later
> > dosfstools: GPL-3.0-only
>
> if these tools are used and not provided by this recipe then I would
> expect that concerning recipe providing them will mark the LICENSE
> field correctly.
> we do not need to reflect the use here.
>

Yes, these tools are provided in other recipes and the license of these is
correct.
It makes sense to still with the MIT license here even though the script
uses GPL-3.0 tooling.

Thanks for your time and please drop this patch.

Jose


> >
> > Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
> > ---
> >  .../initrdscripts/initramfs-module-install-efi_1.0.bb           | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-core/initrdscripts/
> initramfs-module-install-efi_1.0.bb b/meta/recipes-core/initrdscripts/
> initramfs-module-install-efi_1.0.bb
> > index b7499644f0..0f18ecaca0 100644
> > --- a/meta/recipes-core/initrdscripts/
> initramfs-module-install-efi_1.0.bb
> > +++ b/meta/recipes-core/initrdscripts/
> initramfs-module-install-efi_1.0.bb
> > @@ -1,5 +1,5 @@
> >  SUMMARY = "initramfs-framework module for EFI installation option"
> > -LICENSE = "MIT"
> > +LICENSE = "MIT & GPL-3.0-only & GPL-3.0-or-later"
> >  LIC_FILES_CHKSUM =
> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> >  RDEPENDS:${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs
> dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
> >  RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
> > --
> > 2.43.0
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#191350):
> https://lists.openembedded.org/g/openembedded-core/message/191350
> > Mute This Topic: https://lists.openembedded.org/mt/102847882/1997914
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
diff mbox series

Patch

diff --git a/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb
index b7499644f0..0f18ecaca0 100644
--- a/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb
@@ -1,5 +1,5 @@ 
 SUMMARY = "initramfs-framework module for EFI installation option"
-LICENSE = "MIT"
+LICENSE = "MIT & GPL-3.0-only & GPL-3.0-or-later"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 RDEPENDS:${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
 RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"