Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-30 Thread Richard Purdie
On Thu, 2013-05-30 at 09:29 +0100, Paul Eggleton wrote: > On Wednesday 29 May 2013 15:44:58 Mark Hatle wrote: > > On 5/29/13 2:59 PM, Phil Blundell wrote: > > > On Wed, 2013-05-29 at 11:30 -0500, Mark Hatle wrote: > > >> It's up to the tooling that are using these files to check if the > > >> direc

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-30 Thread Paul Eggleton
On Wednesday 29 May 2013 15:44:58 Mark Hatle wrote: > On 5/29/13 2:59 PM, Phil Blundell wrote: > > On Wed, 2013-05-29 at 11:30 -0500, Mark Hatle wrote: > >> It's up to the tooling that are using these files to check if the > >> directory > >> exists, if it does not -- then using bitbake -c patch w

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Mark Hatle
On 5/29/13 2:59 PM, Phil Blundell wrote: On Wed, 2013-05-29 at 11:30 -0500, Mark Hatle wrote: It's up to the tooling that are using these files to check if the directory exists, if it does not -- then using bitbake -c patch will create it. (even in the sstate-cache case.) I'm not sure whether

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Phil Blundell
On Wed, 2013-05-29 at 11:30 -0500, Mark Hatle wrote: > It's up to the tooling that are using these files to check if the directory > exists, if it does not -- then using bitbake -c patch will create > it. > (even in the sstate-cache case.) I'm not sure whether checking that the directory exist

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Khem Raj
On Wednesday, May 29, 2013, Mark Hatle wrote: > On 5/29/13 10:59 AM, Martin Jansa wrote: >> >> On Wed, May 29, 2013 at 10:09:44AM -0500, Mark Hatle wrote: >>> >>> Add S(ource) and B(uild) directory information to the recipe pkgdata files. >>> This allows external tools to find the appropriate info

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Mark Hatle
On 5/29/13 10:59 AM, Martin Jansa wrote: On Wed, May 29, 2013 at 10:09:44AM -0500, Mark Hatle wrote: Add S(ource) and B(uild) directory information to the recipe pkgdata files. This allows external tools to find the appropriate information, and be able to easily access the corresponding sources

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Martin Jansa
On Wed, May 29, 2013 at 10:09:44AM -0500, Mark Hatle wrote: > Add S(ource) and B(uild) directory information to the recipe pkgdata files. > This allows external tools to find the appropriate information, and be able > to easily access the corresponding sources and build directories. > > Signed-off

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Mark Hatle
On 5/29/13 10:11 AM, Paul Eggleton wrote: On Wednesday 29 May 2013 10:09:44 Mark Hatle wrote: Add S(ource) and B(uild) directory information to the recipe pkgdata files. This allows external tools to find the appropriate information, and be able to easily access the corresponding sources and bui

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Paul Eggleton
On Wednesday 29 May 2013 10:09:44 Mark Hatle wrote: > Add S(ource) and B(uild) directory information to the recipe pkgdata files. > This allows external tools to find the appropriate information, and be able > to easily access the corresponding sources and build directories. > > Signed-off-by: Mar

[OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Mark Hatle
Add S(ource) and B(uild) directory information to the recipe pkgdata files. This allows external tools to find the appropriate information, and be able to easily access the corresponding sources and build directories. Signed-off-by: Mark Hatle --- meta/classes/package.bbclass | 2 ++ 1 file chan