From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 29350E00BAB; Tue, 10 Nov 2015 09:12:48 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID 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.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 71F8CE00A9B for ; Tue, 10 Nov 2015 09:12:46 -0800 (PST) Received: by wmdw130 with SMTP id w130so80296000wmd.0 for ; Tue, 10 Nov 2015 09:12:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=intel_com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=Ttqv+o9phrn3eRw7DsSdH0BxANOvhK1xjQNSe6fq61o=; b=o7bZ66AQVnMLtJ20Au79q4Gm2bVOuscvMsbZWdV0JdbA+rNIheUTNKOKoWiVbM5ltg L2BA1tAp9qnrUUy+dFZGQmzN9JjaTV5khkMRKqyf1ezF5yPR1QebcANypsEY+fcIu7Vr YCEWdg1s2diqhqQCjUihz4pAOSybXj55Fr+JdI1bB+EhzsT5iJ+QVbfNcRkqW4BMY6j6 prMXQb/oJtcgQfpm2MSyPxqK6Rf8rPdDlqq1+PtyK0lGQrqPT1/gjDayJ4MezVmupcJM zRTlJfgBtCqySNf1hogZfrfl26BqNsyNz9ydzzm/LyhfpGVgjrBjcUeZ3vDKU65lBoA0 AE8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Ttqv+o9phrn3eRw7DsSdH0BxANOvhK1xjQNSe6fq61o=; b=gRK5nWVby4ZV4MhAxfXCOGFBOMyvpdA4UBXuDRZVBadfdUp7TqYZcxmnxHrws2Myn0 wBWtEgySNHshiXw2uMu4/hMDYM4SB+xP+BoTTOiJA711hRkSHWncp5m6UhLETZ6c8AM3 P7t6sf8xoWTYtdXeuKZBfwM1sJ8Z37+bBsbsfWUFDxTvEIm4YGS/6WzkBQMm29lG/aw3 IvXqr9Wb3fQvACvL2kqUHPF+t6rYdjy++9N90ymNiGBA9beAfluixOkVTWUH3FFDQsiR 6D3PA4PNWQJHcH6OU2f9NhYud5vOxOnSXpFfIsn9ukI3DQNpHhDfcH7iUgbQjXxwwVGK 0ZQg== X-Gm-Message-State: ALoCoQkjAl+Sr7l8I6Szs1NzvH4o8cv7n4tzhxhMOGpsQKevVmZzkekPKxvPcng8FABFEt9tjGox X-Received: by 10.28.146.139 with SMTP id u133mr35683064wmd.56.1447175565389; Tue, 10 Nov 2015 09:12:45 -0800 (PST) Received: from [192.168.0.22] ([90.199.203.61]) by smtp.googlemail.com with ESMTPSA id u139sm8503121wmu.22.2015.11.10.09.12.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Nov 2015 09:12:44 -0800 (PST) To: toaster@yoctoproject.org References: <1444939055-52658-1-git-send-email-belen.barros.pena@linux.intel.com> From: Michael Wood Message-ID: <5642258C.2050203@intel.com> Date: Tue, 10 Nov 2015 17:12:44 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1444939055-52658-1-git-send-email-belen.barros.pena@linux.intel.com> Subject: Re: [PATCH] toaster: Link to image recipes 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: Tue, 10 Nov 2015 17:12:48 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Thanks upstreamed and pushed to toaster-next with additions to make commit message more descriptive. On 15/10/15 20:57, Belen Barros Pena wrote: > From: Belen Barros Pena > > The project created notifications and the 'Choose > a recipe to build' link in the project page are > linking to the software recipes table. > > Change them to link to the image recipes table instead, > which is bound to be more useful. > > Signed-off-by: Belen Barros Pena > --- > bitbake/lib/toaster/toastergui/templates/project.html | 2 +- > bitbake/lib/toaster/toastergui/templates/projecttopbar.html | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html > index 2f978bc..5968c61 100644 > --- a/bitbake/lib/toaster/toastergui/templates/project.html > +++ b/bitbake/lib/toaster/toastergui/templates/project.html > @@ -67,7 +67,7 @@ > > > >
    > diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html > index ee86b54..7a6bfef 100644 > --- a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html > +++ b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html > @@ -1,6 +1,6 @@ > > > > >