* multi-user shared state
@ 2015-06-10 19:25 Luke (Lucas) Starrett
2015-06-10 19:56 ` Aníbal Limón
2015-06-11 14:28 ` Robert Berger
0 siblings, 2 replies; 3+ messages in thread
From: Luke (Lucas) Starrett @ 2015-06-10 19:25 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 358 bytes --]
Hi,
I'm trying to understand the feasibility of shared-state across multiple users in a development environment. Does anyone have first-hand experience with this? Am I asking for trouble?
If this is expected to work, a secondary question would be whether or not shared-state on a NFS mounted path works. Any thoughts?
Thanks,
Luke Starrett
[-- Attachment #2: Type: text/html, Size: 2767 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: multi-user shared state
2015-06-10 19:25 multi-user shared state Luke (Lucas) Starrett
@ 2015-06-10 19:56 ` Aníbal Limón
2015-06-11 14:28 ` Robert Berger
1 sibling, 0 replies; 3+ messages in thread
From: Aníbal Limón @ 2015-06-10 19:56 UTC (permalink / raw)
To: Luke (Lucas) Starrett, yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1330 bytes --]
Hi Luke,
Comments below,
Best regards,
alimon
[1] https://autobuilder.yoctoproject.org/
[2] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/
On 10/06/15 14:25, Luke (Lucas) Starrett wrote:
> Hi,
>
> I'm trying to understand the feasibility of shared-state across multiple users in a development environment. Does anyone have first-hand experience with this? Am I asking for trouble?
It is feasible some the sstates can be generated using Yocto Autobuilder
[1] [2] that support setup of various builder machines one as
controller/worker and workers, things to
consider are:
* Network bandwidth: Shared states works good on LAN environments.
* Yocto Autobuilder and Developers Distro's: Shared states generates
packages that are dependent on the distro like native ones, for use
100% of shared state is needed to use the same distro.
>
> If this is expected to work, a secondary question would be whether or not shared-state on a NFS mounted path works. Any thoughts?
The common setup consist in a one machine that acts as a
controller/worker and shared the sstate and downloads to the workers
using NFS for Developer usage it's better to share with
HTTP to avoid problems with the filesystem permissions.
>
> Thanks,
>
> Luke Starrett
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 2567 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: multi-user shared state
2015-06-10 19:25 multi-user shared state Luke (Lucas) Starrett
2015-06-10 19:56 ` Aníbal Limón
@ 2015-06-11 14:28 ` Robert Berger
1 sibling, 0 replies; 3+ messages in thread
From: Robert Berger @ 2015-06-11 14:28 UTC (permalink / raw)
To: yocto
Hi,
On 06/10/2015 10:25 PM, Luke (Lucas) Starrett wrote:
> Hi,
>
>
>
> I’m trying to understand the feasibility of shared-state across multiple
> users in a development environment. Does anyone have first-hand
> experience with this? Am I asking for trouble?
Have a look here [1] 3.2.1.2. Core System Development, and [2]
I did have troubles in the past. When I built e.g. for 2 different
boards both using the same compiler and the same sstate funny things
happened when 2 machines tried to work on the same package at the same
time. But everything should be fine as long as things work sequentially.
Don't know if the sstate mechanism works concurrently in the meantime.
>
>
>
> If this is expected to work, a secondary question would be whether or
> not shared-state on a NFS mounted path works. Any thoughts?
shared state works (and as a matter of fact everything on an nfs share
would work)
>
>
>
> Thanks,
>
>
>
> Luke Starrett
>
>
[1] http://www.yoctoproject.org/docs/1.8/dev-manual/dev-manual.html
[2]
http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#shared-state-cache
>
>
>
> --
>
Regards,
Robert
..."Teaching of beginners should be done by a master, not by a hack." -
Deming
My public pgp key is available,at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-11 14:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10 19:25 multi-user shared state Luke (Lucas) Starrett
2015-06-10 19:56 ` Aníbal Limón
2015-06-11 14:28 ` Robert Berger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.