From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by mail.openembedded.org (Postfix) with ESMTP id F38E071AAB for ; Wed, 19 Oct 2016 21:15:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id DAB05208EE; Wed, 19 Oct 2016 21:15:35 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HgHgfS827EdV; Wed, 19 Oct 2016 21:15:35 +0000 (UTC) Received: from gandalf.denix.org (pool-100-15-106-107.washdc.fios.verizon.net [100.15.106.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id B3B4120058; Wed, 19 Oct 2016 21:15:33 +0000 (UTC) Received: by gandalf.denix.org (Postfix, from userid 1000) id D58AD162176; Wed, 19 Oct 2016 17:15:32 -0400 (EDT) Date: Wed, 19 Oct 2016 17:15:32 -0400 From: Denys Dmytriyenko To: Marek Vasut Message-ID: <20161019211532.GV2494@denix.org> References: <20161018215513.2873-1-marex@denx.de> <20161018215513.2873-4-marex@denx.de> <20161019201021.GP2494@denix.org> <26a26c16-7eaf-70c3-698e-164bdba67d8b@denx.de> MIME-Version: 1.0 In-Reply-To: <26a26c16-7eaf-70c3-698e-164bdba67d8b@denx.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 4/5] u-boot: Drop PV altogether 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: Wed, 19 Oct 2016 21:15:35 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 19, 2016 at 11:00:02PM +0200, Marek Vasut wrote: > On 10/19/2016 10:10 PM, Denys Dmytriyenko wrote: > > On Tue, Oct 18, 2016 at 11:55:12PM +0200, Marek Vasut wrote: > >> Drop the explicit setting of PV altogether. This changes the U-Boot > >> version string from "v20yy.mm" to "20yy.mm" , so layer setting the > >> PREFERRED_VERSION_u-boot must be updated by removing the leading 'v'. > > > > Finally! > > But do we need to bump PE to ensure upgrade path and proper sorting? > > I don't think so, since the whole U-Boot version got updated. Still, vXXXX.YY will always sort higher than XXXX.YY no matter what digits there are. That's what PE is for, to get the sorting working even when versioning schema gets changed in major way like this one... > >> Signed-off-by: Marek Vasut > >> Cc: Richard Purdie > >> Cc: Denys Dmytriyenko > > > > Acked-by: Denys Dmytriyenko > > Thanks! > > btw. given the layout of the u-boot package after this, updating is a > matter of mv+sed combo :) > > >> --- > >> meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc | 2 -- > >> 1 file changed, 2 deletions(-) > >> > >> diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc > >> index 0a90621..a535df1 100644 > >> --- a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc > >> +++ b/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc > >> @@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" > >> # repo during parse > >> SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9" > >> > >> -PV = "v2016.09.01" > >> - > >> SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y" > > And once 2016.11 is out, I believe I can even drop the ;branch= bit here. > > >> S = "${WORKDIR}/git" > >> -- > >> 2.9.3 > >> > > > -- > Best regards, > Marek Vasut >