From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id F26A960E07 for ; Fri, 4 Apr 2014 15:19:48 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id s34FJe4N022115 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 4 Apr 2014 08:19:40 -0700 (PDT) Received: from [128.224.162.226] (128.224.162.226) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.169.1; Fri, 4 Apr 2014 08:19:40 -0700 Message-ID: <533ECD8A.2080303@windriver.com> Date: Fri, 4 Apr 2014 23:19:38 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Koen Kooi , Paul Eggleton , "Purdie, Richard" References: <1396602904-14596-1-git-send-email-koen.kooi@linaro.org> <465539862.Xb3zOTJjse@peggleto-mobl5.ger.corp.intel.com> <533E91BD.8000107@linaro.org> <533ECC17.8090502@windriver.com> In-Reply-To: <533ECC17.8090502@windriver.com> Cc: Koen Kooi , openembedded-core@lists.openembedded.org Subject: Re: [Dora][PATCH] buildhistory-diff: add ability to report version changes 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, 04 Apr 2014 15:19:51 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 04/04/2014 11:13 PM, Robert Yang wrote: > > > On 04/04/2014 07:04 PM, Koen Kooi wrote: >> On 04/04/2014 01:00 PM, Paul Eggleton wrote: >>> On Friday 04 April 2014 11:15:04 Koen Kooi wrote: >>>> From: Paul Eggleton >>>> >>>> Add a -v/--report-ver option to report changes in PKGE/PKGV/PKGR even >>>> if the value is the same as the default from PE/PV/PR. >>>> >>>> Also add a -a/--report-all option to report all changes instead of just >>>> the default significant ones. >>> >>> Hmm, looking at this I'm not sure that this is the right fix for a stable >>> branch - ideally we should just fix the error rather than backporting the >>> feature IMO. >> >> I'm fine with either, this was the easiest for me, a single cherrypick. >> > > I'm very sorry to say that we need to revert the following commit from > dora, we don't need it on dora, it's my fault, I need to be more careful > when backport the patches: > > commit 5b616aa7b618f6ed221d6fa9738220a2c2349f7d sorry, the oe-core commit id is: commit a51d96c44e6feac8322284c54bfc01ef598f8821 The previous commit id is from poky. // Robert > Author: Paul Eggleton > Date: Sun Nov 17 12:28:19 2013 +0000 > > buildhistory_analysis: fix error when comparing image contents > > RP, would you please help to revert it from dora ? > > // Robert