Re: [yocto] [RFC PATCH 0/1] update.py: fetch repos parallelly

2018-01-03 Thread Robert Yang
On 01/03/2018 06:15 PM, Paul Eggleton wrote: Hi Robert, On Wednesday, 3 January 2018 6:23:57 PM NZDT Robert Yang wrote: On 12/27/2017 09:23 PM, Robert Yang wrote: We have 124 layers, the "update.py -b " costs about 10 minutes to finish the update for one branch, and we need update several b

Re: [yocto] [RFC PATCH 0/1] update.py: fetch repos parallelly

2018-01-03 Thread Paul Eggleton
Hi Robert, On Wednesday, 3 January 2018 6:23:57 PM NZDT Robert Yang wrote: > On 12/27/2017 09:23 PM, Robert Yang wrote: > > We have 124 layers, the "update.py -b " costs about 10 minutes to > > finish the update for one branch, and we need update several branches > > periodly, which is really a l

Re: [yocto] [RFC PATCH 0/1] update.py: fetch repos parallelly

2018-01-02 Thread Robert Yang
Hi Paul, On 12/27/2017 09:23 PM, Robert Yang wrote: Hi Paul, We have 124 layers, the "update.py -b " costs about 10 minutes to finish the update for one branch, and we need update several branches periodly, which is really a little slow. So I'd like to make it can run parally, here are some th

[yocto] [RFC PATCH 0/1] update.py: fetch repos parallelly

2017-12-27 Thread Robert Yang
Hi Paul, We have 124 layers, the "update.py -b " costs about 10 minutes to finish the update for one branch, and we need update several branches periodly, which is really a little slow. So I'd like to make it can run parally, here are some thoughts about it: 1) Make fetch can run parallelly, this