Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-05-04 Thread Scott Garman
On 05/04/2012 12:18 PM, Tom Zanussi wrote: On Fri, 2012-05-04 at 11:15 -0700, Scott Garman wrote: On 04/30/2012 12:12 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi The current code assumes that builddir == srcdir/build, which it obviously isn't sometimes. Use BUILDDIR to get the actual b

Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-05-04 Thread Tom Zanussi
On Fri, 2012-05-04 at 11:15 -0700, Scott Garman wrote: > On 04/30/2012 12:12 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > The current code assumes that builddir == srcdir/build, which it > > obviously isn't sometimes. Use BUILDDIR to get the actual builddir > > being used. > > >

Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-05-04 Thread Scott Garman
On 04/30/2012 12:12 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi The current code assumes that builddir == srcdir/build, which it obviously isn't sometimes. Use BUILDDIR to get the actual builddir being used. Fixes [YOCTO #2219]. Signed-off-by: Tom Zanussi Merged to denzil-next, thank

Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-04-30 Thread Darren Hart
On 04/30/2012 12:12 PM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > The current code assumes that builddir == srcdir/build, which it > obviously isn't sometimes. Use BUILDDIR to get the actual builddir > being used. > > Fixes [YOCTO #2219]. > > Signed-off-by: Tom Zanussi Acked-by: D

[yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-04-30 Thread tom . zanussi
From: Tom Zanussi The current code assumes that builddir == srcdir/build, which it obviously isn't sometimes. Use BUILDDIR to get the actual builddir being used. Fixes [YOCTO #2219]. Signed-off-by: Tom Zanussi --- scripts/lib/bsp/kernel.py |7 ++- 1 files changed, 6 insertions(+), 1

Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-04-27 Thread Darren Hart
On 04/27/2012 05:25 PM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > The current code assumes that builddir == srcdir/build, which it > obviously isn't sometimes. Use BUILDDIR to get the actual builddir > being used. > > Fixes [YOCTO #2219]. > > Signed-off-by: Tom Zanussi Acked-by:

[yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-04-27 Thread tom . zanussi
From: Tom Zanussi The current code assumes that builddir == srcdir/build, which it obviously isn't sometimes. Use BUILDDIR to get the actual builddir being used. Fixes [YOCTO #2219]. Signed-off-by: Tom Zanussi --- scripts/lib/bsp/kernel.py |7 ++- 1 files changed, 6 insertions(+), 1

Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-04-27 Thread Darren Hart
On 04/27/2012 12:00 PM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > The current code assumes that builddir == srcdir/build, which it > obviously isn't sometimes. Use BUILDDIR to get the actual builddir > being used. > > Fixes [YOCTO #2219]. > > Signed-off-by: Tom Zanussi > --- > s

[yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-04-18 Thread tom . zanussi
From: Tom Zanussi The current code assumes that builddir == srcdir/build, which it obviously isn't sometimes. Use BUILDDIR to get the actual builddir being used. Fixes [YOCTO #2219]. Signed-off-by: Tom Zanussi --- scripts/lib/bsp/kernel.py |7 ++- 1 files changed, 6 insertions(+), 1