From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DBD4AE00BB9; Tue, 10 Nov 2015 09:21:09 -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-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 07362E00AF2 for ; Tue, 10 Nov 2015 09:21:07 -0800 (PST) Received: by wmec201 with SMTP id c201so12044728wme.1 for ; Tue, 10 Nov 2015 09:21:06 -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=L3J7oqgyBhajmz21ygbRPGquLU9SUysdVDPI/ByXx2Q=; b=HbX+1Ie03iyB9QHIfJHxrURvtjcDrNX4VGs6uw0wqTE2kyytfpG6rHy2rWc9DjUtZ/ Lw1w9J8fhURZas7JqniaYJmUuG2g4o8JQi8GCimHgOhbHeVmezaVNsKDa15EQsSUkIbg oL2Ncz21D8sc50go3Q1qP8zC3bpiobnnQo6997OZzzYuGKx6p6NPTLFKqdrMwDz8grC9 ajqcHHeYJIZ32wUBJUxqbLRXJTZvR/3G4Ta01Hv47/k80Ym/CT2ZEi4xwTuxeR7fWgkf qOhud9NSGT78wpmgoLR2M1ixcFyIShyK57jDHObqd/COkPPlZ0Jw5DTd74/daDSQKu4H ZYVw== 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=L3J7oqgyBhajmz21ygbRPGquLU9SUysdVDPI/ByXx2Q=; b=ViLxtOAgVPYkhP/KzyeC62l2TRBz9sf/kHOFWDWn5wEUatRFUzaL5BZXKTKjj1JRYn VSo92MH29zrI1+F4PZg6ew75+bA72BZVSP6AfbPXot72VrhdlMt0wajA3edidPzt+PDJ udixQpvC4OEHovzpTmGDrSKn9SLY8XPoM4pq2D7Z5JDt1p0e0kNCc/c9Ea1S7dajIAdg Tv0H0zr7Gm56MA95QAdY/qysSB7oAr+eFOS4VjWy838YkzvC6BFg6mpUGO3kmw2kyZy/ KhgMToC7fiCYIglFAAV9NgZqk9RJWnWXxajRZQK6ybxqPi/mm8R1rigc0yFNNqMbSmKH depg== X-Gm-Message-State: ALoCoQkk1U3/tE/PtxrJTMr7fYUkHWnJLAOCsvkx5cVLFuAs2cq49Lbg/4C4tgCwGg5Od6fuHFZW X-Received: by 10.28.212.8 with SMTP id l8mr6462226wmg.32.1447176066647; Tue, 10 Nov 2015 09:21:06 -0800 (PST) Received: from [192.168.0.22] ([90.199.203.61]) by smtp.googlemail.com with ESMTPSA id h189sm12470871wme.1.2015.11.10.09.21.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Nov 2015 09:21:06 -0800 (PST) To: toaster@yoctoproject.org References: <1444939055-52658-1-git-send-email-belen.barros.pena@linux.intel.com> From: Michael Wood Message-ID: <56422781.3080608@intel.com> Date: Tue, 10 Nov 2015 17:21:05 +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:21:09 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Thanks sent upstream and toaster-next with some additional detail in the commit message 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 @@ > > > > >