From: Gary Thomas <gary@mlbassoc.com>
To: yocto@yoctoproject.org
Subject: Re: [meta-cgl][PATCH] meta-fsl-ppc: layer.conf: Rename BBFILE_COLLECTIONS
Date: Mon, 26 Jan 2015 06:42:54 -0700 [thread overview]
Message-ID: <54C6445E.8020500@mlbassoc.com> (raw)
In-Reply-To: <1422006426-14375-1-git-send-email-alexey_firago@mentor.com>
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
------------------------------------------------------------
prev parent reply other threads:[~2015-01-26 13:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54C6445E.8020500@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.