All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility
@ 2020-10-26 20:56 Jon Mason
  2020-10-27 15:00 ` [yocto] " nefethael
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Mason @ 2020-10-26 20:56 UTC (permalink / raw)
  To: yocto

Signed-off-by: Jon Mason <jdmason@kudzu.us>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index da24359b7484..178ce1b734d3 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -23,7 +23,7 @@ BBFILE_PRIORITY_selinux = "5"
 # cause compatibility issues with other layers
 LAYERVERSION_selinux = "1"
 
-LAYERSERIES_COMPAT_selinux = "dunfell"
+LAYERSERIES_COMPAT_selinux = "dunfell gatesgarth"
 
 LAYERDEPENDS_selinux = " \
     core \
-- 
2.20.1


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

* Re: [yocto] [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility
  2020-10-26 20:56 [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility Jon Mason
@ 2020-10-27 15:00 ` nefethael
  2020-10-27 15:09   ` Joe MacDonald
  0 siblings, 1 reply; 4+ messages in thread
From: nefethael @ 2020-10-27 15:00 UTC (permalink / raw)
  To: Jon Mason
  Cc: Yocto-mailing-list, joe_macdonald, flihp, nicolas.dechesne,
	Aníbal Limón, yi.zhao

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

Hi Jon,

There is already a pending patch submitted some time ago by Aníbal Limó
here
https://patchwork.openembedded.org/patch/177350/

Best regards,
Vincent



Le lun. 26 oct. 2020 à 21:56, Jon Mason <jdmason@kudzu.us> a écrit :

> Signed-off-by: Jon Mason <jdmason@kudzu.us>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index da24359b7484..178ce1b734d3 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -23,7 +23,7 @@ BBFILE_PRIORITY_selinux = "5"
>  # cause compatibility issues with other layers
>  LAYERVERSION_selinux = "1"
>
> -LAYERSERIES_COMPAT_selinux = "dunfell"
> +LAYERSERIES_COMPAT_selinux = "dunfell gatesgarth"
>
>  LAYERDEPENDS_selinux = " \
>      core \
> --
> 2.20.1
>
>
> 
>
>

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

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

* Re: [yocto] [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility
  2020-10-27 15:00 ` [yocto] " nefethael
@ 2020-10-27 15:09   ` Joe MacDonald
  2020-10-27 16:00     ` nefethael
  0 siblings, 1 reply; 4+ messages in thread
From: Joe MacDonald @ 2020-10-27 15:09 UTC (permalink / raw)
  To: Jon Mason, nefethael
  Cc: Yocto-mailing-list, flihp, nicolas.dechesne,
	Aníbal Limón, yi.zhao

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

[Re: [yocto] [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility] On 20.10.27 (Tue 16:00) nefethael wrote:

> Hi Jon,
> 
> There is already a pending patch submitted some time ago by Aníbal Limó here
> https://patchwork.openembedded.org/patch/177350/

Yeah, I've had that older patch in my work-tree for a while now and
haven't pushed it upstream yet.  I'll get on that today.  Sorry for the
delay.

-Joe.

> 
> Best regards,
> Vincent
> 
> 
> 
> Le lun. 26 oct. 2020 à 21:56, Jon Mason <jdmason@kudzu.us> a écrit :
> 
>     Signed-off-by: Jon Mason <jdmason@kudzu.us>
>     ---
>      conf/layer.conf | 2 +-
>      1 file changed, 1 insertion(+), 1 deletion(-)
> 
>     diff --git a/conf/layer.conf b/conf/layer.conf
>     index da24359b7484..178ce1b734d3 100644
>     --- a/conf/layer.conf
>     +++ b/conf/layer.conf
>     @@ -23,7 +23,7 @@ BBFILE_PRIORITY_selinux = "5"
>      # cause compatibility issues with other layers
>      LAYERVERSION_selinux = "1"
> 
>     -LAYERSERIES_COMPAT_selinux = "dunfell"
>     +LAYERSERIES_COMPAT_selinux = "dunfell gatesgarth"
> 
>      LAYERDEPENDS_selinux = " \
>          core \
>     --
>     2.20.1
> 
> 
> 
> 
> 

> 
> 
> 


-- 
-Joe MacDonald.
:wq

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

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

* Re: [yocto] [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility
  2020-10-27 15:09   ` Joe MacDonald
@ 2020-10-27 16:00     ` nefethael
  0 siblings, 0 replies; 4+ messages in thread
From: nefethael @ 2020-10-27 16:00 UTC (permalink / raw)
  To: Joe MacDonald
  Cc: Jon Mason, Yocto-mailing-list, flihp, nicolas.dechesne,
	Aníbal Limón, yi.zhao

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

Thanks, no problem :)

Le mar. 27 oct. 2020 à 16:09, Joe MacDonald <joe@deserted.net> a écrit :

> [Re: [yocto] [meta-selinux][PATCH] layer.conf: add gatesgarth
> compatibility] On 20.10.27 (Tue 16:00) nefethael wrote:
>
> > Hi Jon,
> >
> > There is already a pending patch submitted some time ago by Aníbal Limó
> here
> > https://patchwork.openembedded.org/patch/177350/
>
> Yeah, I've had that older patch in my work-tree for a while now and
> haven't pushed it upstream yet.  I'll get on that today.  Sorry for the
> delay.
>
> -Joe.
>
> >
> > Best regards,
> > Vincent
> >
> >
> >
> > Le lun. 26 oct. 2020 à 21:56, Jon Mason <jdmason@kudzu.us> a écrit :
> >
> >     Signed-off-by: Jon Mason <jdmason@kudzu.us>
> >     ---
> >      conf/layer.conf | 2 +-
> >      1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >     diff --git a/conf/layer.conf b/conf/layer.conf
> >     index da24359b7484..178ce1b734d3 100644
> >     --- a/conf/layer.conf
> >     +++ b/conf/layer.conf
> >     @@ -23,7 +23,7 @@ BBFILE_PRIORITY_selinux = "5"
> >      # cause compatibility issues with other layers
> >      LAYERVERSION_selinux = "1"
> >
> >     -LAYERSERIES_COMPAT_selinux = "dunfell"
> >     +LAYERSERIES_COMPAT_selinux = "dunfell gatesgarth"
> >
> >      LAYERDEPENDS_selinux = " \
> >          core \
> >     --
> >     2.20.1
> >
> >
> >
> >
> >
>
> >
> > 
> >
>
>
> --
> -Joe MacDonald.
> :wq
>

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

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

end of thread, other threads:[~2020-10-27 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26 20:56 [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility Jon Mason
2020-10-27 15:00 ` [yocto] " nefethael
2020-10-27 15:09   ` Joe MacDonald
2020-10-27 16:00     ` nefethael

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.