Re: [OE-core] [PATCH] u-boot: make FILESDIR a shared setting via FILESPATH

2012-07-05 Thread Saul Wold
On 07/04/2012 08:23 AM, Paul Gortmaker wrote: The setting is the same in all recipes, so move it to the shared settings in u-boot.inc Since FILESDIR is also being phased out, use the FILESPATH setting as suggested by Richard Purdie. Cc: Richard Purdie Signed-off-by: Paul Gortmaker --- [ PG:

Re: [OE-core] [PATCH] u-boot: make FILESDIR a shared setting via FILESPATH

2012-07-04 Thread Richard Purdie
On Wed, 2012-07-04 at 17:38 +0200, Martin Jansa wrote: > On Wed, Jul 04, 2012 at 11:23:45AM -0400, Paul Gortmaker wrote: > > The setting is the same in all recipes, so move it to > > the shared settings in u-boot.inc > > > > Since FILESDIR is also being phased out, use the FILESPATH > > setting as

Re: [OE-core] [PATCH] u-boot: make FILESDIR a shared setting via FILESPATH

2012-07-04 Thread Martin Jansa
On Wed, Jul 04, 2012 at 11:23:45AM -0400, Paul Gortmaker wrote: > The setting is the same in all recipes, so move it to > the shared settings in u-boot.inc > > Since FILESDIR is also being phased out, use the FILESPATH > setting as suggested by Richard Purdie. Shouldn't it be added in FILESEXTRAP

[OE-core] [PATCH] u-boot: make FILESDIR a shared setting via FILESPATH

2012-07-04 Thread Paul Gortmaker
The setting is the same in all recipes, so move it to the shared settings in u-boot.inc Since FILESDIR is also being phased out, use the FILESPATH setting as suggested by Richard Purdie. Cc: Richard Purdie Signed-off-by: Paul Gortmaker --- [ PG: Retested builds for 8315 and beagleboard ] met