All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH] layer.conf: Mark as compatible with zeus
@ 2019-10-11 21:21 Alistair Francis
  2019-11-01 10:44 ` Vincent Prince
  0 siblings, 1 reply; 5+ messages in thread
From: Alistair Francis @ 2019-10-11 21:21 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
Also, can the master-next branch be pushed to master?

 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 90236be..cdba2cd 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
 BBFILE_COLLECTIONS += "meta-java"
 BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-java = "10"
-LAYERSERIES_COMPAT_meta-java = "thud warrior"
+LAYERSERIES_COMPAT_meta-java = "thud warrior zeus"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
-- 
2.23.0



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

* Re: [meta-java][PATCH] layer.conf: Mark as compatible with zeus
  2019-10-11 21:21 [meta-java][PATCH] layer.conf: Mark as compatible with zeus Alistair Francis
@ 2019-11-01 10:44 ` Vincent Prince
  2019-11-05  8:35   ` Richard Leitner
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent Prince @ 2019-11-01 10:44 UTC (permalink / raw)
  To: openembeded-devel; +Cc: Maxin B. John, Otavio Salvador

Hi Team,

Would it be possible to create Zeus branch for meta-java?
By the way, master branch didn't move since April, any issue
maintaining this layer?

Kind regards,
Vincent

Le ven. 11 oct. 2019 à 23:26, Alistair Francis
<alistair.francis@wdc.com> a écrit :
>
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> ---
> Also, can the master-next branch be pushed to master?
>
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 90236be..cdba2cd 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
>  BBFILE_COLLECTIONS += "meta-java"
>  BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
>  BBFILE_PRIORITY_meta-java = "10"
> -LAYERSERIES_COMPAT_meta-java = "thud warrior"
> +LAYERSERIES_COMPAT_meta-java = "thud warrior zeus"
>
>  LICENSE_PATH += "${LAYERDIR}/licenses"
>
> --
> 2.23.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-java][PATCH] layer.conf: Mark as compatible with zeus
  2019-11-01 10:44 ` Vincent Prince
@ 2019-11-05  8:35   ` Richard Leitner
  2019-11-05  8:58     ` Vincent Prince
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Leitner @ 2019-11-05  8:35 UTC (permalink / raw)
  To: Vincent Prince, openembeded-devel; +Cc: Otavio Salvador

Hi,
sorry for the delay.

The patch was applied to master-next and master-next will be merged to 
master after some tests.
Then also a zeus branch will be created.

Any testing, feedback and help in maintaining this layer is highly welcome!

regards;Richard.L

On 01/11/2019 11:44, Vincent Prince wrote:
> Hi Team,
> 
> Would it be possible to create Zeus branch for meta-java?
> By the way, master branch didn't move since April, any issue
> maintaining this layer?
> 
> Kind regards,
> Vincent
> 
> Le ven. 11 oct. 2019 à 23:26, Alistair Francis
> <alistair.francis@wdc.com> a écrit :
>>
>> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
>> ---
>> Also, can the master-next branch be pushed to master?
>>
>>   conf/layer.conf | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/conf/layer.conf b/conf/layer.conf
>> index 90236be..cdba2cd 100644
>> --- a/conf/layer.conf
>> +++ b/conf/layer.conf
>> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
>>   BBFILE_COLLECTIONS += "meta-java"
>>   BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
>>   BBFILE_PRIORITY_meta-java = "10"
>> -LAYERSERIES_COMPAT_meta-java = "thud warrior"
>> +LAYERSERIES_COMPAT_meta-java = "thud warrior zeus"
>>
>>   LICENSE_PATH += "${LAYERDIR}/licenses"
>>
>> --
>> 2.23.0
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-java][PATCH] layer.conf: Mark as compatible with zeus
  2019-11-05  8:35   ` Richard Leitner
@ 2019-11-05  8:58     ` Vincent Prince
  2019-11-05 11:43       ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent Prince @ 2019-11-05  8:58 UTC (permalink / raw)
  To: Richard Leitner; +Cc: openembeded-devel, Otavio Salvador

Thanks Richard, no problem for delay, we all have lot of work (and
hopefully it will continue)

Le mar. 5 nov. 2019 à 09:35, Richard Leitner
<richard.leitner@skidata.com> a écrit :
>
> Hi,
> sorry for the delay.
>
> The patch was applied to master-next and master-next will be merged to
> master after some tests.
> Then also a zeus branch will be created.
>
> Any testing, feedback and help in maintaining this layer is highly welcome!
>
> regards;Richard.L
>
> On 01/11/2019 11:44, Vincent Prince wrote:
> > Hi Team,
> >
> > Would it be possible to create Zeus branch for meta-java?
> > By the way, master branch didn't move since April, any issue
> > maintaining this layer?
> >
> > Kind regards,
> > Vincent
> >
> > Le ven. 11 oct. 2019 à 23:26, Alistair Francis
> > <alistair.francis@wdc.com> a écrit :
> >>
> >> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> >> ---
> >> Also, can the master-next branch be pushed to master?
> >>
> >>   conf/layer.conf | 2 +-
> >>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/conf/layer.conf b/conf/layer.conf
> >> index 90236be..cdba2cd 100644
> >> --- a/conf/layer.conf
> >> +++ b/conf/layer.conf
> >> @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
> >>   BBFILE_COLLECTIONS += "meta-java"
> >>   BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
> >>   BBFILE_PRIORITY_meta-java = "10"
> >> -LAYERSERIES_COMPAT_meta-java = "thud warrior"
> >> +LAYERSERIES_COMPAT_meta-java = "thud warrior zeus"
> >>
> >>   LICENSE_PATH += "${LAYERDIR}/licenses"
> >>
> >> --
> >> 2.23.0
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-java][PATCH] layer.conf: Mark as compatible with zeus
  2019-11-05  8:58     ` Vincent Prince
@ 2019-11-05 11:43       ` Otavio Salvador
  0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2019-11-05 11:43 UTC (permalink / raw)
  To: Vincent Prince; +Cc: openembeded-devel

On Tue, Nov 5, 2019 at 5:58 AM Vincent Prince
<vincent.prince.fr@gmail.com> wrote:
> Thanks Richard, no problem for delay, we all have lot of work (and
> hopefully it will continue)

Same here. We are focused on other customer stuff and didn't use java lately.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2019-11-05 11:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 21:21 [meta-java][PATCH] layer.conf: Mark as compatible with zeus Alistair Francis
2019-11-01 10:44 ` Vincent Prince
2019-11-05  8:35   ` Richard Leitner
2019-11-05  8:58     ` Vincent Prince
2019-11-05 11:43       ` Otavio Salvador

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.