On Thu, 26 Feb 2015, Paul Eggleton wrote:
> Our policy in OE-Core (and the layers under meta-openembedded) is to
> move away from files/ to ${BPN} for a bit of consistency - if you
> use ${BPN} it then doesn't matter if you have more than one recipe
> in a directory, the files for each recipe are
On Thursday 26 February 2015 04:12:33 Robert P. J. Day wrote:
> On Wed, 25 Feb 2015, Joe MacDonald wrote:
> > [[yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend] On
15.02.25 (Wed 03:54) Robert P. J. Day wrote:
> > > minor quibble about kernel dev manua
On Thu, 26 Feb 2015, Robert P. J. Day wrote:
... snip ...
> sort of related to this, but in a *regular* recipe (not a bbappend),
> the default FILESPATH is set in base.bbclass:
>
> FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}",
> "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"
On Wed, 25 Feb 2015, Joe MacDonald wrote:
> [[yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend] On
> 15.02.25 (Wed 03:54) Robert P. J. Day wrote:
>
> >
> > minor quibble about kernel dev manual -- section 2.2.1, "creating
> > the a
On 2/25/15, 12:54 AM, "Robert P. J. Day" wrote:
>
> minor quibble about kernel dev manual -- section 2.2.1, "creating
>the append file", uses the example of:
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
>while section 2.2.3 uses:
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
>
>both
>To: Robert P. J. Day
>Cc: Yocto discussion list
>Subject: Re: [yocto] kernel manual: confusing coverage of
>FILESEXTRAPATHS_prepend
>
>[[yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend]
>On 15.02.25 (Wed 03:54) Robert P. J. Day wrote:
>
>>
>&g
On 2015-02-25 06:44, Joe MacDonald wrote:
[[yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend] On
15.02.25 (Wed 03:54) Robert P. J. Day wrote:
minor quibble about kernel dev manual -- section 2.2.1, "creating
the append file", uses the
[[yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend] On
15.02.25 (Wed 03:54) Robert P. J. Day wrote:
>
> minor quibble about kernel dev manual -- section 2.2.1, "creating
> the append file", uses the example of:
>
> FILESEXTRAPATHS_prepend := "
minor quibble about kernel dev manual -- section 2.2.1, "creating
the append file", uses the example of:
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
while section 2.2.3 uses:
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
both sections kind of implying that that's the way to do it, with