* should BBFILES also refer to .inc files?
@ 2012-12-17 21:27 Robert P. J. Day
2012-12-17 22:08 ` Mark Hatle
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2012-12-17 21:27 UTC (permalink / raw)
To: OE Core mailing list
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.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: should BBFILES also refer to .inc files?
2012-12-17 21:27 should BBFILES also refer to .inc files? Robert P. J. Day
@ 2012-12-17 22:08 ` Mark Hatle
2012-12-18 11:52 ` Robert P. J. Day
0 siblings, 1 reply; 3+ messages in thread
From: Mark Hatle @ 2012-12-17 22:08 UTC (permalink / raw)
To: openembedded-core
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
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: should BBFILES also refer to .inc files?
2012-12-17 22:08 ` Mark Hatle
@ 2012-12-18 11:52 ` Robert P. J. Day
0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2012-12-18 11:52 UTC (permalink / raw)
To: Mark Hatle; +Cc: openembedded-core
On Mon, 17 Dec 2012, Mark Hatle wrote:
> 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.
i thought as much, i just never lose the ability to be surprised by
oddities i run across.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-12-18 12:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-17 21:27 should BBFILES also refer to .inc files? Robert P. J. Day
2012-12-17 22:08 ` Mark Hatle
2012-12-18 11:52 ` Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox