Re: [OE-core] [PATCH] image_types: fix default location of kernel when generating elf images

2013-05-03 Thread Tomas Frydrych
On 03/05/13 12:50, Richard Purdie wrote: > On Wed, 2013-05-01 at 21:51 +0100, Tomas Frydrych wrote: >> On 01/05/13 21:29, Darren Hart wrote: >>> >>> >>> On 05/01/2013 01:24 PM, tf+lists.yo...@r-finger.com wrote: From: Tomas Frydrych The kernel is now located in DEPLOY_DIR_IMAGE rath

Re: [OE-core] [PATCH] image_types: fix default location of kernel when generating elf images

2013-05-03 Thread Richard Purdie
On Wed, 2013-05-01 at 21:51 +0100, Tomas Frydrych wrote: > On 01/05/13 21:29, Darren Hart wrote: > > > > > > On 05/01/2013 01:24 PM, tf+lists.yo...@r-finger.com wrote: > >> From: Tomas Frydrych > >> > >> The kernel is now located in DEPLOY_DIR_IMAGE rather than sysroot. > >> > >> Signed-off-by:

Re: [OE-core] [PATCH] image_types: fix default location of kernel when generating elf images

2013-05-01 Thread Tomas Frydrych
On 01/05/13 21:29, Darren Hart wrote: > > > On 05/01/2013 01:24 PM, tf+lists.yo...@r-finger.com wrote: >> From: Tomas Frydrych >> >> The kernel is now located in DEPLOY_DIR_IMAGE rather than sysroot. >> >> Signed-off-by: Tomas Frydrych >> --- >> meta/classes/image_types.bbclass |2 +- >> 1

Re: [OE-core] [PATCH] image_types: fix default location of kernel when generating elf images

2013-05-01 Thread Darren Hart
On 05/01/2013 01:24 PM, tf+lists.yo...@r-finger.com wrote: > From: Tomas Frydrych > > The kernel is now located in DEPLOY_DIR_IMAGE rather than sysroot. > > Signed-off-by: Tomas Frydrych > --- > meta/classes/image_types.bbclass |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[OE-core] [PATCH] image_types: fix default location of kernel when generating elf images

2013-05-01 Thread tf+lists . yocto
From: Tomas Frydrych The kernel is now located in DEPLOY_DIR_IMAGE rather than sysroot. Signed-off-by: Tomas Frydrych --- meta/classes/image_types.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass