[OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add ${TCLIBC}-dbg in RRECOMMENDS

2012-01-03 Thread b19537
From: Zhenhua Luo 1. add powerpc into the compatible host list 2. valgrind requires the non-stripped libraries of ${TCLIBC}, so add ${TCLIBC}-dbg into RRECOMMENDS_valgrind Signed-off-by: Zhenhua Luo --- meta/recipes-devtools/valgrind/valgrind_3.7.0.bb |6 -- 1 files chan

[OE-core] [PATCH oe-core v4] linux-dtb: add multi-dtb build support and keep dtb in deploy cache package

2012-01-05 Thread b19537
From: Zhenhua Luo Signed-off-by: Zhenhua Luo --- meta/recipes-kernel/linux/linux-dtb.inc | 30 +- 1 files changed, 21 insertions(+), 9 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 7ec7584..54398

[OE-core] [PATCH oe-core v2] valgrind: add powerpc to the compatible host and add ${TCLIBC}-dbg in RRECOMMENDS-powerpc

2012-01-05 Thread b19537
From: Zhenhua Luo 1. add powerpc/powerpc64 into the compatible host list 2. valgrind requires the non-stripped libraries of ${TCLIBC}, so add ${TCLIBC}-dbg into RRECOMMENDS for powerpc Signed-off-by: Zhenhua Luo --- meta/recipes-devtools/valgrind/valgrind_3.7.0.bb |6 --

[OE-core] [PATCH oe-core v5] linux-dtb: add multi-dtb build support and keep dtb in deploy cache package

2012-01-06 Thread b19537
From: Zhenhua Luo DEPLOY_DIR_IMAGE is the images deploy folder - tmp/deploy/images DEPLOYDIR is the deploy folder of linux - deploy-linux-qoriq-sdk Signed-off-by: Zhenhua Luo --- meta/recipes-kernel/linux/linux-dtb.inc | 30 +- 1 files changed, 21 insertio

[OE-core] [PATCH oe-core v6] linux-dtb: add multi-dtb build support and keep dtb in deploy cache package

2012-01-08 Thread b19537
From: Zhenhua Luo Signed-off-by: Zhenhua Luo --- meta/recipes-kernel/linux/linux-dtb.inc | 24 +++- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 7ec7584..fc29d14 100

[OE-core] [PATCH] FSLONLY: adjust the meta-oe layer sequence to make Yocto pick up the right bbclass file

2012-01-09 Thread b19537
From: Zhenhua Luo Signed-off-by: Zhenhua Luo --- fsl-setup-poky | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fsl-setup-poky b/fsl-setup-poky index a5cc702..d1faaae 100755 --- a/fsl-setup-poky +++ b/fsl-setup-poky @@ -168,13 +168,6 @@ echo >> build_${BOAR

[OE-core] [PATCH oe-core] valgrind: add powerpc into the compatible host list

2011-12-19 Thread b19537
From: Zhenhua Luo add powerpc/powerpc64/ppc/ppc64 in COMPATIBLE_HOST variable Signed-off-by: Zhenhua Luo --- meta/recipes-devtools/valgrind/valgrind_3.6.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb b/meta

[OE-core] [PATCH oe-core v2] valgrind: remove COMPATIBLE_HOST to extend the supported arch

2011-12-19 Thread b19537
From: Zhenhua Luo Signed-off-by: Zhenhua Luo --- meta/recipes-devtools/valgrind/valgrind_3.6.1.bb |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb index 021caa8..0a09e

[OE-core] [PATCH v3 oe-core] valgrind: add powerpc and arm into COMPATIBLE_HOST

2011-12-21 Thread b19537
From: Zhenhua Luo Signed-off-by: Zhenhua Luo --- meta/recipes-devtools/valgrind/valgrind_3.6.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb index 021caa8..8c14a

[OE-core] [PATCH oe-core] linux-dtb: add dtb into deploy cache package

2011-12-22 Thread b19537
From: Zhenhua Luo > current dtb is not included in the deploy cache package, dtb is missing when build kernel from caches Signed-off-by: Zhenhua Luo --- meta/recipes-kernel/linux/linux-dtb.inc |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/recipes-

[OE-core] [PATCH v2 oe-core] linux-dtb: add dtb into deploy cache package

2011-12-22 Thread b19537
From: Zhenhua Luo > current dtb is not included in the deploy cache package, dtb is missing when build kernel from caches Signed-off-by: Zhenhua Luo --- meta/recipes-kernel/linux/linux-dtb.inc |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/meta/recipe

[OE-core] [PATCH v3 oe-core] linux-dtb: add multi-dtb build support and keep dtb in deploy cache package

2011-12-26 Thread b19537
From: Zhenhua Luo 1. add multiple dtb build support, define KERNEL_DEVICETREE as following: KERNEL_DEVICETREE= "${S}/arch/powerpc/boot/dts/p3041ds.dts \ ${S}/arch/powerpc/boot/dts/p3041ds-usdpaa.dts" 2. keep dtb files are included in the deploy ca

[OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends

2011-12-27 Thread b19537
From: Zhenhua Luo 1. add powerpc into the compatible host list 2. valgrind requires the non-stripped eglibc libraries, so add eglibc-dbg into RDEPENDS Signed-off-by: Zhenhua Luo --- meta/recipes-devtools/valgrind/valgrind_3.6.1.bb |6 -- 1 files changed, 4 insertions(+),

[OE-core] [PATCH v2 oe-core] valgrind: add powerpc to the compatible host and add ${TCLIBC}-dbg in RRECOMMENDS

2011-12-28 Thread b19537
From: Zhenhua Luo 1. add powerpc into the compatible host list 2. valgrind requires the non-stripped libraries of ${TCLIBC}, so add ${TCLIBC}-dbg into RRECOMMENDS_valgrind Signed-off-by: Zhenhua Luo --- meta/recipes-devtools/valgrind/valgrind_3.6.1.bb |6 -- 1 files chan

[OE-core] [PATCH] valgrind: fix default.supp missing issue

2012-07-11 Thread b19537
From: Zhenhua Luo When run valgrind, following error appears: ==2254== FATAL: can't open suppressions file "/usr/lib/valgrind/default.supp" Signed-off-by: Zhenhua Luo --- meta/recipes-devtools/valgrind/valgrind_3.7.0.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-)

[OE-core] [PATCH] task-core-sdk.bb: add libgomp and libgomp-dev

2012-07-11 Thread b19537
From: Zhenhua Luo Signed-off-by: Zhenhua Luo --- meta/recipes-core/tasks/task-core-sdk.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-sdk.bb b/meta/recipes-core/tasks/task-core-sdk.bb index ec6cdcc..3ee29ce 100644 --- a/meta/rec

[OE-core] [oe-core v2] task-core-sdk.bb: add libgomp and libgomp-dev by RECOMMENDS

2012-07-11 Thread b19537
From: Zhenhua Luo Signed-off-by: Zhenhua Luo --- meta/recipes-core/tasks/task-core-sdk.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-sdk.bb b/meta/recipes-core/tasks/task-core-sdk.bb index ec6cdcc..fe95236 100644 --- a/meta/r

[OE-core] [oe-core] udev: update rcS to auto-detect hostname

2012-08-14 Thread b19537
From: Zhenhua Luo the rootfs image can be reused by targets with same core type Signed-off-by: Zhenhua Luo --- meta/recipes-core/sysvinit/sysvinit/rcS |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/sysvinit/sysvinit/rcS b/meta/recipes-core/s

[OE-core] [oe-core] valgrind: fix debug info reading error when do memcheck on ppc targets

2012-09-11 Thread b19537
From: Zhenhua Luo following is the error message: --2263-- WARNING: Serious error when reading debug info --2263-- When reading debug info from /lib/ld-2.13.so: --2263-- Can't make sense of .got section mapping --2263-- WARNING: Serious error when reading debug

[OE-core] [oe-core v2] valgrind: fix debug info reading error when do memcheck on ppc targets

2012-09-12 Thread b19537
From: Zhenhua Luo following is the error message: --2263-- WARNING: Serious error when reading debug info --2263-- When reading debug info from /lib/ld-2.13.so: --2263-- Can't make sense of .got section mapping --2263-- WARNING: Serious error when reading debug

[OE-core] [oe-core] linux-dtb: add multi-dtb build support

2012-06-25 Thread b19537
From: Zhenhua Luo including following enhancement: * support multi-dtb build * skip dtb build and install when KERNEL_DEVICETREE is empty * print a warning message when specified dts file is not available Signed-off-by: Zhenhua Luo --- meta/recipes-kernel/linux/linux-dtb.inc |

[OE-core] [oe-core] ysvinit-inittab: fix hang issue of series consoles check

2012-09-26 Thread b19537
From: Zhenhua Luo the kernel boot process hangs when /proc/consoles doesn't exists, check the existence of /proc/consoles before executing pkg_postinst script. Following is the log when /proc/consoles doesn't exist: Running postinst /etc/rpm-postinsts/102... cat: /pro

Re: [OE-core] [PATCH v2 oe-core] valgrind: add powerpc to the compatible host and add ${TCLIBC}-dbg in RRECOMMENDS

2012-01-03 Thread Luo Zhenhua-B19537
Since valgrind has been upgraded to 3.7.0, a new patch to add powerpc support will be submitted, please ignore this one. Best Regards, Zhenhua > -Original Message- > From: Luo Zhenhua-B19537 > Sent: Thursday, December 29, 2011 10:39 AM > To: openembedded-core@lists.open

Re: [OE-core] [CONSOLIDATED PULL 00/28] Build Fixes and Updates

2012-01-05 Thread Luo Zhenhua-B19537
to > do_install instead and this confuses the purposes of the different tasks. > > If the files were placed into ${DEPLOYDIR} as part of do_deploy, things would > be > much more consistent. [Luo Zhenhua-B19537] I think you point is to merge do_install_append and do_depl

Re: [OE-core] [PATCH v3 oe-core] linux-dtb: add multi-dtb build support and keep dtb in deploy cache package

2012-01-05 Thread Luo Zhenhua-B19537
A new version is submitted. Best Regards, Zhenhua > -Original Message- > From: Luo Zhenhua-B19537 > Sent: Tuesday, December 27, 2011 11:34 AM > To: openembedded-core@lists.openembedded.org > Cc: Luo Zhenhua-B19537 > Subject: [PATCH v3 oe-core] linux-dtb: add multi

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add ${TCLIBC}-dbg in RRECOMMENDS

2012-01-05 Thread Luo Zhenhua-B19537
A new version is submitted according to the comments. Best Regards, Zhenhua > -Original Message- > From: Luo Zhenhua-B19537 > Sent: Wednesday, January 04, 2012 11:34 AM > To: openembedded-core@lists.openembedded.org > Cc: Luo Zhenhua-B19537 > Subject: [PATCH oe-c

Re: [OE-core] [PATCH oe-core v4] linux-dtb: add multi-dtb build support and keep dtb in deploy cache package

2012-01-05 Thread Luo Zhenhua-B19537
ore layer > Cc: Luo Zhenhua-B19537 > Subject: Re: [OE-core] [PATCH oe-core v4] linux-dtb: add multi-dtb build > support > and keep dtb in deploy cache package > > On 01/05/2012 09:57 PM, b19...@freescale.com wrote: > > From: Zhenhua Luo > > > > Signed-off-by: Zh

Re: [OE-core] [PATCH] FSLONLY: adjust the meta-oe layer sequence to make Yocto pick up the right bbclass file

2012-01-09 Thread Luo Zhenhua-B19537
Please ignore. Best Regards, Zhenhua > -Original Message- > From: Luo Zhenhua-B19537 > Sent: Monday, January 09, 2012 4:58 PM > To: openembedded-core@lists.openembedded.org > Cc: Luo Zhenhua-B19537 > Subject: [PATCH] FSLONLY: adjust the meta-oe layer sequence to ma

Re: [OE-core] [PATCH oe-core v6] linux-dtb: add multi-dtb build support and keep dtb in deploy cache package

2012-01-09 Thread Luo Zhenhua-B19537
gt; I am not sure how this worked, I am seeing a problem with building rootfs. > | > > kernel-devicetree is needed by > kernel-modules- > 3.0.14+git1+6ae3d992cf546184010e87a0349810198f1d167c_1+58ffdb8000e34d2ba7c3ef278 > b26680b0886e8b5-r2.mpc8315e_rdb > > This might be a

Re: [OE-core] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Luo Zhenhua-B19537
e: [OE-core] after modifying source code in work/, how to rebuild > package? > > Sorry, this workflow will clean all your changes. How about that: > > bitbake projectname -c compile -f > bitbake projectname [Luo Zhenhua-B19537] Those commands sh

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc into the compatible host list

2011-12-19 Thread Luo Zhenhua-B19537
Sure, if valgrind can work on x86, powerpc, arm, COMPATIBLE_HOST can be removed, I will post a v2 patch. Best Regards, Zhenhua > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded- > core-boun...@lists.openembedded.org] On Behalf Of Koen

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc into the compatible host list

2011-12-20 Thread Luo Zhenhua-B19537
werpc into the > compatible > host list > > On Mon, 2011-12-19 at 10:32 +, Luo Zhenhua-B19537 wrote: > > Sure, if valgrind can work on x86, powerpc, arm, COMPATIBLE_HOST can be > removed, I will post a v2 patch. > > Can someone confirm

Re: [OE-core] [PATCH oe-core] linux-dtb: add dtb into deploy cache package

2011-12-22 Thread Luo Zhenhua-B19537
E_BASE_NAME}.dtb > ${DEPLOYDIR}/${KERNEL_IMAGE_BASE_NAME}.dtb > > +cd ${DEPLOYDIR} > > +ln -sf ${KERNEL_IMAGE_BASE_NAME}.dtb > > +${KERNEL_IMAGE_SYMLINK_NAME}.dtb } > What machines did you test this on? Is it possible that some kernels do not > generate .dtb files? [Luo Zhenhu

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc into the compatible host list

2011-12-22 Thread Luo Zhenhua-B19537
December 22, 2011 7:09 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH oe-core] valgrind: add powerpc into the > compatible > host list > > On Wed, Dec 21, 2011 at 9:07 PM, Richard Purdie > wrote: > > On Wed, 2011-12-21 a

Re: [OE-core] [PATCH v2 oe-core] linux-dtb: add dtb into deploy cache package

2011-12-26 Thread Luo Zhenhua-B19537
Please ignore. A new version will be submitted. Best Regards, Zhenhua > -Original Message- > From: Luo Zhenhua-B19537 > Sent: Friday, December 23, 2011 11:00 AM > To: openembedded-core@lists.openembedded.org > Cc: Luo Zhenhua-B19537 > Subject: [PATCH v2 oe-core]

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends

2011-12-28 Thread Luo Zhenhua-B19537
ded.org > Cc: Luo Zhenhua-B19537 > Subject: Re: [OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible > host and add eglibc-dbg in rdepends > > On Wednesday 28 December 2011 14:55:08 b19...@freescale.com wrote: > > +RDEPENDS += "eglibc-dbg" > > So I m

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends

2011-12-28 Thread Luo Zhenhua-B19537
gt; > On Wednesday 28 December 2011 14:55:08 b19...@freescale.com wrote: > > > +RDEPENDS += "eglibc-dbg" > > > > So I might be completely off-base here having never tried it, but what > > if you're using uclibc? > > I don't really understand

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends

2011-12-28 Thread Luo Zhenhua-B19537
882; Garg Vakul-B16394; Luo Zhenhua-B19537 > Subject: Re: [OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible > host and add eglibc-dbg in rdepends > > On Wed, Dec 28, 2011 at 6:15 AM, Martin Jansa wrote: > >> > If a dependency on the libc debug packag

Re: [OE-core] [PATCH] task-core-sdk.bb: add libgomp and libgomp-dev

2012-07-11 Thread Luo Zhenhua-B19537
Richard, Thanks for your comments, I will submit new version to use RRECOMMENDS. Best Regards, Zhenhua > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Richard Purdie > Sent: Wedne

[OE-core] Different behavior of same IMAGE_FSTYPES definition in edison branch and denzil branch

2012-07-18 Thread Luo Zhenhua-B19537
I meet a different behavior of IMAGE_FSTYPES in edison branch and denzil branch. In edison branch: IMAGE_FSTYPES is defined as following in poky/meta/conf/bitbake.conf. IMAGE_FSTYPES ?= "tar.gz" I defined IMAGE_FSTYPES as following in my customized image bb file(in my layer) IMAGE_FSTYPES ?= "tar.

Re: [OE-core] [oe-core] linux-dtb: add multi-dtb build support

2012-08-19 Thread Luo Zhenhua-B19537
10:42 PM > To: Patches and discussions about the oe-core layer; Luo Zhenhua-B19537 > Subject: Re: [OE-core] [oe-core] linux-dtb: add multi-dtb build support > > Zhenhua, > > Any update here? > > -M > > On Mon, Jul 16, 2012 at 5:50 PM, Matthew McClintock > wrote: &

Re: [OE-core] [oe-core] valgrind: fix debug info reading error when do memcheck on ppc targets

2012-09-12 Thread Luo Zhenhua-B19537
a/recipes-devtools/valgrind/valgrind-3.7.0/valgrind-3.7.0-fix-err > > or-of-reading-debug-info.patch > > Patch needs Upstream-Status: [Luo Zhenhua-B19537] should the status be Pending if the patch has not been sent to upstream? > > +SRC_URI_append_powerpc = &quo

[OE-core] /usr/lib/perl5 conflict in sysroot folder

2013-05-06 Thread Luo Zhenhua-B19537
Recently I met a /usr/lib/perl5 conflict error, following is the details, is there any idea to solve such kind of issue? When perl is built, the output includes /usr/lib/perl folder and /usr/lib/perl5 symbol link, libhugetlbfs also produces /usr/lib/perl5 folder, there might be conflict when do

[OE-core] Query for multilib support in Yocto

2013-05-23 Thread Luo Zhenhua-B19537
Hi all, I am trying the multilib feature of Yocto, and I want to make sure if below scenarios are supported, who can help to clarify? Thanks in advance. For standalone toolchain built by "bitbake meta-toolchain" 1. Can the same gcc binary build both 32b and 64b applications or two different g

Re: [OE-core] Query for multilib support in Yocto

2013-05-24 Thread Luo Zhenhua-B19537
Hi Mark, Thanks for your comments. > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Mark > Hatle > Sent: Thursday, May 23, 2013 10:47 PM > > On 5/23/13 3:46 A

Re: [OE-core] [oe-core][PATCH] apr: fix configure issue for ppc64 targets

2013-05-28 Thread Luo Zhenhua-B19537
Please ignore this patch. Another patch has been sent out to fix the same issue. http://patches.openembedded.org/patch/50617/ Best Regards, Zhenhua > -Original Message- > From: Luo Zhenhua-B19537 > Sent: Tuesday, May 28, 2013 5:06 PM > To: openembedded-core@lists.open

[OE-core] Differnt build result of same u-boot source with differnet binutils

2013-05-31 Thread Luo Zhenhua-B19537
When the u-boot(HEAD of master in git://git.freescale.com/ppc/sdk/u-boot.git) of p1022ds is built with different binutils in Yocto, the result is different. With binutils-2.23.1(last version in Yocto), u-boot can be built correctly. With binutils-2.23.2(current version in Yocto), the build fail

Re: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check logic

2013-06-18 Thread Luo Zhenhua-B19537
= switch Please confirm if this is same as your result. Best Regards, Zhenhua > -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Tuesday, June 18, 2013 9:04 PM > To: Luo Zhenhua-B19537; Randy MacLeod > Cc: op

Re: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check logic

2013-06-19 Thread Luo Zhenhua-B19537
Ping. > -Original Message- > From: Luo Zhenhua-B19537 > Sent: Tuesday, June 18, 2013 9:26 PM > To: 'Richard Purdie'; Randy MacLeod > Cc: openembedded-core@lists.openembedded.org; Yu Zongchun-B40527 > Subject: RE: [OE-core] [oe-core][patch v2] sanity.bbclass:

Re: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check logic

2013-06-26 Thread Luo Zhenhua-B19537
Randy, Thanks for the details. Following is my trial result, FYI. [b19537@busy ~]$ lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch Distributor ID

Re: [OE-core] [meta-fsl-ppc][PATCH v3] linux-qoriq-sdk(-headers): upgrade to the version of sdk-1.4

2013-06-30 Thread Luo Zhenhua-B19537
Sorry for sending to the wrong mailing list. Please ignore. Best Regards, Zhenhua > -Original Message- > From: Luo Zhenhua-B19537 > Sent: Monday, July 01, 2013 1:51 PM > To: openembedded-core@lists.openembedded.org > Cc: Liu Ting-B28495; Guo Chunrong-B40290; Yu Zongc

Re: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check logic

2013-07-05 Thread Luo Zhenhua-B19537
Hi Randy, Any update? Can this patch be applied? Now "sed -e 's/if status != 0/if status == 0/' sanity.bbclass" is needed in my test script to ensure Yocto can work on our build server. Best Regards, Zhenhua > -Original Message----- > From: Luo Zhenhua-B19537

Re: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check logic

2013-07-23 Thread Luo Zhenhua-B19537
Randy, Thanks for the update. Best Regards, Zhenhua > -Original Message- > From: Randy MacLeod [mailto:randy.macl...@windriver.com] > Sent: Wednesday, July 24, 2013 1:25 AM > To: Luo Zhenhua-B19537 > Cc: openembedded-core@lists.openembedded.org; Yu Zongchun-B40527

Re: [OE-core] [PATCH oe-core v6] linux-dtb: add multi-dtb build support and keep dtb in deploy cache package

2012-06-25 Thread Luo Zhenhua-B19537
43 PM > To: Patches and discussions about the oe-core layer > Cc: Luo Zhenhua-B19537 > Subject: Re: [OE-core] [PATCH oe-core v6] linux-dtb: add multi-dtb build > support > and keep dtb in deploy cache package > > On 01/08/2012 07:37 PM, b19...@freescale.com wrote: > > Fr

Re: [OE-core] [PATCH] populate_sdk_base: repeat to tar archive file five time

2013-10-17 Thread Luo Zhenhua-B19537
It is worth to give a try to add PSEUDO_UNLOAD=1 sync before tar. The issue doesn't appear on my CentOS 5.9 after doing that. Best Regards, Zhenhua > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org

Re: [OE-core] [Yocto] [meta-fsl-ppc denzil v2] cryptodev kernel module recipe

2012-11-20 Thread Luo Zhenhua-B19537
Wrong operation, please ignore. Best Regards, Zhenhua > -Original Message- > From: yocto-boun...@linux.freescale.net [mailto:yocto- > boun...@linux.freescale.net] On Behalf Of Luo Zhenhua-B19537 > Sent: Wednesday, November 21, 2012 3:32 PM > To: yo...@linu

[OE-core] Difference of toolchain recipes

2012-12-03 Thread Luo Zhenhua-B19537
It is a bit confused for the different recipes of toolchian, can somebody help to explain what's the difference for those recipes? E.g. gcc-cross, gcc-cross-canadian, gcc-cross-initial, gcc-cross-intermediate, gcc-crosssdk, gcc-crosssdk-initial, gcc-crosssdk-intermediate, gcc-runtime, etc. Is

Re: [OE-core] [oe-commits] Zhenhua Luo : libxml2: add --with-fexceptions in configure flags to support exception handling in C++ programs

2012-12-04 Thread Luo Zhenhua-B19537
Thanks for the comment, I will submit a patch to fix it. Best Regards, Zhenhua > -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Tuesday, December 04, 2012 5:26 PM > To: Luo Zhenhua-B19537 > Cc: openembedded-comm...@lists.openembedded.or

Re: [OE-core] Difference of toolchain recipes

2012-12-06 Thread Luo Zhenhua-B19537
Can anybody shed some light, please? Best Regards, Zhenhua > -Original Message- > From: Luo Zhenhua-B19537 > Sent: Tuesday, December 04, 2012 11:53 AM > To: openembedded-core@lists.openembedded.org; 'yo...@yoctoproject.org' > Subject: Difference of toolchain

Re: [OE-core] [oe-core master] elfutils: Fix size passed to snprintf for invalid sh_name case

2013-03-11 Thread Luo Zhenhua-B19537
Please ignore the patch, v2 has been sent out to fix a semi-colon missing issue. Best Regards, Zhenhua > -Original Message- > From: Luo Zhenhua-B19537 > Sent: Tuesday, March 12, 2013 11:34 AM > To: openembedded-core@lists.openembedded.org > Cc: Liu Ting-B28495; Luo

Re: [OE-core] [oe-core master v2] elfutils: Fix size passed to snprintf for invalid sh_name case

2013-03-12 Thread Luo Zhenhua-B19537
V3 is sent out to include a new patch for this build issue, please ignore this one. Best Regards, Zhenhua > -Original Message- > From: Luo Zhenhua-B19537 > Sent: Tuesday, March 12, 2013 11:59 AM > To: openembedded-core@lists.openembedded.org > Cc: Liu Ting-B28495; Guo

Re: [OE-core] [oe-core] rpm: split out run-postinsts

2013-03-20 Thread Luo Zhenhua-B19537
t want RPM actually installed? > > That seems reasonable to me. I hadn't realized that it was rolled into > the target RPM package like this. In early implementations this script > was installed directly by the rootfs_rpm. [Luo Zhenhua-B19537] Yes, in my use case, I only

Re: [OE-core] [oe-core] rpm: fix probably redundant RPATH issue

2013-03-21 Thread Luo Zhenhua-B19537
> Sent: Thursday, March 21, 2013 5:32 PM > To: Luo Zhenhua-B19537 > Cc: openembedded-core@lists.openembedded.org; Guo Chunrong-B40290 > Subject: Re: [OE-core] [oe-core] rpm: fix probably redundant RPATH issue > > On Thu, 2013-03-21 at 15:00 +0800, Zhenhua Luo wrote: > > Clear the r

Re: [OE-core] [oe-core v2] rpm: split out run-postinsts

2013-03-25 Thread Luo Zhenhua-B19537
\ > >>" > > > > Don't we need to depend on this package somewhere so that it gets > > installed? > > I think it should be required from the rootfs_rpm.bbclass in some way. [Luo Zhenhua-B19537] Is following the right way to include the rpm-post

[OE-core] Build issue of nativesdk toolchain

2013-03-26 Thread Luo Zhenhua-B19537
When I build nativesdk toolchain with recent poky + meta-fsl-ppc + FSL SDK specific layers, build issue similar to error-1 happens. This issue might appear for different gcc related package during different trial, e.g. libgcc, gcc, gcc-cross-initial, gcc-crosssdk, etc. When I revert http://gi

Re: [OE-core] Build issue of nativesdk toolchain

2013-03-26 Thread Luo Zhenhua-B19537
e [mailto:richard.pur...@linuxfoundation.org] > Sent: Tuesday, March 26, 2013 11:45 PM > To: Luo Zhenhua-B19537 > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] Build issue of nativesdk toolchain > > On Tue, 2013-03-26 at 14:29 +, Luo Zhenhua-B19537 wrote:

[OE-core] Tar failed occasionally during the nativesdk toolchain build

2013-03-27 Thread Luo Zhenhua-B19537
When I build nativesdk toolchain, following build error appears sometimes, any suggestion to solve the issue? "tar: ./sysroots/ppce500mc-fsl_networking-linux/var/lib/rpm/__db.002: file changed as we read it" Thanks in advance. Regards, Zhenhua

Re: [OE-core] Tar failed occasionally during the nativesdk toolchain build

2013-03-28 Thread Luo Zhenhua-B19537
> -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Thursday, March 28, 2013 9:39 PM > > On Wed, 2013-03-27 at 10:55 +0000, Luo Zhenhua-B19537 wrote: > > When I build nativesdk toolchain, following build error appears > s

[OE-core] The build issue of wayland-native on Linux distros with old glibc

2013-04-11 Thread Luo Zhenhua-B19537
I tried to build wayland-native which requires sys/signalfd.h and sys/timerfd.h, the two headers are not provided by Yocto build env, so host version is searched. When the build is conducted in Linux distros with old glibc(not sure about the accurate version), above two headers are not availab

Re: [OE-core] The build issue of wayland-native on Linux distros with old glibc

2013-04-12 Thread Luo Zhenhua-B19537
Thanks for the comments and patch, the patch works well during our build test. Best Regards, Zhenhua > -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Friday, April 12, 2013 4:42 AM > To: Khem Raj > Cc: Luo Zhenhua-B1953