From: Denys Dmytriyenko <denys@ti.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: Re: [PATCH] adjust BBPATH to be a good citizen of layer world
Date: Thu, 7 Nov 2013 11:59:51 -0500 [thread overview]
Message-ID: <20131107165950.GH4510@edge> (raw)
In-Reply-To: <CAMKF1spDWuAjV6Uf=XWBUUYM=f+C+nDzt_7iePjUfktTQ44OkA@mail.gmail.com>
On Wed, Nov 06, 2013 at 08:55:55PM -0800, Khem Raj wrote:
> On Wed, Nov 6, 2013 at 8:29 PM, Maupin, Chase <chase.maupin@ti.com> wrote:
> > This seems like a reversal of http://arago-project.org/git/meta-ti.git?a=commit;h=dabd83e96fe99d0c3d1a88be4d1637831526d217
> >
> > Looks like there may be a need to cover the different use cases and
> > understand what each person is trying to do :)
> >
>
> ah I see what caused this all pain. So now meta-ti is odd ball out.
> this patch should have never gone in.
Khem,
If you remember, we discussed this with Richard and he suggested this as a
solution to the ordering problem. Otherwise people tend to append any extra
layers _after_ oe-core, which should be the other way around in order to
override anything in there...
--
Denys
> >>-----Original Message-----
> >>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> >>bounces@yoctoproject.org] On Behalf Of Khem Raj
> >>Sent: Thursday, November 07, 2013 7:55 AM
> >>To: meta-ti@yoctoproject.org
> >>Subject: [meta-ti] [PATCH] adjust BBPATH to be a good citizen of
> >>layer world
> >>
> >>Currently, meta-ti appears as first path in BBPATH
> >>rest of layers append so lets do the same
> >>
> >>helps distros with multiple BSP layers to include meta-ti
> >>
> >>Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >>---
> >> conf/layer.conf | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >>diff --git a/conf/layer.conf b/conf/layer.conf
> >>index e39bd85..faa4ac0 100644
> >>--- a/conf/layer.conf
> >>+++ b/conf/layer.conf
> >>@@ -1,5 +1,5 @@
> >> # We have a conf and classes directory, append to BBPATH
> >>-BBPATH =. "${LAYERDIR}:"
> >>+BBPATH .= ":${LAYERDIR}"
> >>
> >> # We have a recipes directory, add to BBFILES
> >> BBFILES += "${LAYERDIR}/recipes*/*/*.bb
> >>${LAYERDIR}/recipes*/*/*.bbappend"
> >>--
> >>1.8.3.2
> >>
> >>_______________________________________________
> >>meta-ti mailing list
> >>meta-ti@yoctoproject.org
> >>https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2013-11-07 16:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-07 2:25 [PATCH] adjust BBPATH to be a good citizen of layer world Khem Raj
2013-11-07 4:29 ` Maupin, Chase
2013-11-07 4:55 ` Khem Raj
2013-11-07 16:59 ` Denys Dmytriyenko [this message]
2013-11-07 17:15 ` Khem Raj
2013-11-07 17:37 ` Denys Dmytriyenko
2013-11-07 17:42 ` Khem Raj
2013-11-07 17:47 ` Denys Dmytriyenko
2013-11-07 17:57 ` Khem Raj
2013-11-07 18:20 ` Denys Dmytriyenko
2013-11-07 18:41 ` Khem Raj
2013-11-07 17:01 ` Denys Dmytriyenko
2013-11-07 17:33 ` Khem Raj
2013-11-07 17:41 ` Denys Dmytriyenko
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=20131107165950.GH4510@edge \
--to=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=raj.khem@gmail.com \
/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.