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 E0EB4E01470 for ; Sun, 23 Dec 2012 22:19:26 -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 BDC0866EDD48 for ; Mon, 24 Dec 2012 00:19:25 -0600 (CST) Message-ID: <50D7F3EA.5030003@mindchasers.com> Date: Mon, 24 Dec 2012 01:19:22 -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: "meta-freescale@yoctoproject.org" Subject: 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: Mon, 24 Dec 2012 06:19:27 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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. Bob