[OE-core] should BBFILES also refer to .inc files?

Mark Hatle mark.hatle at windriver.com
Mon Dec 17 22:08:01 UTC 2012


On 12/17/12 3:27 PM, Robert P. J. Day wrote:
>
>    looking at someone else's layer and there's this line in layer.conf:
>
> BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/recipes*/*/*.inc"
>
> is there a rationale for including .inc files in BBFILES?  i don't
> recall ever seeing that before.

This is incorrect.  Only file that are processed by the recipe parser should be 
listed.  Specifically '.bb' and '.bbappend' files.

--Mark

> rday
>





More information about the Openembedded-core mailing list