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
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
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 --
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
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
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
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
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
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
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-
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
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
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(+),
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
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(-)
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
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
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
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
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
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 |
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
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
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
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
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
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.
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:
&
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
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
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
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
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
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
= 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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
\
> >>"
> >
> > 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
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
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:
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
> -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
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
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
70 matches
Mail list logo