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 53CF36011A for ; Fri, 24 Feb 2017 21:24:40 +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 v1OLOcd0019809; Fri, 24 Feb 2017 21:24:38 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 zS07pKa3Tv3m; Fri, 24 Feb 2017 21:24:38 +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 v1OLOVOl019802 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 24 Feb 2017 21:24:34 GMT Message-ID: <1487971470.30253.14.camel@linuxfoundation.org> From: Richard Purdie To: Peter Kjellerstedt , bitbake-devel@lists.openembedded.org Date: Fri, 24 Feb 2017 13:24:30 -0800 In-Reply-To: <00321a9f25646b839353eca39092ac2d0a2da225.1487690243.git.pkj@axis.com> References: <00321a9f25646b839353eca39092ac2d0a2da225.1487690243.git.pkj@axis.com> X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 2/2] Make use of the new bb.utils.filter() function X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2017 21:24:41 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2017-02-21 at 16:19 +0100, Peter Kjellerstedt wrote: > Signed-off-by: Peter Kjellerstedt This really needs to go to the openembedded-core list. It also means we have to bump the minimum bitbake version. I have queued this in master- next along with a version bump. Since OE-Core does change quite quickly and there have been changes, the patch also didn't 100% apply. Could you check for the recipes where the changes didn't apply and send an updated against master-next to the oe-core list please? Cheers, Richard