From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0CF7FE0080C; Fri, 6 Feb 2015 08:18:56 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.178 listed in list.dnswl.org] Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9ADAAE00757 for ; Fri, 6 Feb 2015 08:18:46 -0800 (PST) Received: by mail-we0-f178.google.com with SMTP id k48so14634340wev.9 for ; Fri, 06 Feb 2015 08:18:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=OJsWhGSKmvsOYO4We2SdBDY0jwFuJfj5ozulDR3VcdA=; b=dr2H/zbdtTtH0lRrSGUBqjEuYN9rCefZw9UjBd7sWWpC3QpjjOKMx8FSqfEjKYYj2P UsWWwYJeMeTs64Sr70Pn714/OcIoyo2+yO0kVOt163Etwdpo2Sy1EMlxESCdOz0IVre6 +990XX8hUESMpp02vRd+9euAChq0JsCzQjaQq3ZX0R7UD6ROOHR2mvNHRZeYjA0O+G1M +jB1ROinSTkfo/KbxTCGx7/AR+LM6/qko7kGYyuL4hLZML6AEX4TdhySncWn5Fd3jdjJ jtWl9rr2EnKDeS8mtJ56yYZyr826AlviuBLnJC2Iemtjx6BxiYDq5X3ze7c60shsRl5e y8hw== X-Gm-Message-State: ALoCoQl6Fa/IKEF9xcoUExSOEAveI0AxJBD9auGSQlKkqLB/U24BX6KS6dUXka0jPl5q4QmYn841 X-Received: by 10.180.188.203 with SMTP id gc11mr4762723wic.65.1423239525631; Fri, 06 Feb 2015 08:18:45 -0800 (PST) Received: from [192.168.2.143] ([83.217.123.106]) by mx.google.com with ESMTPSA id a20sm2057578wic.16.2015.02.06.08.18.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Feb 2015 08:18:45 -0800 (PST) Message-ID: <54D4E962.4070005@intel.com> Date: Fri, 06 Feb 2015 16:18:42 +0000 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: toaster@yoctoproject.org References: In-Reply-To: Subject: Re: [review-request] bbarrosp/add-available X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 16:18:56 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit On 05/02/15 14:46, Barros Pena, Belen wrote: > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=bbarrosp/add- > available > > Adds the word 'available' to the 'all' pages, as suggested by QA. > > Thanks! > > Belén > Patch is fine. Though I think "all available n" is really "all compatible n", as it won't show you all available, it only shows you all which are compatible and come from your preferred layer source as defined by the project, e.g. you might know that a layer is available because you've seen it on the layer index but you can't find it in your "all available layers" because it doesn't have a release for the release your project is using. Not sure how likely it is, but might be something to consider. Michael