Re: [OE-core] [PATCH v2] gcompat: Add __getauxval wrapper needed on aarch64

2022-09-21 Thread Khem Raj
On Wed, Sep 21, 2022 at 9:38 AM Richard Purdie wrote: > > On Tue, 2022-09-20 at 19:23 -0700, Khem Raj wrote: > > Update SRCREV to bring in few bug fixes > > Install a .so symlink which could be used during linking > > > > Signed-off-by: Khem Raj > > --- > > v2: Symlink should point to base_libdir

Re: [OE-core] [PATCH v2] gcompat: Add __getauxval wrapper needed on aarch64

2022-09-21 Thread Richard Purdie
On Tue, 2022-09-20 at 19:23 -0700, Khem Raj wrote: > Update SRCREV to bring in few bug fixes > Install a .so symlink which could be used during linking > > Signed-off-by: Khem Raj > --- > v2: Symlink should point to base_libdir not libdir It still breaks: https://autobuilder.yoctoproject.org/ty

[OE-core] [PATCH v2] gcompat: Add __getauxval wrapper needed on aarch64

2022-09-20 Thread Khem Raj
Update SRCREV to bring in few bug fixes Install a .so symlink which could be used during linking Signed-off-by: Khem Raj --- v2: Symlink should point to base_libdir not libdir .../musl/gcompat/0001-auxv-new-module.patch | 59 +++ meta/recipes-core/musl/gcompat_git.bb |