All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] conf/layer.conf: Use .= to append to BBPATH and	+= for BBFILES
Date: Mon, 09 May 2011 09:17:07 -0700	[thread overview]
Message-ID: <4DC81383.4080501@linux.intel.com> (raw)
In-Reply-To: <1304658053-15502-1-git-send-email-raj.khem@gmail.com>

On 05/05/2011 10:00 PM, Khem Raj wrote:
> This helps bitbake in organising BBPATH and BBFILES with given
> BBFILE_PRIORITY order
>
> Signed-off-by: Khem Raj<raj.khem@gmail.com>
> ---
>   meta/conf/layer.conf |    5 ++---
>   1 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
> index 5287417..3f63c7d 100644
> --- a/meta/conf/layer.conf
> +++ b/meta/conf/layer.conf
> @@ -1,9 +1,8 @@
>   BBPATH ?= ""
>   # We have a conf and classes directory, add to BBPATH
> -BBPATH := "${BBPATH}:${LAYERDIR}"
> -
> +BBPATH .= ":${LAYERDIR}"
>   # We have a packages directory, add to BBFILES
> -BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb ${LAYERDIR}/recipes-*/*/*.bb"
> +BBFILES += "${LAYERDIR}/packages/*/*.bb ${LAYERDIR}/recipes-*/*/*.bb"
>
>   BBFILE_COLLECTIONS += "normal"
>   BBFILE_PATTERN_normal := "^${LAYERDIR}/"

Merged into oe-core

Thanks
	Sau!



      reply	other threads:[~2011-05-09 16:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-06  5:00 [PATCH] conf/layer.conf: Use .= to append to BBPATH and += for BBFILES Khem Raj
2011-05-09 16:17 ` Saul Wold [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=4DC81383.4080501@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.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.