From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 02F07E00ACE; Wed, 4 Nov 2015 04:06:51 -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-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7AC4CE00AB9 for ; Wed, 4 Nov 2015 04:06:49 -0800 (PST) Received: by wmec75 with SMTP id c75so111275966wme.1 for ; Wed, 04 Nov 2015 04:06:48 -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=j0wiYADSCsRyViXn1RuyUxLQd1bkyJTuwsEsAS7mNvo=; b=fn5RX+PzFgcLHHnQQ8VU/jq+Y4wLm2B+AJJf05gbA8Ntc9GU+yR2Oh0pVPl1SkReZg 2KhSo/zT4M0EHZ9CwHkZ0pgID+4jrWaQrM9PoQsuy1PYKwcdP80NQ1iQFISmO0JvKydR vUi6X7gIvNC5NleNs2Ft/SZprRP7N2JURUW/ioO2o0PxgkcopBSNmkzWyKSEHndLqOt9 y794dPdHgY1DjAQbA1NFbFac295gXrw9rdgElCh6NXAqrVk+vBPBySCqy6fIDALBMGRy jL9Cg+oDaGegrU/RTYEtu0uNnt97E4kcp04O+0knLMjh21rz9VoPzGewin50R4PqyOnD gBeg== 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=j0wiYADSCsRyViXn1RuyUxLQd1bkyJTuwsEsAS7mNvo=; b=R3TUU+tQvXrCzEb0YI9sv9ncRGfjsWtqOzifjhNhIrDXzfxLl1bhf1/dwBqCgDJuP1 B0VMrea1MFE126AJ7YQBUAbzGF+3CgoAkiL5fZHjxjH+9BRqbsU4ZyYPifEVwpDGXMgV 7SoH8viVJMFjehDOFqhVkO6A96goJeZuFEBb27fyCla7jQHug/u/FTPFQPjdA1Qib+3w xsChm+j3KFXe7+0cDtnnkhdh0EPbuAGvDYrKYqFx/Lc29e6XjTrMsN/bH9BNUgFbIu8s Wkp2j9Z8LpUBofHO/e/4/1hUAPvWwez9liNxm1v3PeIyDA7bNMGL4RdfkYtdGw1+Ig7/ SlXQ== X-Gm-Message-State: ALoCoQn0jTgH2zmzEWUqZPslnzlL5z0YGQzgv58LoZNOnb1hQVs72AP9loV+l6YHTo47I8T4VJa3 X-Received: by 10.28.6.206 with SMTP id 197mr27419661wmg.102.1446638808381; Wed, 04 Nov 2015 04:06:48 -0800 (PST) Received: from [192.168.2.10] ([83.217.123.106]) by smtp.googlemail.com with ESMTPSA id ly4sm1297856wjb.4.2015.11.04.04.06.47 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 Nov 2015 04:06:47 -0800 (PST) To: toaster@yoctoproject.org References: <002801d1165f$52981da0$f7c858e0$@joenicholson.co.uk> From: Michael Wood Message-ID: <5639F4D6.1030605@intel.com> Date: Wed, 4 Nov 2015 12:06:46 +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: <002801d1165f$52981da0$f7c858e0$@joenicholson.co.uk> Subject: Re: Registering Builds from multiple Yocto Projects to Toaster running as Hosted Service 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: Wed, 04 Nov 2015 12:06:51 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit On 03/11/15 17:44, Joe Nicholson wrote: > > Hi All > > I’d like to set up Toaster as a hosted service, then have multiple > Yocto projects (all Fido, in separate directories of the same server) > register their builds against it. I’d then like to be able to monitor > the builds from these multiple projects from a single Toaster web > interface. > > I only need Analysis Mode at the moment. > > I’ve set up a production instance following the instructions within > the new Toaster Manual. This basically works. > > However, I can’t fully understand what I need to do to configure each > Yocto project to register their builds against this central ‘store’. > > I’m quite new to Toaster (though not to Yocto), so apologies if the > question is fairly basic. > > Cheers! > > Joe > > -- > > Joe Nicholson > > Managing Director > > Rufilla Ltd. > > Web: http://www.rufilla.com > > Tel: +44 (0)1865 601201 > > > Hi Joe, If I understand correctly, you're at step 6 in the documentation: http://www.yoctoproject.org/docs/1.8/toaster-manual/toaster-manual.html#setting-up-a-hosted-service-and-running-in-analysis-mode For your set up it should work to repeat steps 6,7,8,9 for each of your projects. One caveat will be that if you build two of the same recipe in different projects it won't necessarily be obvious in the UI which one is which without looking at the paths that are output in the build. Michael