From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2A727E00CCC; Mon, 14 Nov 2016 08:14:39 -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.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HTML_MESSAGE, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [74.125.82.51 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 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-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 309F2E00CCB for ; Mon, 14 Nov 2016 08:14:34 -0800 (PST) Received: by mail-wm0-f51.google.com with SMTP id f82so107535753wmf.1 for ; Mon, 14 Nov 2016 08:14:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=triacta.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=gY6xWp0/85kngvC7i+Q/FZlymf8Efs1tDcEmf+QonQg=; b=NOvlO6jxwOWTLD8hvsSia+FB8MJMTSLBEuHdSDZ8AvKGzPDS3lOaVxTHJrKCL85LR3 ZR/f0g2/mdN5EXA6SVQKu+04h/zZaZD8EF6JWFrMBLSTzCYY4SjiG4MLobpfv4BNW2MU PTYZa20LQUjBoV6mpDF2Xtk+edHCLqI+4EX58= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=gY6xWp0/85kngvC7i+Q/FZlymf8Efs1tDcEmf+QonQg=; b=O4vF8OpSFwEpAA/a6mMVoCfwYK9Gpaej0Ca/95CJgrEBKB+0ENixiJLuMXtS+nqJIn qTMRtva5j1fyv8FrrrJAjX5AZlwN89TlW3r89V6wK2igNtYG1aUk1/FKmzZgiAllTk5q dsGTw31rO5Y0P7YCVOZn8XGd/5m107T9eXja4I9Q/QWPKGA+YW3ZwD7Fwa/lk3tPJOlL 9Y6BW3uOyWd1Yo41xoyQ2xUGp2Oefa0nZvVExkJWFxXtIEwhUBc0W/aNV48hmszyeF5n P0FsW0gvfqgWC4nnp1DJiCfRP4ZD48kcgptdlavWGvyzHeflkddxhxJH7iv8SmiJ6l23 sAYQ== X-Gm-Message-State: ABUngvcEUXLJwr8YDIsRHQpaSE3mVVS6GUDDrQlG/P73Sns7w7xQB8qKvJVtFIeHsNKkIPbSrsUrUECx4tPttyMT X-Received: by 10.28.128.198 with SMTP id b189mr10870662wmd.105.1479140073762; Mon, 14 Nov 2016 08:14:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.61.10 with HTTP; Mon, 14 Nov 2016 08:13:53 -0800 (PST) In-Reply-To: References: <1478889473.18810.3.camel@toganlabs.com> From: Alain Achkar Date: Mon, 14 Nov 2016 11:13:53 -0500 Message-ID: To: Bill Randle X-Mailman-Approved-At: Mon, 14 Nov 2016 08:26:32 -0800 Cc: joshua.g.lock@intel.com, yocto@yoctoproject.org Subject: Re: Buildbot / Autobuilder / custom? X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 16:14:39 -0000 Content-Type: multipart/alternative; boundary=001a1141e668ab878005414522e1 --001a1141e668ab878005414522e1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks for your answers! From reading these links, it is still not clear to me if this might be overkill for my requirements. AB Cluster Setup talks about "*the worker requires 2+ TB to hold all the build temp files and git repos. If build artifacts and a local sstate mirror are included, additional worker space is required.*" Currently, my build only takes 35GB, so I think what these links are talking about is how to replicate what the Autobuilder project https://autobuilder.yoctoproject.org/ already does. To clarify, I am not interested in running builds and tests for everything that Yocto already builds and tests (i.e. all the processor architectures, all the machine types, etc.). I am interested in running one build for one machine type (the Variscite DART-6UL i.MX6UL arm-based processor, for which NXP/Freescale and Variscite have provided recipes and layers for). I know that autobuilder includes BuildBot (this is why I specified it in parentheses) but my question remains: do I only install BuildBot and try to build my machine type with it, or do I install Autobuilder? On Mon, Nov 14, 2016 at 10:10 AM, Bill Randle wrote= : > Also, be sure to check the Yocto Project wiki pages: > https://wiki.yoctoproject.org/wiki/The_Yocto_Autobuilder > in particular, the AB cluster setup and AB maintenance links. Even > though the one link refers to setting up an entire cluster, I've used > that procedure to setup a single autobuilder, as well. > > -Bill > > On Fri, Nov 11, 2016 at 10:37 AM, Beth 'pidge' Flanagan > wrote: > > On Fri, 2016-11-11 at 12:35 -0500, Alain Achkar wrote: > >> Hello Joshua! > >> > >> We are using Yocto to build for the Variscite DART-6UL SoM which is > >> based on Freescale/NXP i.MX6UL (http://variwiki.com/index.php?title=3D= D > >> ART-6UL_Yocto_Jethro_R1_build). > >> > >> Currently, developers run builds manually on their desktops. We are > >> considering using a continuous integration server. I found out that > >> The Yocto Project uses Autobuilder which in turn uses BuildBot. I > >> read most of the introductory documentation. > >> > >> Would you recommend that we install only BuildBot and configure it to > >> build what we need? > >> > >> OR > >> > >> Would you recommend that we install Autobuilder (and BuildBot) and > >> configure it to build what we need? > > > > Actually, the yocto-autobuilder already contains buildbot so no need > > for both. > > > > If you read: > > > > http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder/tree/README-QUIC > > KSTART > > > > and probably some of the other READMEs and the documentation in the > > docs directory of the yocto-autobuilder directory, it should get you > > started in the right direction. > > > > Feel free to ask questions if you need help. > > > > -b > > > > Elizabeth 'pidge' Flanagan > > Founder/CTO Tog=C3=A1n Labs > > www.toganlabs.com > > > >> > >> What is the faster path to get up and running? > >> > >> Thanks! > >> Alain. > >> > >> -- > >> Alain Achkar, M.Eng. | Software Engineer > >> Triacta Power Solutions > >> (O) 613.256.2868 (C) 613.406.6520 > >> www.triacta.com > > > > > > > > -- > > _______________________________________________ > > yocto mailing list > > yocto@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/yocto > --=20 Alain Achkar, M.Eng. | Software Engineer *Triacta Power Solutions* (O) 613.256.2868 (C) 613.406.6520 *www.triacta.com * --001a1141e668ab878005414522e1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks for your answers! From reading these links, it is s= till not clear to me if this might be overkill for my requirements. AB Clus= ter Setup talks about "the worker requires 2+ TB to hold all the buil= d temp files and git repos. If build artifacts and a local sstate mirror ar= e included, additional worker space is required."

Currently, my build only takes 35GB, so I think what these lin= ks are talking about is how to replicate what the Autobuilder project=C2=A0= https://autobuil= der.yoctoproject.org/ already does.

To clarify, I am not interested in running builds and tests for ever= ything that Yocto already builds and tests (i.e. all the processor architec= tures, all the machine types, etc.).=C2=A0 I am interested in running one b= uild for one machine type (the Variscite DART-6UL i.MX6UL arm-based process= or, for which NXP/Freescale and Variscite have provided recipes and layers = for).

I know that autobuilder includes B= uildBot (this is why I specified it in parentheses) but my question remains= : do I only install BuildBot and try to build my machine type with it, or d= o I install Autobuilder?

<= div class=3D"gmail_quote">On Mon, Nov 14, 2016 at 10:10 AM, Bill Randle <bill.randle@gmail.com> wrote:
Also, be sure to check the Yocto Project wiki pages:
=C2=A0 =C2=A0 https://wiki.yoctoproject.org/= wiki/The_Yocto_Autobuilder
in particular, the AB cluster setup and AB maintenance links. Even
though the one link refers to setting up an entire cluster, I've used that procedure to setup a single autobuilder, as well.

=C2=A0 =C2=A0 -Bill

On Fri, Nov 11, 2016 at 10:37 AM, Beth 'pidge' Flanagan
<pidge@toganlabs.com> wrot= e:
> On Fri, 2016-11-11 at 12:35 -0500, Alain Achkar wrote:
>> Hello Joshua!
>>
>> We are using Yocto to build for the Variscite DART-6UL SoM which i= s
>> based on Freescale/NXP i.MX6UL (http://variwiki.com/= index.php?title=3DD
>> ART-6UL_Yocto_Jethro_R1_build).
>>
>> Currently, developers run builds manually on their desktops. We ar= e
>> considering using a continuous integration server. I found out tha= t
>> The Yocto Project uses Autobuilder which in turn uses BuildBot. I<= br> >> read most of the introductory documentation.
>>
>> Would you recommend that we install only BuildBot and configure it= to
>> build what we need?
>>
>> OR
>>
>> Would you recommend that we install Autobuilder (and BuildBot) and=
>> configure it to build what we need?
>
> Actually, the yocto-autobuilder already contains buildbot so no need > for both.
>
> If you read:
>
> http://git.yoctoproject.= org/cgit.cgi/yocto-autobuilder/tree/README-QUIC
> KSTART
>
> and probably some of the other READMEs and the documentation in the > docs directory of the yocto-autobuilder directory, it should get you > started in the right direction.
>
> Feel free to ask questions if you need help.
>
> -b
>
> Elizabeth 'pidge' Flanagan
> Founder/CTO Tog=C3=A1n Labs
> www.toganlabs.com
>
>>
>> What is the faster path to get up and running?
>>
>> Thanks!
>> Alain.
>>
>> --
>> Alain Achkar, M.Eng. | Software Engineer
>> Triacta Power Solutions
>> (O) 613.256.28= 68 (C) 613.406.6520=
>> www.triacta.com
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto=



--

Alain Ach= kar, M.Eng. | Software Engineer

Triacta Power Solutions

(O)=C2=A0613.256.2868=C2=A0(C)=C2=A0= 613.406.6520

www.triacta.com=C2=A0<= span style=3D"color:rgb(31,73,125)">=C2=A0

--001a1141e668ab878005414522e1--