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] [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; Hatle, Mark Subject

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 Zongchun-B40527; Luo

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

2013-06-26 Thread Luo Zhenhua-B19537
@busy ~]$ [b19537@busy ~]$ gcc -march=x86-64 -o gcc_test_new gcc_test_new.c [b19537@busy ~]$ echo $? 0 [b19537@busy ~]$ Best Regards, Zhenhua -Original Message- From: Randy MacLeod [mailto:randy.macl...@windriver.com] Sent: Thursday, June 27, 2013 6:17 AM To: Luo Zhenhua-B19537 Cc

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: correct the gcc_arch check logic

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: openembedded-core

[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

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.openembedded.org Cc

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 AM, Luo Zhenhua-B19537 wrote

[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

[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

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-B19537; Guo Chunrong-B40290

[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

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 +, Luo Zhenhua-B19537 wrote: When I build nativesdk toolchain, following build error appears sometimes, any suggestion

[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

[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

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

2013-03-26 Thread Luo Zhenhua-B19537
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: When I build nativesdk toolchain with recent poky + meta-fsl-ppc + FSL SDK specific layers, build issue

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

2013-03-25 Thread Luo Zhenhua-B19537
}/rpm/.debug \ ${libdir}/rpm/bin/.debug \ 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-postinsts

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

2013-03-21 Thread Luo Zhenhua-B19537
, 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 rpath define to fix below build issue

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

2013-03-20 Thread Luo Zhenhua-B19537
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 need the postinits script instead of whole rpm package. Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- meta

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 Chunrong-B40290; Luo

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 Zhenhua-B19537

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 recipes It is a bit confused

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.org; openembedded- c

[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] [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...@linux.freescale.net; openembedded

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

2012-09-12 Thread Luo Zhenhua-B19537
-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 = file://valgrind-3.7.0-fix-error-of-reading- debug-info.patch +SRC_URI_append_powerpc64 = file

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

2012-08-20 Thread Luo Zhenhua-B19537
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 m...@freescale.com wrote: Adding Zhenhua so he sees the email for sure

[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.gz

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:

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
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: From: Zhenhua Luob19...@freescale.com Signed-off-by: Zhenhua

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 make Yocto pick up

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

2012-01-05 Thread Luo Zhenhua-B19537
be much more consistent. [Luo Zhenhua-B19537] I think you point is to merge do_install_append and do_deploy_append to do_deploy_append, right? Best Regards, Zhenhua ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

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-core] valgrind: add powerpc

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
= is needless, I will fix the error. Seems it doesn't impact the result. :) Best Regards, Zhenhua -Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Friday, January 06, 2012 3:06 PM To: Patches and discussions about the oe-core layer Cc: Luo Zhenhua-B19537

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.openembedded.org Cc

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
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 why valgrind is doing that at all. [Luo Zhenhua-B19537] The reason is that valgrind requires non

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
-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 martin.ja...@gmail.com wrote: If a dependency on the libc debug packages is really needed you could do

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] linux-dtb: add dtb

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

2011-12-22 Thread Luo Zhenhua-B19537
}.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 Zhenhua-B19537] I verified on Freescale powerpc platforms, this will cause error

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

2011-12-22 Thread Luo Zhenhua-B19537
, 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 richard.pur...@linuxfoundation.org wrote: On Wed, 2011-12-21 at 06:21 +, Luo Zhenhua

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] after modifying source code in work/, how to rebuild package?

2011-12-16 Thread Luo Zhenhua-B19537
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 should work. Best Regards, Zhenhua