From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 345AC6FFEA for ; Tue, 8 Dec 2015 10:35:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id tB8AYxLC024155; Tue, 8 Dec 2015 10:34:59 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 H6ss0w19xHAn; Tue, 8 Dec 2015 10:34:59 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id tB8AYlma024146 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 8 Dec 2015 10:34:58 GMT Message-ID: <1449570887.19730.47.camel@linuxfoundation.org> From: Richard Purdie To: Martin Jansa Date: Tue, 08 Dec 2015 10:34:47 +0000 In-Reply-To: <20151207223502.GC2249@jama> References: <1447864860.1472.56.camel@pbcl.net> <1447871842-30347-1-git-send-email-Martin.Jansa@gmail.com> <1447871842-30347-5-git-send-email-Martin.Jansa@gmail.com> <20151207223502.GC2249@jama> X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCHv3 5/6] feature-arm-vfp.inc: respect vfpv4 when setting -mfloat-abi and ARMPKGSFX_EABI X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 10:35:03 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2015-12-07 at 23:35 +0100, Martin Jansa wrote: > It's highly recommended to use the script together with memres bitbake, > the execution time is at least 10 times shorted, but the changes aren't > picked between runs, so make sure to restart bitbake after changing the > tunes. That sounds like something it should detect. Could you file a bug please, preferably with a simpler test case that shows the problem? Cheers, Richard