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 E546260746 for ; Tue, 19 Jul 2016 08:04:19 +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 u6J83x7w028635; Tue, 19 Jul 2016 09:04:17 +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 7J_9Kx-K0uqD; Tue, 19 Jul 2016 09:04:17 +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 u6J84CE5028789 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 19 Jul 2016 09:04:14 +0100 Message-ID: <1468915452.14148.13.camel@linuxfoundation.org> From: Richard Purdie To: bavery , openembedded-core@lists.openembedded.org Date: Tue, 19 Jul 2016 09:04:12 +0100 In-Reply-To: References: X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 0/2] toaster: Better SDK artifacts and fstypes V2 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, 19 Jul 2016 08:04:20 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2016-07-12 at 15:54 -0700, bavery wrote: > This is part of a patch set that is split over the openembedded-core > and > bitbake-devel mailing lists. This is a second version of the patch. > > These patches remove complexity from the toaster.bbclass in order to > move those > functions to bitbake/lib/toaster. > > The overall intent of this set is to improve Toaster's ability to > locate artifacts, > specify fstypes correctly, and add some tests for these changes. FWIW you stripped a directory level off these patches so they didn't apply. Since I'd already merged the bitbake changes, I fixed these patches by hand. Cheers, Richard