* [meta-cgl][PATCH] meta-fsl-ppc: layer.conf: Rename BBFILE_COLLECTIONS
@ 2015-01-23 9:47 Alexey Firago
2015-01-26 13:42 ` Gary Thomas
0 siblings, 1 reply; 2+ messages in thread
From: Alexey Firago @ 2015-01-23 9:47 UTC (permalink / raw)
To: yocto; +Cc: Alexey Firago
BBFILE_COLLECTIONS is currently set to "cgl" which is also used
by meta-cgl-common. Some tools/scripts use this field for
automatic layers detection, so rename it to "fsl-ppc-cgl".
Signed-off-by: Alexey Firago <alexey_firago@mentor.com>
---
meta-fsl-ppc/conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf
index 6818475..be345ff 100644
--- a/meta-fsl-ppc/conf/layer.conf
+++ b/meta-fsl-ppc/conf/layer.conf
@@ -5,6 +5,6 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
-BBFILE_COLLECTIONS += "cgl"
+BBFILE_COLLECTIONS += "fsl-ppc-cgl"
BBFILE_PATTERN_cgl = "^${LAYERDIR}/"
BBFILE_PRIORITY_cgl = "7"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-cgl][PATCH] meta-fsl-ppc: layer.conf: Rename BBFILE_COLLECTIONS
2015-01-23 9:47 [meta-cgl][PATCH] meta-fsl-ppc: layer.conf: Rename BBFILE_COLLECTIONS Alexey Firago
@ 2015-01-26 13:42 ` Gary Thomas
0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2015-01-26 13:42 UTC (permalink / raw)
To: yocto
On 2015-01-23 02:47, Alexey Firago wrote:
> BBFILE_COLLECTIONS is currently set to "cgl" which is also used
> by meta-cgl-common. Some tools/scripts use this field for
> automatic layers detection, so rename it to "fsl-ppc-cgl".
>
> Signed-off-by: Alexey Firago <alexey_firago@mentor.com>
> ---
> meta-fsl-ppc/conf/layer.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf
> index 6818475..be345ff 100644
> --- a/meta-fsl-ppc/conf/layer.conf
> +++ b/meta-fsl-ppc/conf/layer.conf
> @@ -5,6 +5,6 @@ BBPATH .= ":${LAYERDIR}"
> BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
> ${LAYERDIR}/recipes-*/*/*.bbappend"
>
> -BBFILE_COLLECTIONS += "cgl"
> +BBFILE_COLLECTIONS += "fsl-ppc-cgl"
> BBFILE_PATTERN_cgl = "^${LAYERDIR}/"
> BBFILE_PRIORITY_cgl = "7"
Shouldn't these last two also be changed, e.g.
BBFILE_PATTERN_fsl-ppc-cgl
Also, why is it called 'cgl' in the first place? The logic
of that name eludes me...
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-26 13:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23 9:47 [meta-cgl][PATCH] meta-fsl-ppc: layer.conf: Rename BBFILE_COLLECTIONS Alexey Firago
2015-01-26 13:42 ` Gary Thomas
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.