From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe001.messaging.microsoft.com [216.32.180.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F1436E00655 for ; Tue, 18 Dec 2012 07:25:32 -0800 (PST) Received: from mail26-va3-R.bigfish.com (10.7.14.237) by VA3EHSOBE007.bigfish.com (10.7.40.11) with Microsoft SMTP Server id 14.1.225.23; Tue, 18 Dec 2012 15:25:31 +0000 Received: from mail26-va3 (localhost [127.0.0.1]) by mail26-va3-R.bigfish.com (Postfix) with ESMTP id 78D29200CE; Tue, 18 Dec 2012 15:25:31 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1de0h1202h1e76h1d1ah1d2ahzzz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h1155h) Received: from mail26-va3 (localhost.localdomain [127.0.0.1]) by mail26-va3 (MessageSwitch) id 135584432987129_13444; Tue, 18 Dec 2012 15:25:29 +0000 (UTC) Received: from VA3EHSMHS019.bigfish.com (unknown [10.7.14.240]) by mail26-va3.bigfish.com (Postfix) with ESMTP id 063643E0156; Tue, 18 Dec 2012 15:25:29 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS019.bigfish.com (10.7.99.29) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 18 Dec 2012 15:25:28 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-005.039d.mgd.msft.net (10.84.1.17) with Microsoft SMTP Server (TLS) id 14.2.318.3; Tue, 18 Dec 2012 15:25:27 +0000 Received: from [10.29.244.61] ([10.29.244.61]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id qBIFPP09024971; Tue, 18 Dec 2012 08:25:26 -0700 Message-ID: <50D08B6C.7010102@freescale.com> Date: Tue, 18 Dec 2012 13:27:40 -0200 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "Noor, Ahsan" References: <1355839195-10260-1-git-send-email-noor_ahsan@mentor.com> In-Reply-To: <1355839195-10260-1-git-send-email-noor_ahsan@mentor.com> X-OriginatorOrg: freescale.com Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm][PATCH] linux-imx: Add a patch to fix perf compilation issue. 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: Tue, 18 Dec 2012 15:25:33 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12/18/2012 11:59 AM, Noor, Ahsan wrote: > diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb > index 4aa5f08..a3235e8 100644 > --- a/recipes-kernel/linux/linux-imx_3.0.35.bb > +++ b/recipes-kernel/linux/linux-imx_3.0.35.bb > @@ -13,3 +13,6 @@ LOCALVERSION = "-12.09.01+yocto" > > # iMX6Q SabreLITE changes done by Boundary Devices > SRC_URI_append_imx6qsabrelite = " file://sync-boundary-changes.patch" > + > +SRC_URI += "file://fix_of_getrusage.patch \ > + " It's missing a BUMP here. Daiane