All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] layer conf: update to include meta-networking
@ 2015-02-02 15:35 Armin Kuster
  2015-02-02 16:31 ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Armin Kuster @ 2015-02-02 15:35 UTC (permalink / raw)
  To: yocto

suricata needs a package in meta-networking

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index c5a717b..650e6ed 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "security"
 BBFILE_PATTERN_security = "^${LAYERDIR}/"
 BBFILE_PRIORITY_security = "6"
 
-LAYERDEPENDS_security = "openembedded-layer perl-layer"
+LAYERDEPENDS_security = "openembedded-layer perl-layer networking-layer"
-- 
1.9.1



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

* Re: [meta-security][PATCH] layer conf: update to include meta-networking
  2015-02-02 15:35 [meta-security][PATCH] layer conf: update to include meta-networking Armin Kuster
@ 2015-02-02 16:31 ` Paul Eggleton
  2015-02-02 18:24   ` akuster808
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2015-02-02 16:31 UTC (permalink / raw)
  To: Armin Kuster; +Cc: yocto

On Monday 02 February 2015 07:35:51 Armin Kuster wrote:
> suricata needs a package in meta-networking
> 
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index c5a717b..650e6ed 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "security"
>  BBFILE_PATTERN_security = "^${LAYERDIR}/"
>  BBFILE_PRIORITY_security = "6"
> 
> -LAYERDEPENDS_security = "openembedded-layer perl-layer"
> +LAYERDEPENDS_security = "openembedded-layer perl-layer networking-layer"

Can you please also update the OE layer index?

http://layers.openembedded.org/layerindex/branch/master/layer/meta-security/

I added meta-perl and meta-oe this morning based on the meta-security README - 
the latter isn't represented in your LAYERDEPENDS value though, so all three 
places ought to be made consistent with whatever the actual set of 
requirements is. 

(If people are starting to use LAYERDEPENDS a bit more it might make sense for 
us to add some code to the layer index update script to try to update its 
dependency list based upon LAYERDEPENDS and BBFILE_COLLECTIONS; up to now it 
hasn't seen a huge amount of use hence I hadn't done that.)

Thanks,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [meta-security][PATCH] layer conf: update to include meta-networking
  2015-02-02 16:31 ` Paul Eggleton
@ 2015-02-02 18:24   ` akuster808
  2015-02-02 18:31     ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: akuster808 @ 2015-02-02 18:24 UTC (permalink / raw)
  To: Paul Eggleton, Armin Kuster; +Cc: yocto

Paul,

Is the idea to include all layers required including the cascaded ones?

i.e: meta-networking requires mete-python, should I include that one too?

On 02/02/2015 08:31 AM, Paul Eggleton wrote:
> On Monday 02 February 2015 07:35:51 Armin Kuster wrote:
>> suricata needs a package in meta-networking
>>
>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
>> ---
>>   conf/layer.conf | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/conf/layer.conf b/conf/layer.conf
>> index c5a717b..650e6ed 100644
>> --- a/conf/layer.conf
>> +++ b/conf/layer.conf
>> @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "security"
>>   BBFILE_PATTERN_security = "^${LAYERDIR}/"
>>   BBFILE_PRIORITY_security = "6"
>>
>> -LAYERDEPENDS_security = "openembedded-layer perl-layer"
>> +LAYERDEPENDS_security = "openembedded-layer perl-layer networking-layer"
>
> Can you please also update the OE layer index?

Do I do that manually or is it picked up from the README?

- armin

>
> http://layers.openembedded.org/layerindex/branch/master/layer/meta-security/
>
> I added meta-perl and meta-oe this morning based on the meta-security README -
> the latter isn't represented in your LAYERDEPENDS value though, so all three
> places ought to be made consistent with whatever the actual set of
> requirements is.
>
> (If people are starting to use LAYERDEPENDS a bit more it might make sense for
> us to add some code to the layer index update script to try to update its
> dependency list based upon LAYERDEPENDS and BBFILE_COLLECTIONS; up to now it
> hasn't seen a huge amount of use hence I hadn't done that.)
>
> Thanks,
> Paul
>


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

* Re: [meta-security][PATCH] layer conf: update to include meta-networking
  2015-02-02 18:24   ` akuster808
@ 2015-02-02 18:31     ` Paul Eggleton
  2015-02-02 23:24       ` akuster808
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2015-02-02 18:31 UTC (permalink / raw)
  To: akuster808; +Cc: yocto

On Monday 02 February 2015 10:24:21 akuster808 wrote:
> On 02/02/2015 08:31 AM, Paul Eggleton wrote:
> > Can you please also update the OE layer index?
> 
> Do I do that manually or is it picked up from the README?

No, it needs to be done manually, I don't have anything to parse a README and 
extract dependencies at the moment.

> > http://layers.openembedded.org/layerindex/branch/master/layer/meta-securit
> > y/
> > 
> > I added meta-perl and meta-oe this morning based on the meta-security
> > README - the latter isn't represented in your LAYERDEPENDS value though,
> > so all three places ought to be made consistent with whatever the actual
> > set of requirements is.
> > 
> > (If people are starting to use LAYERDEPENDS a bit more it might make sense
> > for us to add some code to the layer index update script to try to update
> > its dependency list based upon LAYERDEPENDS and BBFILE_COLLECTIONS; up to
> > now it hasn't seen a huge amount of use hence I hadn't done that.)
>
> Is the idea to include all layers required including the cascaded ones?
> 
> i.e: meta-networking requires mete-python, should I include that one too?

No, no need to do that - just the direct dependencies is enough.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [meta-security][PATCH] layer conf: update to include meta-networking
  2015-02-02 18:31     ` Paul Eggleton
@ 2015-02-02 23:24       ` akuster808
  0 siblings, 0 replies; 5+ messages in thread
From: akuster808 @ 2015-02-02 23:24 UTC (permalink / raw)
  To: yocto

layer index updated.

I will update README next.

thanks,
Armin

On 02/02/2015 10:31 AM, Paul Eggleton wrote:
> On Monday 02 February 2015 10:24:21 akuster808 wrote:
>> On 02/02/2015 08:31 AM, Paul Eggleton wrote:
>>> Can you please also update the OE layer index?
>>
>> Do I do that manually or is it picked up from the README?
>
> No, it needs to be done manually, I don't have anything to parse a README and
> extract dependencies at the moment.
>
>>> http://layers.openembedded.org/layerindex/branch/master/layer/meta-securit
>>> y/
>>>
>>> I added meta-perl and meta-oe this morning based on the meta-security
>>> README - the latter isn't represented in your LAYERDEPENDS value though,
>>> so all three places ought to be made consistent with whatever the actual
>>> set of requirements is.
>>>
>>> (If people are starting to use LAYERDEPENDS a bit more it might make sense
>>> for us to add some code to the layer index update script to try to update
>>> its dependency list based upon LAYERDEPENDS and BBFILE_COLLECTIONS; up to
>>> now it hasn't seen a huge amount of use hence I hadn't done that.)
>>
>> Is the idea to include all layers required including the cascaded ones?
>>
>> i.e: meta-networking requires mete-python, should I include that one too?
>
> No, no need to do that - just the direct dependencies is enough.
>
> Cheers,
> Paul
>


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

end of thread, other threads:[~2015-02-02 23:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-02 15:35 [meta-security][PATCH] layer conf: update to include meta-networking Armin Kuster
2015-02-02 16:31 ` Paul Eggleton
2015-02-02 18:24   ` akuster808
2015-02-02 18:31     ` Paul Eggleton
2015-02-02 23:24       ` akuster808

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.