Re: [yocto] Kernel header generation

2015-12-02 Thread Luo Zhenhua
Hi Sarayu K S , To include the kernel source code in rootfs, you can add kernel-dev in IMAGE_INSTALL. Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Sarayu Krishna Sivanandam Sent: Tuesday, December 01, 2015 1:40 PM To: Khem

Re: [yocto] multiple yocto-kernel-cache mirrors support in linux-yocto style recipe

2015-10-21 Thread Luo Zhenhua
Thanks, Bruce. > -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Tuesday, October 20, 2015 10:39 PM > To: Luo Zhenhua-B19537 <zhenhua@freescale.com>; > yocto@yoctoproject.org > Subject: Re: [yocto] multiple yocto-kern

[yocto] multiple yocto-kernel-cache mirrors support in linux-yocto style recipe

2015-10-20 Thread Luo Zhenhua
Hi, I created a bbappend for linux-yocto_4.1.bb to use our own kernel source git url, a yocto-kernel-cache git tree is created to manage the distro specific kernel fragments, I want to use both Yocto yocto-kernel-cache and our own yocto-kernel-cache git, can this multiple yocto-kernel-cache

Re: [yocto] ADD GDB in FSL toolchain

2015-08-05 Thread Luo Zhenhua
Hi Sarayu, Do you want the gdb utility which can be executed on host machine or gdb stuffs of target machine? If the former, the utility is already included(toolchain-install-dir/sysroots/x86_64-fslsdk-linux/usr/bin/arm-fsl-linux-gnueabi/arm-fsl-linux-gnueabi-gdb), if the latter, you can

Re: [yocto] QorIQ-SDK-V1.8 fsl-toolchain generation misses libuuid

2015-07-24 Thread Luo Zhenhua
Hi Sarayu K S, The fsl-toolchian includes the very basic packages of cross-compile support by default, to add the more headers and libraries, you can edit meta-fsl-networking/images/fsl-toolchain.bb to add corresponding packages and rebuild fsl-toolchain. For the specific case, you can do the

Re: [yocto] QorIQ-SDK-V1.8 fsl-toolchain generation misses libuuid

2015-07-24 Thread Luo Zhenhua
+= \ libgomp-staticdev \ libstdc++-staticdev \ ${TCLIBC}-staticdev \ +util-linux-dev \ Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Luo Zhenhua Sent: Friday, July 24, 2015 4:26 PM To: Sarayu Krishna Sivanandam; yocto

Re: [linux-yocto] The linux-yocto version for Yocto 1.9

2015-07-01 Thread Luo Zhenhua
Hi Saul, Thanks a lot. Best Regards, Zhenhua -Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Wednesday, July 01, 2015 10:18 PM To: Luo Zhenhua-B19537; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] The linux-yocto version for Yocto 1.9 On 07

[linux-yocto] The linux-yocto version for Yocto 1.9

2015-07-01 Thread Luo Zhenhua
Hi all, May I know which linux-yocto version is planned for Yocto 1.9 release? I try to find the information in below WIKI page, but can't find corresponding message. https://wiki.yoctoproject.org/wiki/Yocto_1.9_Features https://wiki.yoctoproject.org/wiki/Yocto_1.9_Schedule Best Regards,

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