Re: [OE-core] [PATCH] musl: use arm instruction set for armv4 and armv5

2017-12-12 Thread Khem Raj
On Tue, Dec 12, 2017 at 9:15 AM, Burton, Ross wrote: > Just to make it clear I'm waiting on Andrea or Khem to ping the right patch. > I will resend them today > Ross > > On 12 December 2017 at 15:23, Andrea Adami wrote: >> >> Hello, >> >> musl 1.18 recipe is still failing. >> Please apply one o

Re: [OE-core] [PATCH] musl: use arm instruction set for armv4 and armv5

2017-12-12 Thread Khem Raj
They have been proposed some time back. I dont know if they fell through cracks. On Tue, Dec 12, 2017 at 7:23 AM, Andrea Adami wrote: > Hello, > > musl 1.18 recipe is still failing. > Please apply one of the a.m. patches, thanks > > Andrea > > On Wed, Nov 15, 2017 at 4:37 AM, Khem Raj wrote: >>

Re: [OE-core] [PATCH] musl: use arm instruction set for armv4 and armv5

2017-12-12 Thread Burton, Ross
Just to make it clear I'm waiting on Andrea or Khem to ping the right patch. Ross On 12 December 2017 at 15:23, Andrea Adami wrote: > Hello, > > musl 1.18 recipe is still failing. > Please apply one of the a.m. patches, thanks > > Andrea > > On Wed, Nov 15, 2017 at 4:37 AM, Khem Raj wrote: > >

Re: [OE-core] [PATCH] musl: use arm instruction set for armv4 and armv5

2017-12-12 Thread Andrea Adami
Hello, musl 1.18 recipe is still failing. Please apply one of the a.m. patches, thanks Andrea On Wed, Nov 15, 2017 at 4:37 AM, Khem Raj wrote: > On Tue, Nov 14, 2017 at 1:44 PM, Andrea Adami wrote: >> thumb1 is not supported with musl. >> >> Fixes: [YOCTO #12336] >> >> Signed-off-by: Andrea Ad

Re: [OE-core] [PATCH] musl: use arm instruction set for armv4 and armv5

2017-11-14 Thread Khem Raj
On Tue, Nov 14, 2017 at 1:44 PM, Andrea Adami wrote: > thumb1 is not supported with musl. > > Fixes: [YOCTO #12336] > > Signed-off-by: Andrea Adami > --- > meta/recipes-core/musl/musl.inc | 4 > 1 file changed, 4 insertions(+) > > diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-

[OE-core] [PATCH] musl: use arm instruction set for armv4 and armv5

2017-11-14 Thread Andrea Adami
thumb1 is not supported with musl. Fixes: [YOCTO #12336] Signed-off-by: Andrea Adami --- meta/recipes-core/musl/musl.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index 56c9d7f..b4b0de9 100644 --- a/meta/recipes-cor