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 CB56E65CC3 for ; Mon, 23 May 2016 13:10:13 +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 u4NDA92e020274; Mon, 23 May 2016 14:10:09 +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 UcfA7p3dJicA; Mon, 23 May 2016 14:10:09 +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 u4NDA7Kr020261 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 23 May 2016 14:10:09 +0100 Message-ID: <1464009007.9570.21.camel@linuxfoundation.org> From: Richard Purdie To: Alexander Kanavin , openembedded-core@lists.openembedded.org Date: Mon, 23 May 2016 14:10:07 +0100 In-Reply-To: <5742FDE2.1090306@linux.intel.com> References: <5f5c927d9a012122af814032161f3f12b476a442.1464004128.git.jussi.kukkonen@intel.com> <5dbd238f28ac08a748bbdcd549286a8d48da9c2c.1464004128.git.jussi.kukkonen@intel.com> <5742FDE2.1090306@linux.intel.com> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 5/5] matchbox-keyboard: Upgrade 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: Mon, 23 May 2016 13:10:17 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2016-05-23 at 15:56 +0300, Alexander Kanavin wrote: > On 05/23/2016 03:44 PM, Jussi Kukkonen wrote: > > > -SRCREV = "ebc330eac8b9d38e9aef9f01e7241c904bd01073" > > +SRCREV = "69d03e2aceb79cf7a616c07f8e0be4e1f9f7976b" > > PV = "0.0+git${SRCPV}" > > This is a good moment to start using git version tags instead of just > updating commit ids. > > Let's bring down the amount of 'unknown' upstream versions to zero or > close to it: > > http://recipes.yoctoproject.org/rrs/recipes/2.2/M1/?upstream_status=U > nknown# Sadly, "tags" need a network to resolve them and hence using them means the metadata doesn't work standalone. We can't do that. However, I thought we'd added functionality where it would list the tags, figure out which ones contained a revision and then figured out if there was a more recent version? We do have various components that haven't released for a long time and I have wondered if we should do that, then we'd have tarballs and revisions to make things easier. Cheers, Richard