Re: [OE-core][kirkstone][PATCH] perf: fix argument list too long during compile

2023-08-23 Thread Xiangyu Chen
On 8/22/23 11:37, Bruce Ashfield wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, Aug 17, 2023 at 11:30 PM Xiangyu Chen wrote: Hi Bruce, Sorry for being late, u

Re: [OE-core][kirkstone][PATCH] perf: fix argument list too long during compile

2023-08-21 Thread Bruce Ashfield
On Thu, Aug 17, 2023 at 11:30 PM Xiangyu Chen wrote: > > Hi Bruce, > > > Sorry for being late, update some information I observed in my local setup; > > > On 5/31/23 20:23, Bruce Ashfield wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attac

Re: [OE-core][kirkstone][PATCH] perf: fix argument list too long during compile

2023-08-17 Thread Xiangyu Chen
Hi Bruce, Sorry for being late, update some information I observed in my local setup; On 5/31/23 20:23, Bruce Ashfield wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. O

Re: [OE-core][kirkstone][PATCH] perf: fix argument list too long during compile

2023-05-31 Thread Bruce Ashfield
On Wed, May 31, 2023 at 1:14 AM Xiangyu Chen wrote: > > From: Xiangyu Chen > > The perf would fail to build when BUILDDIR is longer than 190, The "O = ${B}" > makes it use absolute path which makes the argument list too long, remove > "O = ${B}" will make it use relative path to build will fix th

[OE-core][kirkstone][PATCH] perf: fix argument list too long during compile

2023-05-30 Thread Xiangyu Chen
From: Xiangyu Chen The perf would fail to build when BUILDDIR is longer than 190, The "O = ${B}" makes it use absolute path which makes the argument list too long, remove "O = ${B}" will make it use relative path to build will fix the problem. Signed-off-by: Xiangyu Chen --- meta/recipes-kerne