Re: [yocto] [meta-freescale] The updated proposal of FSL Yocto layers reorg - 4-Mar

2013-09-30 Thread Luo Zhenhua-B19537
AM To: Luo Zhenhua-B19537 Cc: Yocto discussion list Subject: Re: [meta-freescale] The updated proposal of FSL Yocto layers reorg - 4-Mar Hi Zhenhua, Can we get an update on Layerscape? It's been about 6 months since the Yocto layers organization for Layerscape was last talked about

Re: [yocto] tree link is broken for some layers in http://layers.openembedded.org/layerindex/branch/master/layers/

2013-09-13 Thread Luo Zhenhua-B19537
Thanks, Paul. Best Regards, Zhenhua -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Friday, September 13, 2013 6:48 PM To: Luo Zhenhua-B19537 Cc: yocto@yoctoproject.org Subject: Re: [yocto] tree link is broken for some layers in http

[yocto] tree link is broken for some layers in http://layers.openembedded.org/layerindex/branch/master/layers/

2013-09-12 Thread Luo Zhenhua-B19537
Hi, When I click the tree links of some layers in http://layers.openembedded.org/layerindex/branch/master/layers/, 400 Bad Request error appears, can somebody take a look? Meta-intel Meta-fsl-arm Meta-fsl-ppc Meta-lsi Meta-ti ... Best Regards, Zhenhua

Re: [yocto] [meta-freescale] [meta-fsl-ppc] MPC8572 Machine with Dylan

2013-08-28 Thread Luo Zhenhua-B19537
Hi Rudi, Mpc85xx series is not supported and removed since FSL QorIQ SDK 1.4(QorIQ-SDK-V1.4-20130625-yocto) which is based on Yocto 1.4(dylan), the machine configure files are removed from dylan/master of meta-fsl-ppc layer to avoid unexpected issues.

Re: [yocto] Integrate java with yocto

2013-08-01 Thread Luo Zhenhua-B19537
. Following are the steps which i followed to include java in my powerpc. 1. export PATH=$PATH:/home/vvdn/yocto/QorIQ-SDK-V1.3.2-20130325-yocto/bitbake/bin/ [Luo Zhenhua-B19537] this step is not necessary, steps 3 will set the path for you. 2 ./scripts/host-prepare.sh 3 source ./fsl-setup-poky -m

Re: [yocto] Integrate java with yocto

2013-07-31 Thread Luo Zhenhua-B19537
Hi Aman, Following is the procedure. 1. Edit conf/bblayers to append meta-java in BBLAYERS 2. Add IMAGE_INSTALL_append = jre-related-pkg-list in local.conf or your image bb file 3. Build the rootfs image Since the build of meta-jave is not verified with FSL toolchain, I am

Re: [yocto] Enabling SFTP on libcurl package

2013-07-17 Thread Luo Zhenhua-B19537
Add --with-libssh2 when configure curl. Best Regards, Zhenhua -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Saddam Quirem Sent: Wednesday, July 17, 2013 9:43 PM To: yocto@yoctoproject.org Subject: [yocto] Enabling

Re: [yocto] Enabling SFTP on libcurl package

2013-07-17 Thread Luo Zhenhua-B19537
To: yocto@yoctoproject.org Subject: Re: [yocto] Enabling SFTP on libcurl package Luo Zhenhua-B19537 B19537@... writes: Add --with-libssh2 when configure curl. It seems that poky did not come with libssh2. I'm also having some issues cross-compiling the library myself. Any thoughts

Re: [yocto] Another in a seemingly infinite chain of errors

2013-07-05 Thread Luo Zhenhua-B19537
. [Luo Zhenhua-B19537] Seems like the similar issue as https://bugzilla.yoctoproject.org/show_bug.cgi?id=4309 I have another recipe, which is basically the same as the hello.c example, except that it is a real program. It works fine without a FILES_${PN} variable. So what is it about my failing

Re: [yocto] First UBI build

2013-06-27 Thread Luo Zhenhua-B19537
Add below two variables in conf/local.conf, the value is just for sample and might need change. MKUBIFS_ARGS = -m 512 -e 15360 -c 3600 UBINIZE_ARGS = -p 16KiB -m 512 -s 512 Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of

Re: [yocto] First UBI build

2013-06-27 Thread Luo Zhenhua-B19537
Yes. Best Regards, Zhenhua From: DAMARLA Satya Swaroop [mailto:satyaswaroop.dama...@gmail.com] Sent: Thursday, June 27, 2013 4:15 PM To: Luo Zhenhua-B19537 Cc: yocto@yoctoproject.org Subject: Re: [yocto] First UBI build Hi Luo, Thank you I assume the image type is as follows

Re: [yocto] How NOT to include kernel image to the rootfs?

2013-06-24 Thread Luo Zhenhua-B19537
Insop, You can check the actual dependency in the output file of bitbake -g fsl-image-min-net2. Best Regards, Zhenhua -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Anders Darander Sent: Monday, June 24, 2013 5:05

Re: [yocto] Can Yocto run on host with other CPU types

2013-06-07 Thread Luo Zhenhua-B19537
-Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Friday, June 07, 2013 5:50 PM On Thu, 2013-06-06 at 06:48 +, Luo Zhenhua-B19537 wrote: Except x86/x86-64 hosts, can Yocto support to run on hosts with other CPU arch, e.g. ARM, Powerpc

[yocto] Can Yocto run on host with other CPU types

2013-06-06 Thread Luo Zhenhua-B19537
Hi, Except x86/x86-64 hosts, can Yocto support to run on hosts with other CPU arch, e.g. ARM, Powerpc, etc? Best Regards, Zhenhua ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] 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: [yocto] 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-c...@lists.openembedded.org; 'yocto@yoctoproject.org' Subject: Difference of toolchain recipes It is a bit confused

[yocto] Issue of external toolchain usage in Yocto

2012-12-06 Thread Luo Zhenhua-B19537
I tried to use CS external toolchain to build images in Yocto, I met following issue when doing configure for package. configure:2728: checking for powerpc-linux-gnu-gcc -m32 -mcpu=8548 -mabi=spe -mspe -mfloat-gprs=double

Re: [yocto] Difference of toolchain recipes

2012-12-06 Thread Luo Zhenhua-B19537
:05 AM To: yocto@yoctoproject.org Subject: Re: [yocto] Difference of toolchain recipes On 12/6/12 4:00 AM, Luo Zhenhua-B19537 wrote: Can anybody shed some light, please? Best Regards, Zhenhua -Original Message- From: Luo Zhenhua-B19537 Sent: Tuesday, December 04

[yocto] 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: [yocto] [meta-fsl-ppc 02/16] fsl-image-minimal: IMAGE_FSTYPES add jffs2

2012-09-13 Thread Luo Zhenhua-B19537
Yes, jffs2 is required when the rootfs is loaded from NAND flash. Best Regards, Zhenhua -Original Message- From: McClintock Matthew-B29882 Sent: Thursday, September 13, 2012 10:51 AM To: Luo Zhenhua-B19537 Cc: McClintock Matthew-B29882; yocto@yoctoproject.org Subject: Re: [yocto

Re: [yocto] [meta-fsl-ppc 02/16] fsl-image-minimal: IMAGE_FSTYPES add jffs2

2012-09-12 Thread Luo Zhenhua-B19537
The targets with NAND flash need jffs2 rootfs, e.g. mpc8536ds, mpc8572ds, p1020utm, pp1020rdb, p1021rdb, p1022ds, p1024rdb p1025rdb Best Regards, Zhenhua -Original Message- From: McClintock Matthew-B29882 Sent: Thursday, September 13, 2012 5:53 AM To: Luo Zhenhua-B19537 Cc

Re: [yocto] RFC: Web UI design for bitbake

2011-12-19 Thread Luo Zhenhua-B19537
Hello, hob and website UI work in X env, is there a plan to support the Kernel configure manner GUI within Yocto to support UI configuration in console env? Best Regards, Zhenhua -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On