Re: [yocto] how do I find the filename of the kernel

2012-02-24 Thread Joshua Immanuel
Hello all, On Fri, 2012-02-24 at 14:56 +0530, Joshua Immanuel wrote: > I find in kernel.bbclass that the kernel file name is > constructed from "${KERNEL_IMAGETYPE}-${KERNEL_VERSION}". And the > KERNEL_VERSION is filled from the 'get_kernelversion' method in > linux-kernel-base.bbclass, wh

[yocto] how do I find the filename of the kernel

2012-02-24 Thread Joshua Immanuel
Hello all, I am trying to write a config file in grub-native recipe for which I need the kernel filename (in my case bzImage-3.0.4-yocto-standard+). I find in kernel.bbclass that the kernel file name is constructed from "${KERNEL_IMAGETYPE}-${KERNEL_VERSION}". And the KERNEL_VERSIO