All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] xen: TPM Emulator: Corrected license from GPL to GPLv2
@ 2018-04-27 16:44 Kurt Bodiker
  2018-05-02  3:18 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Kurt Bodiker @ 2018-04-27 16:44 UTC (permalink / raw)
  To: meta-virtualization; +Cc: kurt.bodiker

TPM Emulator is licensed under GPLv2.  Bitbake does not consider GPL a
valid license, so it throws a warning.  Fix that.

Signed-off-by: Kurt Bodiker <kurt.bodiker@braintrust-us.com>
---
This patch is to be applied after applying the Xen vTPM patch series. It
corrects the license applicable to the TPM Emulator which I had
incorrectly listed in the recipe as GPL to the correct license type of
GPLv2.

 recipes-extended/xen/tpm-emulator_0.7.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/xen/tpm-emulator_0.7.4.bb b/recipes-extended/xen/tpm-emulator_0.7.4.bb
index 7207676..f626929 100644
--- a/recipes-extended/xen/tpm-emulator_0.7.4.bb
+++ b/recipes-extended/xen/tpm-emulator_0.7.4.bb
@@ -3,7 +3,7 @@
 
 DESCRIPTION = "TPM Emulator"
 HOMEPAGE = "http://xenbits.xen.org/xen-extfiles"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://README;md5=eeabd77cf8fd8a8bc42983884cb09863"
 
 SRC_URI = "\
-- 
2.14.2


-- 

*This email and all attachments are considered confidential and the 
proprietary information of BrainTrust Holdings.  Unauthorized disclosure is 
prohibited.  *


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

* Re: [PATCH 1/1] xen: TPM Emulator: Corrected license from GPL to GPLv2
  2018-04-27 16:44 [PATCH 1/1] xen: TPM Emulator: Corrected license from GPL to GPLv2 Kurt Bodiker
@ 2018-05-02  3:18 ` Bruce Ashfield
  2018-05-02 13:08   ` Bodiker, Kurt
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2018-05-02  3:18 UTC (permalink / raw)
  To: Kurt Bodiker; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 1744 bytes --]

After merging your v5 series, this doesn't look to be needed. Let me know
if it does still need to be applied.

Bruce

On Fri, Apr 27, 2018 at 12:44 PM, Kurt Bodiker <
kurt.bodiker@braintrust-us.com> wrote:

> TPM Emulator is licensed under GPLv2.  Bitbake does not consider GPL a
> valid license, so it throws a warning.  Fix that.
>
> Signed-off-by: Kurt Bodiker <kurt.bodiker@braintrust-us.com>
> ---
> This patch is to be applied after applying the Xen vTPM patch series. It
> corrects the license applicable to the TPM Emulator which I had
> incorrectly listed in the recipe as GPL to the correct license type of
> GPLv2.
>
>  recipes-extended/xen/tpm-emulator_0.7.4.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/xen/tpm-emulator_0.7.4.bb
> b/recipes-extended/xen/tpm-emulator_0.7.4.bb
> index 7207676..f626929 100644
> --- a/recipes-extended/xen/tpm-emulator_0.7.4.bb
> +++ b/recipes-extended/xen/tpm-emulator_0.7.4.bb
> @@ -3,7 +3,7 @@
>
>  DESCRIPTION = "TPM Emulator"
>  HOMEPAGE = "http://xenbits.xen.org/xen-extfiles"
> -LICENSE = "GPL"
> +LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://README;md5=eeabd77cf8fd8a8bc42983884cb09863"
>
>  SRC_URI = "\
> --
> 2.14.2
>
>
> --
>
> *This email and all attachments are considered confidential and the
> proprietary information of BrainTrust Holdings.  Unauthorized disclosure
> is
> prohibited.  *
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 3129 bytes --]

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

* Re: [PATCH 1/1] xen: TPM Emulator: Corrected license from GPL to GPLv2
  2018-05-02  3:18 ` Bruce Ashfield
@ 2018-05-02 13:08   ` Bodiker, Kurt
  0 siblings, 0 replies; 3+ messages in thread
From: Bodiker, Kurt @ 2018-05-02 13:08 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

Bruce, I squashed that patch into the v5 series. Sorry for the confusion.

Kurt

On Tue, May 1, 2018 at 11:18 PM, Bruce Ashfield
<bruce.ashfield@gmail.com> wrote:
> After merging your v5 series, this doesn't look to be needed. Let me know if
> it does still need to be applied.
>
> Bruce
>
> On Fri, Apr 27, 2018 at 12:44 PM, Kurt Bodiker
> <kurt.bodiker@braintrust-us.com> wrote:
>>
>> TPM Emulator is licensed under GPLv2.  Bitbake does not consider GPL a
>> valid license, so it throws a warning.  Fix that.
>>
>> Signed-off-by: Kurt Bodiker <kurt.bodiker@braintrust-us.com>
>> ---
>> This patch is to be applied after applying the Xen vTPM patch series. It
>> corrects the license applicable to the TPM Emulator which I had
>> incorrectly listed in the recipe as GPL to the correct license type of
>> GPLv2.
>>
>>  recipes-extended/xen/tpm-emulator_0.7.4.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-extended/xen/tpm-emulator_0.7.4.bb
>> b/recipes-extended/xen/tpm-emulator_0.7.4.bb
>> index 7207676..f626929 100644
>> --- a/recipes-extended/xen/tpm-emulator_0.7.4.bb
>> +++ b/recipes-extended/xen/tpm-emulator_0.7.4.bb
>> @@ -3,7 +3,7 @@
>>
>>  DESCRIPTION = "TPM Emulator"
>>  HOMEPAGE = "http://xenbits.xen.org/xen-extfiles"
>> -LICENSE = "GPL"
>> +LICENSE = "GPLv2"
>>  LIC_FILES_CHKSUM = "file://README;md5=eeabd77cf8fd8a8bc42983884cb09863"
>>
>>  SRC_URI = "\
>> --
>> 2.14.2
>>
>>
>> --
>>
>> *This email and all attachments are considered confidential and the
>> proprietary information of BrainTrust Holdings.  Unauthorized disclosure
>> is
>> prohibited.  *
>> --
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>
>
>
>
> --
> "Thou shalt not follow the NULL pointer, for chaos and madness await thee at
> its end"



-- 
Kurt Bodiker
BrainTrust Holdings
www.braintrust-us.com
443-296-2186 office
410-750-2119 fax

-- 

*This email and all attachments are considered confidential and the 
proprietary information of BrainTrust Holdings.  Unauthorized disclosure is 
prohibited.  *


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

end of thread, other threads:[~2018-05-02 13:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27 16:44 [PATCH 1/1] xen: TPM Emulator: Corrected license from GPL to GPLv2 Kurt Bodiker
2018-05-02  3:18 ` Bruce Ashfield
2018-05-02 13:08   ` Bodiker, Kurt

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.