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 E548573174 for ; Fri, 13 May 2016 17:11:27 +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 u4DH8vCZ022187; Fri, 13 May 2016 18:11:25 +0100 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 ztMX5mtnaWvG; Fri, 13 May 2016 18:11:25 +0100 (BST) 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 u4DHBM0m022612 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 13 May 2016 18:11:23 +0100 Message-ID: <1463159482.9746.119.camel@linuxfoundation.org> From: Richard Purdie To: Ed Bartosh , openembedded-core@lists.openembedded.org Date: Fri, 13 May 2016 18:11:22 +0100 In-Reply-To: References: X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH v3 0/6] bmaptool support 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: Fri, 13 May 2016 17:11:28 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2016-05-02 at 15:22 +0300, Ed Bartosh wrote: > This patchset adds ability to use bmaptool to flash images faster > than > using traditional methods. It contains bmap-tools recipe and > generation > of .bmap files for the images generated by bitbake and wic. I'm happy to merge this assuming it passes testing. Could you resend the two wic changes against master-next please though (which is after the wic python 3 changes). I resolved some of the earlier conflicts but those were getting too involved. Cheers, Richard