Re: [OE-core] [PATCH] go.bbclass: Allow adding parameters to go ldflags

2021-10-26 Thread Khem Raj
looks fine On 10/26/21 11:56, Ahmed Hossam wrote: Currently, there is no clean way to pass extra parameters to the go tool link, which is passed by the go build ldflags flag, the append needs to happen inside the quotes of the ldflags parameter See [YOCTO #14554]. Add a variable to allow addin

[OE-core] [PATCH] go.bbclass: Allow adding parameters to go ldflags

2021-10-26 Thread Ahmed Hossam
Currently, there is no clean way to pass extra parameters to the go tool link, which is passed by the go build ldflags flag, the append needs to happen inside the quotes of the ldflags parameter See [YOCTO #14554]. Add a variable to allow adding extra parameters to -ldflags in the GO_LDFLAGS vari