All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] meta-security: add layer index callouts
@ 2019-12-06 17:37 Armpit
  2019-12-09  9:47 ` [yocto] " Diego Santa Cruz
  0 siblings, 1 reply; 3+ messages in thread
From: Armpit @ 2019-12-06 17:37 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-integrity/conf/layer.conf           | 2 ++
 meta-security-compliance/conf/layer.conf | 2 ++
 meta-tpm/conf/layer.conf                 | 1 +
 3 files changed, 5 insertions(+)

diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index 962424c..bfc9c6f 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -24,3 +24,5 @@ OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
 LAYERSERIES_COMPAT_integrity = "zeus"
 # ima-evm-utils depends on keyutils from meta-oe
 LAYERDEPENDS_integrity = "core openembedded-layer"
+
+BBLAYERS_LAYERINDEX_NAME_integrity = "meta-integrity"
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf
index 0e93bd0..e346bf3 100644
--- a/meta-security-compliance/conf/layer.conf
+++ b/meta-security-compliance/conf/layer.conf
@@ -11,3 +11,5 @@ BBFILE_PRIORITY_scanners-layer = "10"
 LAYERSERIES_COMPAT_scanners-layer = "zeus"
 
 LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
+
+BBLAYERS_LAYERINDEX_NAME_integrity = "meta-security-compliance"
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index 3af2d95..175eba8 100644
--- a/meta-tpm/conf/layer.conf
+++ b/meta-tpm/conf/layer.conf
@@ -14,3 +14,4 @@ LAYERDEPENDS_tpm-layer = " \
     core \
     openembedded-layer \
 "
+BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm"
-- 
2.17.1


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

* Re: [yocto] [meta-security][PATCH] meta-security: add layer index callouts
  2019-12-06 17:37 [meta-security][PATCH] meta-security: add layer index callouts Armpit
@ 2019-12-09  9:47 ` Diego Santa Cruz
  2019-12-09 16:41   ` Armpit
  0 siblings, 1 reply; 3+ messages in thread
From: Diego Santa Cruz @ 2019-12-09  9:47 UTC (permalink / raw)
  To: akuster808, yocto

> -----Original Message-----
> From: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> On Behalf
> Of Armpit via Lists.Yoctoproject.Org
> Sent: 06 December 2019 18:38
> To: yocto@lists.yoctoproject.org
> Cc: yocto@lists.yoctoproject.org
> Subject: [yocto] [meta-security][PATCH] meta-security: add layer index callouts
> 
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  meta-integrity/conf/layer.conf           | 2 ++
>  meta-security-compliance/conf/layer.conf | 2 ++
>  meta-tpm/conf/layer.conf                 | 1 +
>  3 files changed, 5 insertions(+)
> 
> diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
> index 962424c..bfc9c6f 100644
> --- a/meta-integrity/conf/layer.conf
> +++ b/meta-integrity/conf/layer.conf
> @@ -24,3 +24,5 @@ OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
>  LAYERSERIES_COMPAT_integrity = "zeus"
>  # ima-evm-utils depends on keyutils from meta-oe
>  LAYERDEPENDS_integrity = "core openembedded-layer"
> +
> +BBLAYERS_LAYERINDEX_NAME_integrity = "meta-integrity"
> diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-
> compliance/conf/layer.conf
> index 0e93bd0..e346bf3 100644
> --- a/meta-security-compliance/conf/layer.conf
> +++ b/meta-security-compliance/conf/layer.conf
> @@ -11,3 +11,5 @@ BBFILE_PRIORITY_scanners-layer = "10"
>  LAYERSERIES_COMPAT_scanners-layer = "zeus"
> 
>  LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
> +
> +BBLAYERS_LAYERINDEX_NAME_integrity = "meta-security-compliance"

This looks like a copy & paste typo, shouldn't this be

+BBLAYERS_LAYERINDEX_NAME_scanners-layer = "meta-security-compliance"

> diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
> index 3af2d95..175eba8 100644
> --- a/meta-tpm/conf/layer.conf
> +++ b/meta-tpm/conf/layer.conf
> @@ -14,3 +14,4 @@ LAYERDEPENDS_tpm-layer = " \
>      core \
>      openembedded-layer \
>  "
> +BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm"
> --
> 2.17.1
-- 
Diego Santa Cruz, PhD
Technology Architect
spinetix.com

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

* Re: [yocto] [meta-security][PATCH] meta-security: add layer index callouts
  2019-12-09  9:47 ` [yocto] " Diego Santa Cruz
@ 2019-12-09 16:41   ` Armpit
  0 siblings, 0 replies; 3+ messages in thread
From: Armpit @ 2019-12-09 16:41 UTC (permalink / raw)
  To: diego.santacruz, akuster808, yocto

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



On 12/9/19 1:47 AM, Diego Santa Cruz via Lists.Yoctoproject.Org wrote:
>> -----Original Message-----
>> From: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> On Behalf
>> Of Armpit via Lists.Yoctoproject.Org
>> Sent: 06 December 2019 18:38
>> To: yocto@lists.yoctoproject.org
>> Cc: yocto@lists.yoctoproject.org
>> Subject: [yocto] [meta-security][PATCH] meta-security: add layer index callouts
>>
>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
>> ---
>>  meta-integrity/conf/layer.conf           | 2 ++
>>  meta-security-compliance/conf/layer.conf | 2 ++
>>  meta-tpm/conf/layer.conf                 | 1 +
>>  3 files changed, 5 insertions(+)
>>
>> diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
>> index 962424c..bfc9c6f 100644
>> --- a/meta-integrity/conf/layer.conf
>> +++ b/meta-integrity/conf/layer.conf
>> @@ -24,3 +24,5 @@ OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
>>  LAYERSERIES_COMPAT_integrity = "zeus"
>>  # ima-evm-utils depends on keyutils from meta-oe
>>  LAYERDEPENDS_integrity = "core openembedded-layer"
>> +
>> +BBLAYERS_LAYERINDEX_NAME_integrity = "meta-integrity"
>> diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-
>> compliance/conf/layer.conf
>> index 0e93bd0..e346bf3 100644
>> --- a/meta-security-compliance/conf/layer.conf
>> +++ b/meta-security-compliance/conf/layer.conf
>> @@ -11,3 +11,5 @@ BBFILE_PRIORITY_scanners-layer = "10"
>>  LAYERSERIES_COMPAT_scanners-layer = "zeus"
>>
>>  LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
>> +
>> +BBLAYERS_LAYERINDEX_NAME_integrity = "meta-security-compliance"
> This looks like a copy & paste typo, shouldn't this be
>
> +BBLAYERS_LAYERINDEX_NAME_scanners-layer = "meta-security-compliance"
nice catch.

patch do out shortly

-armin
>
>> diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
>> index 3af2d95..175eba8 100644
>> --- a/meta-tpm/conf/layer.conf
>> +++ b/meta-tpm/conf/layer.conf
>> @@ -14,3 +14,4 @@ LAYERDEPENDS_tpm-layer = " \
>>      core \
>>      openembedded-layer \
>>  "
>> +BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm"
>> --
>> 2.17.1
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>>
>> View/Reply Online (#47598): https://lists.yoctoproject.org/g/yocto/message/47598
>> Mute This Topic: https://lists.yoctoproject.org/mt/67516326/1024635
>> Group Owner: yocto+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  [akuster@mvista.com]
>> -=-=-=-=-=-=-=-=-=-=-=-


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

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

end of thread, other threads:[~2019-12-09 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-06 17:37 [meta-security][PATCH] meta-security: add layer index callouts Armpit
2019-12-09  9:47 ` [yocto] " Diego Santa Cruz
2019-12-09 16:41   ` Armpit

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.