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?
>

I replaced
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-mainline-3.8:"

with
FILESPATH_prepend := "${THISDIR}/linux-mainline-3.8:"

in my bbappend file and now ${WORKDIR}/defconfig is coming from my metadata.
Now this looks mych better!

Cheers,
Matti
_______________________________________________
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