All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][PATCH] Add explicit dependency on layers with recipes we bbappend.
@ 2015-02-12  4:39 Philip Tricca
  2015-02-12 13:16 ` Joe MacDonald
  0 siblings, 1 reply; 2+ messages in thread
From: Philip Tricca @ 2015-02-12  4:39 UTC (permalink / raw)
  To: yocto

This is a stop-gap to get meaningful error messages to folks till we get
per-layer bbappends implemented.

Signed-off-by: Philip Tricca <flihp@twobit.us>
---
 conf/layer.conf |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 7af76a1..723f5a8 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -13,4 +13,10 @@ BBFILE_PRIORITY_selinux = "5"
 # cause compatibility issues with other layers
 LAYERVERSION_selinux = "1"
 
-LAYERDEPENDS_selinux = "core"
+LAYERDEPENDS_selinux = " \
+    core \
+    meta-python \
+    networking-layer \
+    openembedded-layer \
+    virtualization-layer \
+"
-- 
1.7.10.4



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

* Re: [meta-selinux][PATCH] Add explicit dependency on layers with recipes we bbappend.
  2015-02-12  4:39 [meta-selinux][PATCH] Add explicit dependency on layers with recipes we bbappend Philip Tricca
@ 2015-02-12 13:16 ` Joe MacDonald
  0 siblings, 0 replies; 2+ messages in thread
From: Joe MacDonald @ 2015-02-12 13:16 UTC (permalink / raw)
  To: Philip Tricca; +Cc: yocto

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

[[meta-selinux][PATCH] Add explicit dependency on layers with recipes we bbappend.] On 15.02.12 (Thu 04:39) Philip Tricca wrote:

> This is a stop-gap to get meaningful error messages to folks till we get
> per-layer bbappends implemented.
> 
> Signed-off-by: Philip Tricca <flihp@twobit.us>

Merged.  Thanks Phil.

-J.

> ---
>  conf/layer.conf |    8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 7af76a1..723f5a8 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -13,4 +13,10 @@ BBFILE_PRIORITY_selinux = "5"
>  # cause compatibility issues with other layers
>  LAYERVERSION_selinux = "1"
>  
> -LAYERDEPENDS_selinux = "core"
> +LAYERDEPENDS_selinux = " \
> +    core \
> +    meta-python \
> +    networking-layer \
> +    openembedded-layer \
> +    virtualization-layer \
> +"
-- 
-Joe MacDonald.
:wq

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 501 bytes --]

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

end of thread, other threads:[~2015-02-12 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12  4:39 [meta-selinux][PATCH] Add explicit dependency on layers with recipes we bbappend Philip Tricca
2015-02-12 13:16 ` Joe MacDonald

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.