[meta-freescale] Kernel Image name

Eric Nelson eric.nelson at boundarydevices.com
Wed Mar 26 07:17:41 PDT 2014


Hi Otavio and Diego,

On 03/26/2014 05:40 AM, Otavio Salvador wrote:
> On Wed, Mar 26, 2014 at 8:54 AM, Diego <diego.ml at zoho.com> wrote:
>> Hi everybody,
>>
>> is anybody else getting working but oddly named kernel images with repeated
>> "3.10.17"?
>>
>> In particulare i'm seeing:
>> $ mkimage -l uImage
>> Image Name:   Linux-3.10.173.10.17_beta+yocto+
>>
>> and modules named:
>> "/lib/modules/3.10.173.10.17_beta+yocto+g..."
>>
>> I'm using Boundary Nitrogen6x.
>
> I didn't test it recently but Eric does quite often. Eric, did you see it?
>

I hadn't noticed it, but I see where it's coming from:

The LOCALVERSION tag here:
	http://github.com/Freescale/meta-fsl-arm-extra/blob/master/recipes-kernel/linux/linux-boundary_3.10.17.bb#L12

Looks like it should start with a separator, and not contain
the kernel version:
	http://github.com/Freescale/meta-fsl-arm-extra/blob/master/recipes-kernel/linux/linux-boundary_3.0.35.bb#L12

I think the proper value for that variable is this:

	LOCALVERSION = "-1.0.0_beta+yocto"

I'll send a patch shortly.

Regards,


Eric


More information about the meta-freescale mailing list