From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 25692E011AF for ; Tue, 27 Nov 2012 16:52:10 -0800 (PST) Received: from [192.168.1.11] (c-68-46-169-75.hsd1.nj.comcast.net [68.46.169.75]) by smtp.webfaction.com (Postfix) with ESMTP id 0ADB9207BDE5 for ; Tue, 27 Nov 2012 18:52:08 -0600 (CST) Message-ID: <50B56037.8050904@mindchasers.com> Date: Tue, 27 Nov 2012 19:52:07 -0500 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org Subject: problem building linux-qoriq-sdk-headers in meta-fsl-ppc master branch 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, 28 Nov 2012 00:52:10 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello, While using the poky master branch and the meta-fsl-ppc master branch, I experienced build errors while baking linux-qoriq-sdk-headers. The build reported an error that the two patch files, which are specified in linux-qoriq-sdk.inc, couldn't be fetched. The two patch files are currently found in poky/meta-fsl-ppc/recipes-kernel/linux. As a workaround, I created a subdirectory called files and moved the patches there. It then built without further errors. Do I have a path problem, or was it just wrong to have the patches at the same directory level as the recipes? Thanks, Bob