[OE-core] [PATCH] go: filter out build specific path from the linker flags

2024-02-28 Thread Changqing Li
From: Changqing Li patch 0007-exec.go-do-not-write-linker-flags-into-buildids.patch removes linker flags from buildids for not breaking reproducibility, but it seems that this will make go not rebuild when linker flag changes, Refer [1]. So remove this oe-specific patch, and change to filter out

[OE-core] [PATCH] go: filter out build specific path from the linker flags

2024-03-06 Thread Changqing Li
From: Changqing Li patch 0007-exec.go-do-not-write-linker-flags-into-buildids.patch removes linker flags from buildids for not breaking reproducibility, but it seems that this will make go not rebuild when linker flag changes, Refer [1]. So remove this oe-specific patch, and change to filter out

Re: [OE-core] [PATCH] go: filter out build specific path from the linker flags

2024-03-03 Thread Richard Purdie
On Thu, 2024-02-29 at 09:21 +0800, Changqing Li wrote: > From: Changqing Li > > patch 0007-exec.go-do-not-write-linker-flags-into-buildids.patch > removes linker flags from buildids for not breaking reproducibility, > but it seems that this will make go not rebuild when linker flag > changes, Ref

Re: [OE-core] [PATCH] go: filter out build specific path from the linker flags

2024-03-03 Thread Changqing Li
On 3/4/24 00:32, Richard Purdie 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, 2024-02-29 at 09:21 +0800, Changqing Li wrote: From: Changqing Li patch 0007-exe