Re: [meta-ti] [PATCH v3] Fix "basehash value changed" errors and BB_NUMBER_THREADS usage

2019-12-04 Thread Khem Raj
thanks for iterating over it. Its looks good now. On Wed, Dec 4, 2019 at 8:45 AM Luca Ceresoli wrote: > > Changing BB_NUMBER_THREADS between successive builds causes a "basehash > value changed" error. Additionally, using BB_NUMBER_THREADS to pass a > number of processes to run to xdc is wrong:

Re: [EXTERNAL] [meta-ti] [master/thud][PATCH v2 01/42] ti-pdk-fetch: add class for common pdk sources

2019-12-04 Thread Jacob Stiffler via Lists.Yoctoproject.Org
Any further comments on this updated approach? On 12/2/2019 1:45 PM, Jacob Stiffler via Lists.Yoctoproject.Org wrote: Recently individual components and LLD sources have been combined into a single PDK repo. Use this class to specify the common source. Also use this class to keep the sources

Re: [EXTERNAL] [meta-ti] [master/thud][PATCH v2 01/42] ti-pdk-fetch: add class for common pdk sources

2019-12-04 Thread Khem Raj
Thanks Jacob, this looks good to me. On Wed, Dec 4, 2019 at 11:02 AM Jacob Stiffler wrote: > > Any further comments on this updated approach? > > > On 12/2/2019 1:45 PM, Jacob Stiffler via Lists.Yoctoproject.Org wrote: > > Recently individual components and LLD sources have been combined > into

[meta-ti] [PATCH v3] Fix "basehash value changed" errors and BB_NUMBER_THREADS usage

2019-12-04 Thread Luca Ceresoli
Changing BB_NUMBER_THREADS between successive builds causes a "basehash value changed" error. Additionally, using BB_NUMBER_THREADS to pass a number of processes to run to xdc is wrong: PARALLEL_MAKE is the correct variable to use. Fix both problems by using oe.utils.parallel_make_argument() to