From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f173.google.com (mail-yk0-f173.google.com [209.85.160.173]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7CF32E00885 for ; Fri, 21 Feb 2014 13:35:44 -0800 (PST) Received: by mail-yk0-f173.google.com with SMTP id 10so7491320ykt.4 for ; Fri, 21 Feb 2014 13:35:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=jO6UnTeft/Mh3AU4nkgnfW0U1gomSw0mM54A6bcZlbw=; b=iBSDKqVMyjgWzrLWkCmSt9Q0FIb9jRmGokh+QL/jE8oj+S4u51EPhen2kB1C1Zw0ib 8TDSanlUYRgyi/QUaGaIFHzX3e5IlYYLmjkyktPl47H9VWYyTtLnPgJoIhERkNiEYdMz A1PPCwwIrEYbntZ0NwgUkD4QC5P3jxt5DkXG3ZgF4Vj9dDL32v4n7p9FQnN1aJM2jN+d 055q/xKKA/Y1UCctrkEsSrX9M2tKj0YfAI1le3iqlP07hnEemuXD7HANoS4fzGPJFUDA uyrM+FFZsrrvawRVJn1Pq0KW/dGgTI+0brgkibxztqH0wNw6/e6GP3RtBrCtIXWXWYZ2 x6Mg== X-Received: by 10.236.158.226 with SMTP id q62mr14284527yhk.2.1393018544371; Fri, 21 Feb 2014 13:35:44 -0800 (PST) Received: from goober-2.local ([75.76.20.151]) by mx.google.com with ESMTPSA id g26sm22501222yhk.3.2014.02.21.13.35.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 21 Feb 2014 13:35:43 -0800 (PST) Message-ID: <5307C6AE.6070208@gmail.com> Date: Fri, 21 Feb 2014 15:35:42 -0600 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Otavio Salvador References: <201402210726.s1L7QLYx001377@vivaldi34.register.it> <6892454454184a8b985f3cfeca402bba@BY2PR03MB379.namprd03.prod.outlook.com> <5307C43E.7060704@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: error on mesa receipt 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: Fri, 21 Feb 2014 21:35:47 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, On 2/21/14, 3:33 PM, Otavio Salvador wrote: > Hello, > > On Fri, Feb 21, 2014 at 6:25 PM, John Weber wrote: >> On 2/21/14, 6:13 AM, Daiane Angolini wrote: >>> On Fri, Feb 21, 2014 at 9:07 AM, Otavio Salvador >>> wrote: >>>> Hello Daiane and Omar, >>>> >>>> On Fri, Feb 21, 2014 at 9:00 AM, Daiane.Angolini@freescale.com >>>> wrote: >>>>> ________________________________________ >>>>> From: meta-freescale-bounces@yoctoproject.org >>>>> on behalf of pighi@selea.com >>>>> >>>>> Sent: Friday, February 21, 2014 4:26 >>>>> To: meta-freescale@yoctoproject.org >>>>> Subject: [meta-freescale] error on mesa receipt >>>>> >>>>>> 2) even with show receipe: >>>>>> >>>>>>> bitbake-layers show-recipes >>>>>> Parsing recipes..ERROR: No recipes available for: >>>>>> >>>>>> >>>>>> /home/yocto/IMX6_yocto/fsl-community-bsp/sources/meta-fsl-arm/recipes-graphics >>>>>> /mesa/mesa_9.2.2.bbappend >>>>>> >>>>> Hi Omar! Nice to see you here ;-) >>>>> >>>>> Please, bump the mesa version. You can use this commit as example: >>>>> >>>>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/commit/recipes-graphics/mesa?h=master-next&id=d04b8282a60c78ff9ef29d496ee1c039287ed77f >>>> In this specific case I fear this won't be enough. I didn't yet look >>>> at the issue but someone tried it yesterday and failed. >>>> >>>> As soon as I get a free slot I will try to get this done. >> It appears to have been caused by an entry into the newest mesa recipe: >> https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=0bdf56fdcd15aa73b290742dd6e2b54b4af3196f >> >> The bbappend removes a header file that the new recipe looks for. I killed >> the bbappend, and that caused some errors, then some warnings, and then the >> rootfs task failed utterly. >> http://privatepaste.com/4588c43274 > I cooked the fix already and I am finishing building mx53 to be sure I > didn't break anything. > > I will post the patch shortly. > As always, Otavio, thanks for the help!