All of lore.kernel.org
 help / color / mirror / Atom feed
* How to share buildhistory?
@ 2019-01-16 15:30 Mauro Ziliani
  2019-01-16 15:35 ` Stephen Lawrence
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Ziliani @ 2019-01-16 15:30 UTC (permalink / raw)
  To: yocto

Hi all.

I'm working with imx6dlsabresd and krogoth with 2 pc (PC1, PC2) which
commit the sources in  the same git repository

I need to share buildhistory between PC1 and PC2.

That is:

- I build app_1.0.bb on PC1 and I get app_1.0-r0.3_armhf.deb

- I commit/push from PC1 to the git repos.

- In PC2 I pull from git repos

- I bitbake app_1.0.bb and I would get app_1.0-r0.4_armhf.deb


Is it possible to do that?


Often I work with PC1 placed in my office, sometimes I need to keep on
the development with PC2, placed in my customer's office.

But I need to continue on PC2 where I stopped with PC1


Best regards,

 MZ


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to share buildhistory?
  2019-01-16 15:30 How to share buildhistory? Mauro Ziliani
@ 2019-01-16 15:35 ` Stephen Lawrence
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Lawrence @ 2019-01-16 15:35 UTC (permalink / raw)
  To: Mauro Ziliani; +Cc: yocto

> -----Original Message-----
> From: yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> On Behalf
> Of Mauro Ziliani
> Sent: 16 January 2019 15:31
> To: yocto@yoctoproject.org
> Subject: [yocto] How to share buildhistory?

[snip]

> 
> Is it possible to do that?
> 
> 
> Often I work with PC1 placed in my office, sometimes I need to keep on
> the development with PC2, placed in my customer's office.
> 
> But I need to continue on PC2 where I stopped with PC1
> 

It is not quite what you describe but you can use SSTATE_MIRRORS [1] to use cached data
objects on the other PC. So if you pointed the mirror on PC2 at PC1, PC2 would check
the cache on PC1 before building it locally.

[1] https://www.yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#var-SSTATE_MIRRORS

Regards

Steve


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-16 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16 15:30 How to share buildhistory? Mauro Ziliani
2019-01-16 15:35 ` Stephen Lawrence

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.