[meta-ti][master][PATCH v2] linux-ti-staging: work around for too few arguments to function init_disassemble_info() error

2022-11-28 Thread Ryan Eatmon via lists.yoctoproject.org
binutils 2.39 changed the signature of init_disassemble_info(), which now causes perf and bpftool to fail to compile. Relevant binutils commit: [1] There is a proper fix in development upstream[2]. This is a work-around for older kernels. Inspired by a patch by Anton Antonov to fix this issue

Re: [meta-ti][master][PATCH] linux-ti-staging: work around for too few arguments to function init_disassemble_info() error

2022-11-28 Thread Ryan Eatmon via lists.yoctoproject.org
On 11/28/2022 9:40, Denys Dmytriyenko wrote: On Sun, Nov 27, 2022 at 10:29:19PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: binutils 2.39 changed the signature of init_disassemble_info(), which now causes perf and bpftool to fail to compile. Relevant binutils commit: [1] There is

Re: [meta-ti][dunfell PATCH] optee-os: Update SRCREV for OP-TEE TRNG in AM62X

2022-11-28 Thread Andrew Davis via lists.yoctoproject.org
On 11/27/22 11:46 PM, Jayesh Choudhary wrote: From: Kamlesh Gurudasani Update the SRCREV to the commit when trng support was added in upstream OP-TEE for am62x platform to access rng. Also, enable trng support as trng support is added now in OP-TEE Signed-off-by: Kamlesh Gurudasani

Re: [meta-ti][master][PATCH] linux-ti-staging: work around for too few arguments to function init_disassemble_info() error

2022-11-28 Thread Denys Dmytriyenko
On Sun, Nov 27, 2022 at 10:29:19PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > binutils 2.39 changed the signature of init_disassemble_info(), > which now causes perf and bpftool to fail to compile. > > Relevant binutils commit: [1] > > There is a proper fix in development