* [meta-fsl-arm][PATCH] libz160: Add compatible machine to 'mx5'
@ 2014-04-30 13:13 Otavio Salvador
2014-04-30 13:31 ` Mario Domenech Goulart
0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-04-30 13:13 UTC (permalink / raw)
To: meta-freescale Mailing List; +Cc: Otavio Salvador
Restrict the recipe to be used for 'mx5' SoCs only.
Change-Id: I9084cc525c7136b23e1c5522079c38bd12df7087
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb
index 16cfa9f..1ff762a 100644
--- a/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb
+++ b/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb
@@ -29,3 +29,5 @@ INSANE_SKIP_${PN} = "ldflags"
INSANE_SKIP_${PN}-dev = "ldflags"
FILES_${PN} = "${libdir}/*.so"
FILES_${PN}-dev = "${includedir}"
+
+COMPATIBLE_MACHINE = "(mx5)"
--
2.0.0.rc0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-fsl-arm][PATCH] libz160: Add compatible machine to 'mx5'
2014-04-30 13:13 [meta-fsl-arm][PATCH] libz160: Add compatible machine to 'mx5' Otavio Salvador
@ 2014-04-30 13:31 ` Mario Domenech Goulart
2014-04-30 13:35 ` Otavio Salvador
0 siblings, 1 reply; 4+ messages in thread
From: Mario Domenech Goulart @ 2014-04-30 13:31 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale Mailing List
On Wed, 30 Apr 2014 10:13:45 -0300 Otavio Salvador <otavio@ossystems.com.br> wrote:
> Restrict the recipe to be used for 'mx5' SoCs only.
With regard to the patch summary: isn't it the other way around? I
mean, something like "add mx5 to compatible machine".
> Change-Id: I9084cc525c7136b23e1c5522079c38bd12df7087
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb
> index 16cfa9f..1ff762a 100644
> --- a/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb
> +++ b/recipes-graphics/amd-gpu-x11-bin/libz160_11.09.01.bb
> @@ -29,3 +29,5 @@ INSANE_SKIP_${PN} = "ldflags"
> INSANE_SKIP_${PN}-dev = "ldflags"
> FILES_${PN} = "${libdir}/*.so"
> FILES_${PN}-dev = "${includedir}"
> +
> +COMPATIBLE_MACHINE = "(mx5)"
> --
> 2.0.0.rc0
Best wishes.
Mario
--
http://www.ossystems.com.br
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [meta-fsl-arm][PATCH] libz160: Add compatible machine to 'mx5'
2014-04-30 13:31 ` Mario Domenech Goulart
@ 2014-04-30 13:35 ` Otavio Salvador
2014-04-30 13:50 ` Mario Domenech Goulart
0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-04-30 13:35 UTC (permalink / raw)
To: Mario Domenech Goulart; +Cc: meta-freescale Mailing List
On Wed, Apr 30, 2014 at 10:31 AM, Mario Domenech Goulart
<mario@ossystems.com.br> wrote:
> On Wed, 30 Apr 2014 10:13:45 -0300 Otavio Salvador <otavio@ossystems.com.br> wrote:
>
>> Restrict the recipe to be used for 'mx5' SoCs only.
>
> With regard to the patch summary: isn't it the other way around? I
> mean, something like "add mx5 to compatible machine".
Like:
libz160: Add 'mx5' in compatible machine
Restrict the recipe to be used for 'mx5' SoCs only.
Change-Id: I9084cc525c7136b23e1c5522079c38bd12df7087
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-fsl-arm][PATCH] libz160: Add compatible machine to 'mx5'
2014-04-30 13:35 ` Otavio Salvador
@ 2014-04-30 13:50 ` Mario Domenech Goulart
0 siblings, 0 replies; 4+ messages in thread
From: Mario Domenech Goulart @ 2014-04-30 13:50 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale Mailing List
On Wed, 30 Apr 2014 10:35:14 -0300 Otavio Salvador <otavio@ossystems.com.br> wrote:
> On Wed, Apr 30, 2014 at 10:31 AM, Mario Domenech Goulart
> <mario@ossystems.com.br> wrote:
>> On Wed, 30 Apr 2014 10:13:45 -0300 Otavio Salvador <otavio@ossystems.com.br> wrote:
>>
>>> Restrict the recipe to be used for 'mx5' SoCs only.
>>
>> With regard to the patch summary: isn't it the other way around? I
>> mean, something like "add mx5 to compatible machine".
>
> Like:
>
> libz160: Add 'mx5' in compatible machine
Yeah, something like that. Not really sure if `in' is the right word
for that context (I'd say `to'). To be honest, I'd use the actual
variable name (COMPATIBLE_MACHINE) instead of `compatible machine'.
> Restrict the recipe to be used for 'mx5' SoCs only.
>
> Change-Id: I9084cc525c7136b23e1c5522079c38bd12df7087
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Best wishes.
Mario
--
http://www.ossystems.com.br
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-04-30 13:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-30 13:13 [meta-fsl-arm][PATCH] libz160: Add compatible machine to 'mx5' Otavio Salvador
2014-04-30 13:31 ` Mario Domenech Goulart
2014-04-30 13:35 ` Otavio Salvador
2014-04-30 13:50 ` Mario Domenech Goulart
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.