From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9A97BE017A0 for ; Tue, 29 Oct 2013 05:40:15 -0700 (PDT) Received: by mail-la0-f44.google.com with SMTP id ep20so6362087lab.17 for ; Tue, 29 Oct 2013 05:40:14 -0700 (PDT) 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=WgIyyY0BYYRbRWjpdh/izts4U7aqGVv4EwIGd676JqQ=; b=VOC48Md6eKfEDoqyvs44qgQ1fUl2SJHlULVL0GFDsJO1lnZAU0v3EtgdoXpGC1SbiP xItps/15/KSdLHZobixtE+VrkptzmnK3aCA1Le9Y6upMmAUFy1xx9chLUy8uDTCPKs0y 55xguQxdSAL55OxDdjY56Qr7cZw8vSLg97lModKKHsdzDM7qUwtKbyFwH2cBHjLzaxww /L+LCB3PL/d3+/KozGL7l+N8NO42n4BaEj2+L06jMyfdO8NCLYrMN8U+8dnA6RX0INAB WFGRIEnE1dzzX9uldLLDUxYIYZy88XsJun6ZJMFkRSYdgLEdfQzOyEjoZmmnQcGrCVng wDXw== X-Received: by 10.152.87.79 with SMTP id v15mr14224030laz.14.1383050414751; Tue, 29 Oct 2013 05:40:14 -0700 (PDT) Received: from [10.0.1.5] ([80.232.254.7]) by mx.google.com with ESMTPSA id f4sm15229656lah.0.2013.10.29.05.40.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Oct 2013 05:40:13 -0700 (PDT) Message-ID: <526FACE7.7020009@gmail.com> Date: Tue, 29 Oct 2013 14:41:11 +0200 From: Janis Coders User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Otavio Salvador References: <526E7D7C.5070900@gmail.com> <526E7D50.8010707@freescale.com> <526E921C.2050804@freescale.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: dora branch, imx53qsb imx-lib compilation error 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, 29 Oct 2013 12:40:17 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Yes, seems like the problem was extra layer which appended linux kernel recipe and had an older version without necessary headers, which are needed for imx-lib. Thank you for help :) On 10/29/2013 03:22 AM, Otavio Salvador wrote: > On Mon, Oct 28, 2013 at 7:54 PM, Jānis Čoders wrote: >> Does it depend on kernel? In development I am using custom kernel, custom > Yes, it does. > >> layer and custom machine and then I received this error. Then I tried >> 'bibake imx-lib' with MACHINE=imx53qsb to be more sure that there are no >> mistakes in my custom confgiurations. Anyway nothing is changed for >> imx53qsb. >> Will try with completely clean dora repo sync tomorow. > This may be the root cause of it. >