From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from correo.horus.es (correo.horus.es [2.139.157.236]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 65F27E0044C for ; Thu, 26 Sep 2013 05:24:03 -0700 (PDT) Received: from [172.30.250.61] (172.30.250.61) by horus27 (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 05C5FC; Thu, 26 Sep 2013 14:24:01 +0200 Message-ID: <52442763.90108@horus.es> Date: Thu, 26 Sep 2013 14:24:03 +0200 From: =?ISO-8859-1?Q?Jose_M=AA_Ferreiro?= User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121005 Thunderbird/16.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: In-Reply-To: X-AxigenVirus-Level: 1 X-AxigenSpam-Level: 2 Subject: Master - Perf compile 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: Thu, 26 Sep 2013 12:24:05 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hello We are trying to build Yocto master with linux-fslc for a iMX6Q Sabrelite board and we got this error at perf.c: #include No such file or directory This line from perf tool has changed from dylan to master. At dylan it was: #include "util/debugfs.h" On the other way, linux-imx must have that header (because it compiles with Yocto master) but I donīt know if I can use them ... or how to use them. Also I looked for and I found some people saying linux-fslc does not provide some headers, but I can not find anyone saying how I can add them. Any clue? Thank you and best regards