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 0A2A5E004D1 for ; Sat, 5 Jan 2013 06:02:03 -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 C4ADE207877E; Sat, 5 Jan 2013 08:02:02 -0600 (CST) Message-ID: <50E83258.3070004@mindchasers.com> Date: Sat, 05 Jan 2013 09:02:00 -0500 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: McClintock Matthew-B29882 References: <50D7F3EA.5030003@mindchasers.com> <70CC66F5C30A414DADDA6973E4CA391A8168FE@039-SN1MPN1-002.039d.mgd.msft.net> In-Reply-To: <70CC66F5C30A414DADDA6973E4CA391A8168FE@039-SN1MPN1-002.039d.mgd.msft.net> Cc: "meta-freescale@yoctoproject.org" Subject: Re: QorIQ SDKV1.3: bitbake chokes on parsing package.bbclass... 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: Sat, 05 Jan 2013 14:02:04 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 01/02/2013 02:17 PM, McClintock Matthew-B29882 wrote: > On Mon, Dec 24, 2012 at 12:19 AM, Bob Cochran wrote: >> Hello, >> >> Just started working with yocto sdkv1.3 tonight, which I downloaded from FSL >> web site. I'm working with p1010rdb, and I tried to bake some custom >> recipes. >> >> parse_python() inside codeparser.py errors (IndentationError: unexpected >> indent) when it tries to parse python function populate_packages inside >> package.bbclass. >> >> It looks like it is choking on the tabs inside populate_packages(). >> >> FYI: package.bbclass was patched on yocto's poky master branch on 7/11 to >> convert tabs into 4 spaces (commit: >> bfd279de3275abbfaf3e630383ec244131e0375f). >> >> Looking at FSL's poky.git on git.freescale.com, it appears that this patch >> wasn't picked up. > > Can you clarify what repo's you are using? > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-ppc/tree/README?h=master-next > > This list is more focused on the yoctoproject.org repos > > -M > Matthew, Yes, I was referring to the sdk1.3 release that I pulled down from the FSL website. The problem is with the poky meta data, so that's why I posted the problem here. Where should I have posted the problem? Thanks, Bob