From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ve0-f175.google.com (mail-ve0-f175.google.com [209.85.128.175]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0B667E009A7 for ; Wed, 26 Mar 2014 07:40:07 -0700 (PDT) Received: by mail-ve0-f175.google.com with SMTP id oz11so2400405veb.34 for ; Wed, 26 Mar 2014 07:40:07 -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=S1+Thci5ZfXukGQ6FCD29mp3+fEB9JaNNZzE6y2k/SU=; b=UytEDWsnNHvOI9Mn2JTVpEwDrNcMIx7uDc5pxkI2reQiwrJ+W4+Y+0cDz9Y7y0Ijnf YYSiQ61tS8mczqb0SWlB90n62XFiJVeu6Lm23ebelVRphJpWw3FZWQO0jAlnBShVo994 BMDi/X4aSLlHafGtsQVoMoyzPjywyWWWsXH84EuKhJ6hpOVAWlQZrH7nvcPO0BG4+WLW Q5/BlT+sKXc2SfPMfPDktOLCPrQlV6atMOUf9P1fCiHsBDT362d50CKe4fwGhfOBPAju bNsPmEtg2okaGvA4Lu4BeLjzjsGpO7uFGADMAkPNAL7PZ/M2vtw5aLDtCE8iRnMcW1cQ TGNg== X-Gm-Message-State: ALoCoQkRDynsLqRvZ9RNt3ec2TRuR3EeCzAjvU6BOSa/rGjDqQ2+mFMA9awRpNAujV9rAY/3DzMs X-Received: by 10.58.34.67 with SMTP id x3mr343891vei.37.1395844806860; Wed, 26 Mar 2014 07:40:06 -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 gi4sm23495189veb.3.2014.03.26.07.40.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Mar 2014 07:40:06 -0700 (PDT) Message-ID: <5332E6C3.4080202@boundarydevices.com> Date: Wed, 26 Mar 2014 07:40:03 -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: meta-freescale@lists.yoctoproject.org References: <1395844717-6117-1-git-send-email-eric.nelson@boundarydevices.com> In-Reply-To: <1395844717-6117-1-git-send-email-eric.nelson@boundarydevices.com> Cc: diego.ml@zoho.com, otavio@ossystems.com.br Subject: Re: [PATCH] linux-boundary: remove redundant version tag from 3.10.17 kernel 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:40:10 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit This is missing proper headers. Please ignore. On 03/26/2014 07:38 AM, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb > index 3f0681a..1fc7901 100644 > --- a/recipes-kernel/linux/linux-boundary_3.10.17.bb > +++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb > @@ -9,7 +9,7 @@ DESCRIPTION = "Linux kernel for Boundary Devices boards" > SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \ > file://defconfig" > > -LOCALVERSION = "3.10.17_beta+yocto" > +LOCALVERSION = "-1.0.0_beta+yocto" > SRCBRANCH = "boundary-imx_3.10.17_1.0.0_beta" > SRCREV = "92608435c09eef1b111d6b704d016bcc769c55ca" > >