Re: [OE-core] [PATCH v2] kernel.bbclass: Find the kernel consistently.

2011-08-29 Thread Richard Purdie
On Fri, 2011-08-26 at 10:21 +0100, Mike Crowe wrote: > Use KERNEL_OUTPUT variable to find the generated kernel image rather than > duplicating the existing path. This also means it can be overridden simply. > > Signed-off-by: Mike Crowe > --- > meta/classes/kernel.bbclass |6 +++--- > 1 file

[OE-core] [PATCH v2] kernel.bbclass: Find the kernel consistently.

2011-08-26 Thread Mike Crowe
Use KERNEL_OUTPUT variable to find the generated kernel image rather than duplicating the existing path. This also means it can be overridden simply. Signed-off-by: Mike Crowe --- meta/classes/kernel.bbclass |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/class