All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-libc-headers: To fix build error when enable mutilib on aarch64 Big endian.
@ 2018-05-18 18:37 Lei Maohui
  2018-06-04  6:28 ` Lei, Maohui
  2018-06-20  7:12 ` Lei, Maohui
  0 siblings, 2 replies; 4+ messages in thread
From: Lei Maohui @ 2018-05-18 18:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
index 9903c06..b5cf96d 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -77,6 +77,10 @@ do_install_append_arm () {
 	do_install_armmultilib
 }
 
+do_install_append_armeb () {
+	do_install_armmultilib
+}
+
 do_install_armmultilib () {
 	oe_multilib_header asm/auxvec.h asm/bitsperlong.h asm/byteorder.h asm/fcntl.h asm/hwcap.h asm/ioctls.h asm/kvm.h asm/kvm_para.h asm/mman.h asm/param.h asm/perf_regs.h asm/bpf_perf_event.h
 	oe_multilib_header asm/posix_types.h asm/ptrace.h  asm/setup.h  asm/sigcontext.h asm/siginfo.h asm/signal.h asm/stat.h  asm/statfs.h asm/swab.h  asm/types.h asm/unistd.h
-- 
1.9.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] linux-libc-headers: To fix build error when enable mutilib on aarch64 Big endian.
  2018-05-18 18:37 [PATCH] linux-libc-headers: To fix build error when enable mutilib on aarch64 Big endian Lei Maohui
@ 2018-06-04  6:28 ` Lei, Maohui
  2018-06-20  7:12 ` Lei, Maohui
  1 sibling, 0 replies; 4+ messages in thread
From: Lei, Maohui @ 2018-06-04  6:28 UTC (permalink / raw)
  To: openembedded-core

ping

> -----Original Message-----
> From: Lei, Maohui
> Sent: Saturday, May 19, 2018 2:38 AM
> To: openembedded-core@lists.openembedded.org
> Cc: Lei, Maohui
> Subject: [OE-core][PATCH] linux-libc-headers: To fix build error when enable
> mutilib on aarch64 Big endian.
> 
> Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> ---
>  meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
> b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
> index 9903c06..b5cf96d 100644
> --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
> +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
> @@ -77,6 +77,10 @@ do_install_append_arm () {
>  	do_install_armmultilib
>  }
> 
> +do_install_append_armeb () {
> +	do_install_armmultilib
> +}
> +
>  do_install_armmultilib () {
>  	oe_multilib_header asm/auxvec.h asm/bitsperlong.h asm/byteorder.h
> asm/fcntl.h asm/hwcap.h asm/ioctls.h asm/kvm.h asm/kvm_para.h asm/mman.h
> asm/param.h asm/perf_regs.h asm/bpf_perf_event.h
>  	oe_multilib_header asm/posix_types.h asm/ptrace.h  asm/setup.h
> asm/sigcontext.h asm/siginfo.h asm/signal.h asm/stat.h  asm/statfs.h asm/swab.h
> asm/types.h asm/unistd.h
> --
> 1.9.1




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] linux-libc-headers: To fix build error when enable mutilib on aarch64 Big endian.
  2018-05-18 18:37 [PATCH] linux-libc-headers: To fix build error when enable mutilib on aarch64 Big endian Lei Maohui
  2018-06-04  6:28 ` Lei, Maohui
@ 2018-06-20  7:12 ` Lei, Maohui
  2018-06-20 12:39   ` Bruce Ashfield
  1 sibling, 1 reply; 4+ messages in thread
From: Lei, Maohui @ 2018-06-20  7:12 UTC (permalink / raw)
  To: openembedded-core

Ping

> -----Original Message-----
> From: Lei, Maohui
> Sent: Saturday, May 19, 2018 2:38 AM
> To: openembedded-core@lists.openembedded.org
> Cc: Lei, Maohui
> Subject: [OE-core][PATCH] linux-libc-headers: To fix build error when enable
> mutilib on aarch64 Big endian.
> 
> Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> ---
>  meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
> b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
> index 9903c06..b5cf96d 100644
> --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
> +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
> @@ -77,6 +77,10 @@ do_install_append_arm () {
>  	do_install_armmultilib
>  }
> 
> +do_install_append_armeb () {
> +	do_install_armmultilib
> +}
> +
>  do_install_armmultilib () {
>  	oe_multilib_header asm/auxvec.h asm/bitsperlong.h asm/byteorder.h
> asm/fcntl.h asm/hwcap.h asm/ioctls.h asm/kvm.h asm/kvm_para.h asm/mman.h
> asm/param.h asm/perf_regs.h asm/bpf_perf_event.h
>  	oe_multilib_header asm/posix_types.h asm/ptrace.h  asm/setup.h
> asm/sigcontext.h asm/siginfo.h asm/signal.h asm/stat.h  asm/statfs.h asm/swab.h
> asm/types.h asm/unistd.h
> --
> 1.9.1




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] linux-libc-headers: To fix build error when enable mutilib on aarch64 Big endian.
  2018-06-20  7:12 ` Lei, Maohui
@ 2018-06-20 12:39   ` Bruce Ashfield
  0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2018-06-20 12:39 UTC (permalink / raw)
  To: Lei, Maohui, Ross Burton; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2016 bytes --]

I can grab this for my queue, and send it along with my next consolidated
pull request.
That way, I can give it some extra testing.

Cheers,

Bruce

On Wed, Jun 20, 2018 at 3:12 AM, Lei, Maohui <leimaohui@cn.fujitsu.com>
wrote:

> Ping
>
> > -----Original Message-----
> > From: Lei, Maohui
> > Sent: Saturday, May 19, 2018 2:38 AM
> > To: openembedded-core@lists.openembedded.org
> > Cc: Lei, Maohui
> > Subject: [OE-core][PATCH] linux-libc-headers: To fix build error when
> enable
> > mutilib on aarch64 Big endian.
> >
> > Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> > ---
> >  meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-
> headers.inc
> > b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
> > index 9903c06..b5cf96d 100644
> > --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
> > +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
> > @@ -77,6 +77,10 @@ do_install_append_arm () {
> >       do_install_armmultilib
> >  }
> >
> > +do_install_append_armeb () {
> > +     do_install_armmultilib
> > +}
> > +
> >  do_install_armmultilib () {
> >       oe_multilib_header asm/auxvec.h asm/bitsperlong.h asm/byteorder.h
> > asm/fcntl.h asm/hwcap.h asm/ioctls.h asm/kvm.h asm/kvm_para.h asm/mman.h
> > asm/param.h asm/perf_regs.h asm/bpf_perf_event.h
> >       oe_multilib_header asm/posix_types.h asm/ptrace.h  asm/setup.h
> > asm/sigcontext.h asm/siginfo.h asm/signal.h asm/stat.h  asm/statfs.h
> asm/swab.h
> > asm/types.h asm/unistd.h
> > --
> > 1.9.1
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 3125 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-20 12:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-18 18:37 [PATCH] linux-libc-headers: To fix build error when enable mutilib on aarch64 Big endian Lei Maohui
2018-06-04  6:28 ` Lei, Maohui
2018-06-20  7:12 ` Lei, Maohui
2018-06-20 12:39   ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.