Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-26 Thread Robert P. J. Day
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

Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-26 Thread Paul Eggleton
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

Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-26 Thread Robert P. J. Day
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"

Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-26 Thread Robert P. J. Day
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

Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-25 Thread Darren Hart
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

Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-25 Thread Rifenbark, Scott M
>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

Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-25 Thread Gary Thomas
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

Re: [yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-25 Thread Joe MacDonald
[[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 := "

[yocto] kernel manual: confusing coverage of FILESEXTRAPATHS_prepend

2015-02-25 Thread Robert P. J. Day
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