Re: [OE-core] LTP drop MUSL specific patch

2021-04-27 Thread Petr Vorel
Hi Andre, ... > > One more question: how to make this function MUSL specific? > > I noticed some functions has suffix "_libc-musl" (e.g. > > do_install_append_libc-musl), but I guess this would not work for > > do_patch[postfuncs], where I specify the name. > You can either use an intermediate

Re: [OE-core] LTP drop MUSL specific patch

2021-04-27 Thread Andre McCurdy
On Tue, Apr 27, 2021 at 12:17 PM Petr Vorel wrote: > > Hi all, > > > On Mon, Apr 26, 2021 at 11:53 AM Petr Vorel wrote: > > > > Hi Khem, Richard, > > > > I'd like to replace MUSL specific patch > > > meta/recipes-extended/ltp/ltp/0001-build-Add-option-to-select-libc-implementation.patch > > >

Re: [OE-core] LTP drop MUSL specific patch

2021-04-27 Thread Petr Vorel
Hi all, > On Mon, Apr 26, 2021 at 11:53 AM Petr Vorel wrote: > > Hi Khem, Richard, > > I'd like to replace MUSL specific patch > > meta/recipes-extended/ltp/ltp/0001-build-Add-option-to-select-libc-implementation.patch > > with just removing broken files. We use this in upstream CI for Alpine,

Re: [OE-core] LTP drop MUSL specific patch

2021-04-26 Thread Petr Vorel
Hi Andre, > On Mon, Apr 26, 2021 at 11:53 AM Petr Vorel wrote: > > Hi Khem, Richard, > > I'd like to replace MUSL specific patch > > meta/recipes-extended/ltp/ltp/0001-build-Add-option-to-select-libc-implementation.patch > > with just removing broken files. We use this in upstream CI for

Re: [OE-core] LTP drop MUSL specific patch

2021-04-26 Thread Andre McCurdy
On Mon, Apr 26, 2021 at 11:53 AM Petr Vorel wrote: > > Hi Khem, Richard, > > I'd like to replace MUSL specific patch > meta/recipes-extended/ltp/ltp/0001-build-Add-option-to-select-libc-implementation.patch > with just removing broken files. We use this in upstream CI for Alpine, I > ported > it

[OE-core] LTP drop MUSL specific patch

2021-04-26 Thread Petr Vorel
Hi Khem, Richard, I'd like to replace MUSL specific patch meta/recipes-extended/ltp/ltp/0001-build-Add-option-to-select-libc-implementation.patch with just removing broken files. We use this in upstream CI for Alpine, I ported it to Buildroot [2], where works well. It's better because it does