[meta-ti] [PATCH] adjust BBPATH to be a good citizen of layer world
Denys Dmytriyenko
denys at ti.com
Thu Nov 7 09:41:28 PST 2013
On Thu, Nov 07, 2013 at 09:33:33AM -0800, Khem Raj wrote:
>
> On Nov 7, 2013, at 9:01 AM, Denys Dmytriyenko <denys at ti.com> wrote:
>
> > NAK for now, as there was a chance to comment on the proposed change:
>
> well. I did not try, that change however its not that its set in stone
> either. now meta-ti appears appears first no matter what in angstrom in
> BBPATH and shadows meta-beagleboard which also provides definitions for
> beaglebone.conf which I want to use and no matter what I try unless I start
> changing the other layers to prepend as well I do not get the right order. I
> can happily punt out meta-ti or fork it but thats not the solution I am
> looking for.
Indeed - one of the problems I just described in the other reply to this
thread.
Anyway, what really bothers me, is that you, me and Richard had this exact
discussion at ELCE and agreed that prepending should solve the issue... :)
> > http://thread.gmane.org/gmane.linux.embedded.yocto.meta-ti/2939
> >
> > On Wed, Nov 06, 2013 at 06:25:26PM -0800, Khem Raj wrote:
> >> 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 at 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 at yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/meta-ti
>
More information about the meta-ti
mailing list