From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailrelay04.sunrise.ch ([194.158.229.47] helo=smtp-be-02.be08.sunrise.ch) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Qj7Q7-0005dy-Dw for openembedded-devel@lists.openembedded.org; Tue, 19 Jul 2011 12:20:55 +0200 Received: from [192.168.26.14] (212-98-43-140.static.adslpremium.ch [212.98.43.140]) by smtp-be-02.be08.sunrise.ch (8.13.1/8.12.10) with ESMTP id p6JAH2hA021216; Tue, 19 Jul 2011 12:17:02 +0200 Message-ID: <4E25598F.5070705@vollmann.ch> Date: Tue, 19 Jul 2011 12:16:47 +0200 From: Detlef Vollmann User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <4E248688.1030902@vollmann.ch> <4E253020.4050001@vollmann.ch> <201107191053.35867.paul.eggleton@linux.intel.com> In-Reply-To: <201107191053.35867.paul.eggleton@linux.intel.com> Cc: bitbake-dev , bitbake-dev Subject: Re: preferred version not available X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2011 10:20:55 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/19/11 11:53, Paul Eggleton wrote: > On Tuesday 19 July 2011 08:20:00 Detlef Vollmann wrote: >> On 07/18/11 23:05, Chris Larson wrote: >>> All variables which are typically set by the filename can be >>> overridden. Those are simply defaults. See the definitions of PN, PV, >>> and PR in bitbake.conf. >> >> Yes, I knew that (I actually wrote the line changing the PV myself). >> What surprised me (though it makes sense) that PREFERRED_VERSION >> refers to PV, and not directly to a part of the filename. >> It's probably still too much of 'make' history in my brain... > > I wonder if it would make sense to add something to the error message that > also lists the available versions? Then it would be a little more obvious what > you need to set PREFERRED_VERSION to. That would be great. And while we are in wishlist mode ;-) : With a high enough debug level (I think 2), you'll get a list of providers for a specific target. To get also a list of versions for a specific package (PN), would be really helpful. Detlef