All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT
@ 2018-04-13 22:41 Armin Kuster
  2018-04-13 22:41 ` [meta-qt3][PATCH 2/2] layer: Change LAYERSERIES_COMPAT to sumo Armin Kuster
  2018-04-13 22:44 ` [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Armin Kuster @ 2018-04-13 22:41 UTC (permalink / raw)
  To: akuster808, yocto

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

diff --git a/conf/layer.conf b/conf/layer.conf
index 84ab5f7..2100ffb 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,3 +8,4 @@ BBFILE_COLLECTIONS += "qt3"
 BBFILE_PATTERN_qt3 = "^${LAYERDIR}/"
 BBFILE_PRIORITY_qt3 = "6"
 
+LAYERSERIES_COMPAT_qt3-layer = "rocko"
-- 
2.7.4



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

* [meta-qt3][PATCH 2/2] layer: Change LAYERSERIES_COMPAT to sumo
  2018-04-13 22:41 [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT Armin Kuster
@ 2018-04-13 22:41 ` Armin Kuster
  2018-04-13 22:44 ` [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT Martin Jansa
  1 sibling, 0 replies; 4+ messages in thread
From: Armin Kuster @ 2018-04-13 22:41 UTC (permalink / raw)
  To: akuster808, yocto

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

diff --git a/conf/layer.conf b/conf/layer.conf
index 2100ffb..04025ac 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "qt3"
 BBFILE_PATTERN_qt3 = "^${LAYERDIR}/"
 BBFILE_PRIORITY_qt3 = "6"
 
-LAYERSERIES_COMPAT_qt3-layer = "rocko"
+LAYERSERIES_COMPAT_qt3-layer = "sumo"
-- 
2.7.4



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

* Re: [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT
  2018-04-13 22:41 [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT Armin Kuster
  2018-04-13 22:41 ` [meta-qt3][PATCH 2/2] layer: Change LAYERSERIES_COMPAT to sumo Armin Kuster
@ 2018-04-13 22:44 ` Martin Jansa
  2018-04-13 23:07   ` akuster808
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2018-04-13 22:44 UTC (permalink / raw)
  To: Armin Kuster; +Cc: yocto

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

On Fri, Apr 13, 2018 at 03:41:26PM -0700, Armin Kuster wrote:
> Signed-off-by: Armin Kuster <akuster@mvista.com>
> ---
>  conf/layer.conf | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 84ab5f7..2100ffb 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -8,3 +8,4 @@ BBFILE_COLLECTIONS += "qt3"
>  BBFILE_PATTERN_qt3 = "^${LAYERDIR}/"
>  BBFILE_PRIORITY_qt3 = "6"
>  
> +LAYERSERIES_COMPAT_qt3-layer = "rocko"

Shouldn't this be just qt3 like BBFILE_* variables above?

Regards,

> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

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

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

* Re: [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT
  2018-04-13 22:44 ` [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT Martin Jansa
@ 2018-04-13 23:07   ` akuster808
  0 siblings, 0 replies; 4+ messages in thread
From: akuster808 @ 2018-04-13 23:07 UTC (permalink / raw)
  To: Martin Jansa; +Cc: yocto


[-- Attachment #1.1: Type: text/plain, Size: 878 bytes --]



On 04/13/2018 03:44 PM, Martin Jansa wrote:
> On Fri, Apr 13, 2018 at 03:41:26PM -0700, Armin Kuster wrote:
>> Signed-off-by: Armin Kuster <akuster@mvista.com>
>> ---
>>  conf/layer.conf | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/conf/layer.conf b/conf/layer.conf
>> index 84ab5f7..2100ffb 100644
>> --- a/conf/layer.conf
>> +++ b/conf/layer.conf
>> @@ -8,3 +8,4 @@ BBFILE_COLLECTIONS += "qt3"
>>  BBFILE_PATTERN_qt3 = "^${LAYERDIR}/"
>>  BBFILE_PRIORITY_qt3 = "6"
>>  
>> +LAYERSERIES_COMPAT_qt3-layer = "rocko"
> Shouldn't this be just qt3 like BBFILE_* variables above?
yes. I am hell bent on doing v2's today ; )

thanks,
Armin
>
> Regards,
>
>> -- 
>> 2.7.4
>>
>> -- 
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2018-04-13 23:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-13 22:41 [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT Armin Kuster
2018-04-13 22:41 ` [meta-qt3][PATCH 2/2] layer: Change LAYERSERIES_COMPAT to sumo Armin Kuster
2018-04-13 22:44 ` [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT Martin Jansa
2018-04-13 23:07   ` 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.