From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ve0-f171.google.com (mail-ve0-f171.google.com [209.85.128.171]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 61CD5E008D6 for ; Wed, 26 Mar 2014 07:17:45 -0700 (PDT) Received: by mail-ve0-f171.google.com with SMTP id cz12so2428604veb.30 for ; Wed, 26 Mar 2014 07:17:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Bl6g4Kpey2V89/dneS2VWz4/7XSHJ5808XPnE0NLlrQ=; b=jc2n5SM2dCc3/Zo1HPmOIMbKEn/+zfJ3MAqH8aADYajMHBTu8wqw7IiyI48nmvaXac gV7hW+rek9uoGRVffBch+yAwRRSwgjSqtAO7cd2kpXs/FiRpsnlpPy+v8TuxWVVEXtmE yRSPTfj/TJlolDgexksIWUHkvuxpQ89FggpC+e1Po3Ru3oIz2/Q3xHpTIj/598dtNfAa 90aEUakSva2NvlxYwVOLn+bLfTTDK+d3KPD4Xym3xd3aXqbDbCEKW80TdmK2aRzZzmpU 4GmdxaEJChliaZv6TXII/T2OGT5oPvN7q19i4MB2HIyeYKUl13HFkwfOvXBlyUxgP4m2 Rr8w== X-Gm-Message-State: ALoCoQkAb1uIY73bvlaqqrTMLCCUENa18mueuGu1jaeYG9Rzg4cCq6StsfKKBu8qZpdudQSQYxwm X-Received: by 10.220.139.198 with SMTP id f6mr41862vcu.47.1395843465329; Wed, 26 Mar 2014 07:17:45 -0700 (PDT) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id zb18sm38548340vdb.18.2014.03.26.07.17.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Mar 2014 07:17:44 -0700 (PDT) Message-ID: <5332E185.5050604@boundarydevices.com> Date: Wed, 26 Mar 2014 07:17:41 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Otavio Salvador , Diego References: <10578166.CCY8EW3XcK@localhost.localdomain> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: Kernel Image name X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 14:17:46 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Otavio and Diego, On 03/26/2014 05:40 AM, Otavio Salvador wrote: > On Wed, Mar 26, 2014 at 8:54 AM, Diego 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