[OE-core] [v2][PATCH] glibc: fix multilib file install conflicts

2019-02-27 Thread C.r. Guo
From: Chunrong Guo Leaving bits/procfs-id.h,bits/procfs.h,bits/shmlba.h out of being multilibbed introduced a problem in building the SDK for arm64: Error: Transaction check error: file /usr/include/bits/procfs-id.h conflicts between attempted installs of lib64-libc6-dev-2.29-r0.aarch64 and lib

[OE-core] [PATCH] glibc: fix multilib file install conflicts

2019-02-26 Thread C.r. Guo
From: Chunrong Guo Leaving bits/wordsize.h out of being multilibbed introduced a problem in building the SDK for arm64: Error: Transaction check error: file /usr/include/bits/procfs-id.h conflicts between attempted installs of lib64-libc6-dev-2.29-r0.aarch64 and libc6-dev-2.29-r0.armv7ahf_neon

[OE-core] [PATCH] glibc: fix multilib file install conflicts

2019-02-26 Thread C.r. Guo
From: Chunrong Guo Leaving bits/wordsize.h out of being multilibbed introduced a problem in building the SDK for arm64: Error: Transaction check error: file /usr/include/bits/procfs-id.h conflicts between attempted installs of lib64-libc6-dev-2.29-r0.aarch64 and libc6-dev-2.29-r0.armv7ahf_neon

Re: [OE-core] [PATCH] glibc: support powerpc e5500 and e6500

2019-02-20 Thread C.r. Guo
Hello all, I have submitted patch to glibc git . https://patchwork.sourceware.org/patch/31531/ Thanks Chunrong -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: 2019年2月20日 0:54 To: Richard Purdie Cc: C.r. Guo ; openembedded-core@lists.openembedded.org Subject: Re

[OE-core] [PATCH] glibc: support powerpc e5500 and e6500

2019-02-19 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- .../glibc/0031-glibc-support-e5500-and-e6500.patch | 564 + meta/recipes-core/glibc/glibc_2.29.bb | 1 + 2 files changed, 565 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/0031-glibc-support

[OE-core] [PATCH] glibc: support powerpc e5500 and e6500

2019-02-19 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- .../glibc/0031-glibc-support-e5500-and-e6500.patch | 564 + meta/recipes-core/glibc/glibc_2.29.bb | 1 + 2 files changed, 565 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/0031-glibc-support

[OE-core] [meta-oe][PATCH] mozjs: add aarch64 be support

2019-01-25 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- .../mozjs/mozjs/0001-add-aarch64-be-support.patch | 28 ++ meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 meta-oe/recipes-extended/mozjs/mozjs/0001-add-aarc

[OE-core] [PATCH v2] glibc: glibc support powerpc e5500 and e6500

2019-01-17 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- .../glibc/0035-glibc-support-e5500-and-e6500.patch | 564 + meta/recipes-core/glibc/glibc_2.28.bb | 1 + 2 files changed, 565 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/0035-glibc-support

[OE-core] [PATCH] glibc: glibc support powerpc e5500 and e6500

2019-01-16 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- .../glibc/0035-glibc-support-e5500-and-e6500.patch | 562 + meta/recipes-core/glibc/glibc_2.28.bb | 1 + 2 files changed, 563 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/0035-glibc-support

[OE-core] [thud][PATCH] glibc: glibc support powerpc e5500 and e6500

2019-01-16 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- .../glibc/0035-glibc-support-e5500-and-e6500.patch | 562 + meta/recipes-core/glibc/glibc_2.28.bb | 1 + 2 files changed, 563 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/0035-glibc-support

[OE-core] [PATCH] meson: add aarch64 big endian support

2019-01-09 Thread C.r. Guo
pport aarch64_be + +Signed-off-by: C.r. Guo +--- + mesonbuild/environment.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py +index b4fc0dc..014ecab 100644 +--- a/mesonbuild/environment.py b/mesonbuild/environment.py +@@ -74,6 +74,7 @@

Re: [OE-core] [[thud][PATCH] meta/classes/qemu.bbclass: set -cpu of e500v2 to e500mc

2018-11-20 Thread C.r. Guo
Hello , Please apply this patch in thud branch . Now build gcc failed for e500v2 Thanks Chunrong -Original Message- From: C.r. Guo Sent: 2018年11月15日 11:37 Cc: C.r. Guo Subject: [[thud][PATCH] meta/classes/qemu.bbclass: set -cpu of e500v2 to e500mc From: Chunrong Guo *fix the

Re: [OE-core] [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port

2018-11-19 Thread C.r. Guo
Hello all, Please review gcc changes about issue. https://www.gnu.org/software/gcc/gcc-8/changes.html https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html thanks chunrong -Original Message- From: richard.pur...@linuxfoundation.org Sent: 2018年11月16日 20:46 To: Lukasz Majewski Cc: C.r

[OE-core] [thud][PATCH] ppce500v2: remove spe *The PowerPC SPE support is split off to a separate powerpcspe port

2018-11-15 Thread C.r. Guo
From: Chunrong Guo (From OE-Core rev: c67bc9bdcbcf46ed54dfbafd1bb6e405ed77f86a) Signed-off-by: Chunrong Guo --- meta/conf/machine/include/tune-ppce500v2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/tune-ppce500v2.inc b/meta/conf/machine/inc

[OE-core] [PATCH] meta/classes/qemu.bbclass: set -cpu of e500v2 to e500mc

2018-11-09 Thread C.r. Guo
From: Chunrong Guo *fix the below error |The postinstall intercept hook 'update_font_cache' failed |qemu: uncaught target signal 4 (Illegal instruction) - core dumped This workaround will need to be reverted once the proper fix is found. Signed-off-by: Chunrong Guo --- meta/classes/qemu.bbcla

[OE-core] [thud][PATCH] ppce500v2: remove spe

2018-11-02 Thread C.r. Guo
From: Chunrong Guo *The PowerPC SPE support is split off to a separate powerpcspe port Signed-off-by: Chunrong Guo --- meta/conf/machine/include/tune-ppce500v2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/tune-ppce500v2.inc b/meta/conf/mach