From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 789AEE00B70; Wed, 17 Feb 2016 00:31:46 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7DA9CE00B45 for ; Wed, 17 Feb 2016 00:31:42 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1H8VeQQ002465; Wed, 17 Feb 2016 08:31:40 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id isUdf7DH3Fu5; Wed, 17 Feb 2016 08:31:40 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1H8VY67002462 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 17 Feb 2016 08:31:36 GMT Message-ID: <1455697894.28376.37.camel@linuxfoundation.org> From: Richard Purdie To: meta-freescale Date: Wed, 17 Feb 2016 08:31:34 +0000 In-Reply-To: <1454763643.27087.303.camel@linuxfoundation.org> References: <1454763643.27087.303.camel@linuxfoundation.org> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [meta-fsl-ppc] [PATCH] classes/u-boot: Update getVar syntax 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, 17 Feb 2016 08:31:46 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2016-02-06 at 13:00 +0000, Richard Purdie wrote: > This runs: > > sed -e 's:\(\.getVar([^,()]*\)):\1, False):g' -i `grep -ril getVar *` > > on the layer to update the getVar usages without an expand parameter, > This ensures the layer continues to work with bitbake master. > > There is no functionality change although some of these sites > may benefit from expand=True. > > Signed-off-by: Richard Purdie > --- > classes/qoriq_build_64bit_kernel.bbclass | 14 +++++++------- > recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb | 6 +++--- > 2 files changed, 10 insertions(+), 10 deletions(-) Could someone *please* merge this patch to meta-fsl-ppc. If this isn't merged, we can't move forward with the variable transition since the autobuilder includes this layer in its automated tests. I appreciate there have been holidays but this does need to get dealt with. I'd also note that openssl is failing to build in meta-fsl-ppc after the no-static libs change to poky. Cheers, Richard