From: Tomas Frydrych <tf+lists.yocto@r-finger.com>
To: yocto@yoctoproject.org
Subject: Re: Use of BBPATH in a layer.conf file.
Date: Mon, 03 Dec 2012 17:43:55 +0000 [thread overview]
Message-ID: <50BCE4DB.3070105@r-finger.com> (raw)
In-Reply-To: <50BBDB70.2040803@intel.com>
On 02/12/12 22:51, Scott Garman wrote:
> Robert Day has brought up an inconsistency in the way we append to
> BBPATH within a couple of our layer.conf files.
>
> In meta-hob, meta-yocto-bsp, and meta-intel, we do:
>
> BBPATH := "${BBPATH}:${LAYERDIR}"
>
> but in meta-yocto, we do:
>
> BBPATH := "${LAYERDIR}:${BBPATH}"
>
> Unless someone explains to me that it's necessary to use this different
> ordering in meta-yocto's layer.conf, I will submit a patch to make this
> more consistent.
This meta-yocto setup is intentional (there was thread about that a
while back). meta-yocto is a distro layer, and for any distro layer it
is reasonable to enforce its own precedence over any other layers is may
use, and meta-yocto chooses to do this. Non-distro layers, including all
bsp layers, are expected to always use an append operation so that they
can be stacked together.
Tomas
--
http://sleepfive.com
next prev parent reply other threads:[~2012-12-03 17:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-02 22:51 Use of BBPATH in a layer.conf file Scott Garman
2012-12-02 23:24 ` Paul Eggleton
2012-12-02 23:35 ` Scott Garman
2012-12-02 23:37 ` Paul Eggleton
2012-12-03 8:16 ` Robert P. J. Day
2012-12-03 10:34 ` Paul Eggleton
2012-12-03 17:43 ` Tomas Frydrych [this message]
2012-12-03 18:59 ` Scott Garman
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=50BCE4DB.3070105@r-finger.com \
--to=tf+lists.yocto@r-finger.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.