Ulf,
I'm not quite sure what you mean.
I've understood that layers (read layer.conf files) are scanned through
using locations and order found in BBLAYERS variable set in bblayers.conf
file. BBPATH is initialized in bblayers.conf as ${TOPDIR}. Thereafter (my
wild guess) BBPATH is appended (or prepended) with values given in the the
layer.conf files. I switched to prepending and it did not help this issue.
I have set my layer as the first instance in BBLAYERS variable whereas
meta-beagleboard/common-bsp is somewhere in the middle. My layer is using
prepending when assigning in BBPATH (should be the first instance also in
BBPATH) whereas meta-beagleboard/common-bsp uses appending. Therefore, my
layer should be handled before meta-beagleboard/common-bsp, should it not?

I may have understood this all wrong, though.

Regards,
Matti


2013/10/23 Ulf Samuelsson <angstrom-...@emagii.com>

> You are looking in the wrong file.
> In Angstrom, you need to change BBPATH in setup-scripts/conf/bblayers.conf
> Not in the layer.conf in your own layer.
>
> Best Regards
> Ulf Samuelsson
> u...@emagii.com
>
> 23 okt 2013 kl. 14:24 skrev matti kaasinen <matti.kaasi...@gmail.com>:
>
> > 2013/10/23 matti kaasinen <matti.kaasi...@gmail.com>
> >
> >> for conf and include files it will use the BBPATH and not priority
> >>> which means your layer should appear before meta-beagleboard in BBPATH
> >>> order.
> >>
> >>
> > It did not help chnging BBPATH in layer.conf
> > It used to be
> > BBPATH .= ":${LAYERDIR}"
> > and I changed it to:
> > BBPATH =. "${LAYERDIR}:"
> >
> > It still fetches beaglebone's defconfig.
> >
> > Should I change my bbappend file instad not using FILESEXTRAPATHS_prepend
> > but using FILESPATH_prepend instead?
> > Do FILESPATH have precedence over FILESEXTRAPATHS?
> >
> > Cheers,
> > Matti
> > _______________________________________________
> > Angstrom-distro-devel mailing list
> > Angstrom-distro-devel@linuxtogo.org
> >
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
>
> _______________________________________________
> Angstrom-distro-devel mailing list
> Angstrom-distro-devel@linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
>
_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to