All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [meta-meson][PATCH] layer.conf: avoid unnecessary early expansion with :=
@ 2013-03-19 21:59 kevin.strasser
  0 siblings, 0 replies; 2+ messages in thread
From: kevin.strasser @ 2013-03-19 21:59 UTC (permalink / raw)
  To: Christopher Larson; +Cc: yocto, Christopher Larson

> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread
* [meta-meson][PATCH] layer.conf: avoid unnecessary early expansion with :=
@ 2013-03-19  1:34 Christopher Larson
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Larson @ 2013-03-19  1:34 UTC (permalink / raw)
  To: yocto; +Cc: Christopher Larson

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"
 
-- 
1.8.2



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

end of thread, other threads:[~2013-03-19 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19 21:59 [meta-meson][PATCH] layer.conf: avoid unnecessary early expansion with := kevin.strasser
  -- strict thread matches above, loose matches on Subject: below --
2013-03-19  1:34 Christopher Larson

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.