mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] template: code-signing-provider: ignore in license report
@ 2021-06-24 10:12 Michael Tretter
  2021-06-24 10:12 ` [ptxdist] [PATCH 2/2] host-ptx-code-signing-dev: " Michael Tretter
  2021-06-29  5:09 ` [ptxdist] [APPLIED] template: code-signing-provider: " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Tretter @ 2021-06-24 10:12 UTC (permalink / raw)
  To: ptxdist

If the template is used to create a code-signing-provider, an example
script will be put into local_src. This script can be ignored in the
license report.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/templates/template-code-signing-provider-make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/templates/template-code-signing-provider-make b/rules/templates/template-code-signing-provider-make
index 94830d92e9e7..4cf9cac358cf 100644
--- a/rules/templates/template-code-signing-provider-make
+++ b/rules/templates/template-code-signing-provider-make
@@ -18,6 +18,7 @@ HOST_@PACKAGE@_CODE_SIGNING_VERSION	:= @VERSION@
 HOST_@PACKAGE@_CODE_SIGNING		:= @package@-code-signing-$(HOST_@PACKAGE@_CODE_SIGNING_VERSION)
 HOST_@PACKAGE@_CODE_SIGNING_URL		:= file://local_src/@package@-code-signing
 HOST_@PACKAGE@_CODE_SIGNING_DIR		:= $(HOST_BUILDDIR)/$(HOST_@PACKAGE@_CODE_SIGNING)
+HOST_@PACKAGE@_CODE_SIGNING_LICENSE	:= ignore
 
 HOST_@PACKAGE@_CODE_SIGNING_CONF_TOOL	:= NO
 
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH 2/2] host-ptx-code-signing-dev: ignore in license report
  2021-06-24 10:12 [ptxdist] [PATCH 1/2] template: code-signing-provider: ignore in license report Michael Tretter
@ 2021-06-24 10:12 ` Michael Tretter
  2021-06-29  5:09   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-06-29  5:09 ` [ptxdist] [APPLIED] template: code-signing-provider: " Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Tretter @ 2021-06-24 10:12 UTC (permalink / raw)
  To: ptxdist

The package consists of a script based on the code signing template in
PTXdist and a few keys. It should be ignored in the license report.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/host-ptx-code-signing-dev.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/host-ptx-code-signing-dev.make b/rules/host-ptx-code-signing-dev.make
index d97ae60ef140..af7a774bc9a4 100644
--- a/rules/host-ptx-code-signing-dev.make
+++ b/rules/host-ptx-code-signing-dev.make
@@ -21,6 +21,7 @@ HOST_PTX_CODE_SIGNING_DEV_SUFFIX	:= tar.gz
 HOST_PTX_CODE_SIGNING_DEV_URL		:= https://git.pengutronix.de/cgit/ptx-code-signing-dev/snapshot/$(HOST_PTX_CODE_SIGNING_DEV).$(HOST_PTX_CODE_SIGNING_DEV_SUFFIX)
 HOST_PTX_CODE_SIGNING_DEV_SOURCE	:= $(SRCDIR)/$(HOST_PTX_CODE_SIGNING_DEV).$(HOST_PTX_CODE_SIGNING_DEV_SUFFIX)
 HOST_PTX_CODE_SIGNING_DEV_DIR		:= $(HOST_BUILDDIR)/$(HOST_PTX_CODE_SIGNING_DEV)
+HOST_PTX_CODE_SIGNING_DEV_LICENSE	:= ignore
 
 CODE_SIGNING_ENV-$(PTXCONF_HOST_PTX_CODE_SIGNING_DEV) += $(SOFTHSM_CODE_SIGNING_ENV)
 
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] template: code-signing-provider: ignore in license report
  2021-06-24 10:12 [ptxdist] [PATCH 1/2] template: code-signing-provider: ignore in license report Michael Tretter
  2021-06-24 10:12 ` [ptxdist] [PATCH 2/2] host-ptx-code-signing-dev: " Michael Tretter
@ 2021-06-29  5:09 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2021-06-29  5:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

Thanks, applied as db6fe126c8562c509d5776bca6f65056eadcc362.

Michael

[sent from post-receive hook]

On Tue, 29 Jun 2021 07:09:37 +0200, Michael Tretter <m.tretter@pengutronix.de> wrote:
> If the template is used to create a code-signing-provider, an example
> script will be put into local_src. This script can be ignored in the
> license report.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20210624101251.260097-1-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/templates/template-code-signing-provider-make b/rules/templates/template-code-signing-provider-make
> index 94830d92e9e7..4cf9cac358cf 100644
> --- a/rules/templates/template-code-signing-provider-make
> +++ b/rules/templates/template-code-signing-provider-make
> @@ -18,6 +18,7 @@ HOST_@PACKAGE@_CODE_SIGNING_VERSION	:= @VERSION@
>  HOST_@PACKAGE@_CODE_SIGNING		:= @package@-code-signing-$(HOST_@PACKAGE@_CODE_SIGNING_VERSION)
>  HOST_@PACKAGE@_CODE_SIGNING_URL		:= file://local_src/@package@-code-signing
>  HOST_@PACKAGE@_CODE_SIGNING_DIR		:= $(HOST_BUILDDIR)/$(HOST_@PACKAGE@_CODE_SIGNING)
> +HOST_@PACKAGE@_CODE_SIGNING_LICENSE	:= ignore
>  
>  HOST_@PACKAGE@_CODE_SIGNING_CONF_TOOL	:= NO
>  

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] host-ptx-code-signing-dev: ignore in license report
  2021-06-24 10:12 ` [ptxdist] [PATCH 2/2] host-ptx-code-signing-dev: " Michael Tretter
@ 2021-06-29  5:09   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2021-06-29  5:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

Thanks, applied as 97d9c88d6a0a92eec534f3292c79ae94c1e4828e.

Michael

[sent from post-receive hook]

On Tue, 29 Jun 2021 07:09:38 +0200, Michael Tretter <m.tretter@pengutronix.de> wrote:
> The package consists of a script based on the code signing template in
> PTXdist and a few keys. It should be ignored in the license report.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20210624101251.260097-2-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-ptx-code-signing-dev.make b/rules/host-ptx-code-signing-dev.make
> index d97ae60ef140..af7a774bc9a4 100644
> --- a/rules/host-ptx-code-signing-dev.make
> +++ b/rules/host-ptx-code-signing-dev.make
> @@ -21,6 +21,7 @@ HOST_PTX_CODE_SIGNING_DEV_SUFFIX	:= tar.gz
>  HOST_PTX_CODE_SIGNING_DEV_URL		:= https://git.pengutronix.de/cgit/ptx-code-signing-dev/snapshot/$(HOST_PTX_CODE_SIGNING_DEV).$(HOST_PTX_CODE_SIGNING_DEV_SUFFIX)
>  HOST_PTX_CODE_SIGNING_DEV_SOURCE	:= $(SRCDIR)/$(HOST_PTX_CODE_SIGNING_DEV).$(HOST_PTX_CODE_SIGNING_DEV_SUFFIX)
>  HOST_PTX_CODE_SIGNING_DEV_DIR		:= $(HOST_BUILDDIR)/$(HOST_PTX_CODE_SIGNING_DEV)
> +HOST_PTX_CODE_SIGNING_DEV_LICENSE	:= ignore
>  
>  CODE_SIGNING_ENV-$(PTXCONF_HOST_PTX_CODE_SIGNING_DEV) += $(SOFTHSM_CODE_SIGNING_ENV)
>  

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2021-06-29  5:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 10:12 [ptxdist] [PATCH 1/2] template: code-signing-provider: ignore in license report Michael Tretter
2021-06-24 10:12 ` [ptxdist] [PATCH 2/2] host-ptx-code-signing-dev: " Michael Tretter
2021-06-29  5:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-06-29  5:09 ` [ptxdist] [APPLIED] template: code-signing-provider: " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox