From: kevin.strasser@linux.intel.com
To: "Christopher Larson" <kergoth@gmail.com>
Cc: yocto@yoctoproject.org, Christopher Larson <chris_larson@mentor.com>
Subject: Re: [meta-meson][PATCH] layer.conf: avoid unnecessary early expansion with :=
Date: Tue, 19 Mar 2013 14:59:51 -0700 (PDT) [thread overview]
Message-ID: <36911.10.7.202.65.1363730391.squirrel@linux.intel.com> (raw)
> From: Christopher Larson <chris_larson@mentor.com>
>
> bitbake handles immediate expansions of LAYERDIR for us automatically.
>
> Signed-off-by: Christopher Larson <chris_larson@mentor.com>
> ---
> conf/layer.conf | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 8bd75d8..f463203 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -1,10 +1,10 @@
> # We have a conf and classes directory, add to BBPATH
> -BBPATH := "${LAYERDIR}:${BBPATH}"
> +BBPATH =. "${LAYERDIR}:"
>
> # We have a packages directory, add to BBFILES
> -BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb
> ${LAYERDIR}/recipes-*/*/*.bbappend"
> +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb
> ${LAYERDIR}/recipes-*/*/*.bbappend"
>
> BBFILE_COLLECTIONS += "meta-meson"
> -BBFILE_PATTERN_meta-meson := "^${LAYERDIR}/"
> +BBFILE_PATTERN_meta-meson = "^${LAYERDIR}/"
> BBFILE_PRIORITY_meta-meson = "8"
Merged this and the meta-meson-bsp version, thank you.
-Kevin
next reply other threads:[~2013-03-19 21:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-19 21:59 kevin.strasser [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-03-19 1:34 [meta-meson][PATCH] layer.conf: avoid unnecessary early expansion with := Christopher Larson
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=36911.10.7.202.65.1363730391.squirrel@linux.intel.com \
--to=kevin.strasser@linux.intel.com \
--cc=chris_larson@mentor.com \
--cc=kergoth@gmail.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.