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 B5E3E71E4C for ; Tue, 3 Apr 2018 10:08:45 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id w33A8ixV011305 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 3 Apr 2018 11:08:46 +0100 Message-ID: <1522750124.11431.232.camel@linuxfoundation.org> From: Richard Purdie To: Alejandro Enedino Hernandez Samaniego , openembedded-core@lists.openembedded.org Date: Tue, 03 Apr 2018 11:08:44 +0100 In-Reply-To: <1522749884.11431.231.camel@linuxfoundation.org> References: <1522699721-2863-1-git-send-email-alejandr@xilinx.com> <1522749884.11431.231.camel@linuxfoundation.org> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Virus-Scanned: clamav-milter 0.99.3 at dan X-Virus-Status: Clean Subject: Re: [PATCH] python3: Improve logging capabilities for do_create_manifest 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, 03 Apr 2018 10:08:47 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2018-04-03 at 11:04 +0100, Richard Purdie wrote: > On Mon, 2018-04-02 at 13:08 -0700, Alejandro Enedino Hernandez > Samaniego wrote: > > > > Adds a couple of prints to get a nicer log, and creates a > > small summary or report after checking every module, it > > makes it more feasible for adoption, easier to debug why > > a module ended at a certain package and see how the > > manifest was created. > > > > Signed-off-by: Alejandro Enedino Hernandez Samaniego > nx > > .com> > Can you rebase against master please as this clashes with one of your > other changes which already merged! Actually, I have it applied now, thanks. Richard