[yocto] [meta-java][PATCH] commons-collections3: upgrade from 3.2.1 to 3.2.2

2017-03-21 Thread Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua@nxp.com> --- .../{commons-collections3_3.2.1.bb => commons-collections3_3.2.2.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename recipes-core/jakarta-commons/{commons-collections3_3.2.1.bb => commons-collections3_3.2.2.bb}

Re: [yocto] fetcher failure

2016-09-27 Thread Zhenhua Luo
I have submitted a patch for the fetch issue, can you please give a try? You can use master-next branch of meta-fsl-ppc for the validation. Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Anicic Damir (PSI) Sent: Tuesday,

Re: [yocto] Freescale DPAA drivers

2016-09-23 Thread Zhenhua Luo
I guess you are using the community kernel instead of NXP SDK kernel, the DPAA upstream is ongoing currently, to use the full function DPAA drivers, you can use the kernel recipes in meta-fsl-ppc layer(http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-ppc/log/). Best Regards, Zhenhua From:

Re: [yocto] Cortex-M4 build support

2016-09-20 Thread Zhenhua Luo
Thank you so much for your suggestion, Trevor. Best Regards, Zhenhua > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Trevor Woerner > Sent: Friday, September 16, 2016 4:07 AM > To: Khem Raj > Cc:

Re: [yocto] Adding mysql in bitbaking meta-toolchain-qt5

2016-09-14 Thread Zhenhua Luo
The package name is mariadb instead of mysql, If you need the mysql headers, you should add libmysqlclient-dev. More details of mariadb packaging can be found in meta-openembedded/meta-oe/recipes-support/mysql/mariadb.inc. Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org

Re: [yocto] Cortex-M4 build support

2016-09-12 Thread Zhenhua Luo
Hi Mark, Thanks a lot for your comments. Is there plan to support non-MMU targets in Yocto? Best Regards, Zhenhua > -Original Message- > From: Mark Hatle [mailto:mark.ha...@windriver.com] > Sent: Friday, September 09, 2016 10:37 PM > To: Zhenhua Luo <zhenhua@n

[yocto] Cortex-M4 build support

2016-09-09 Thread Zhenhua Luo
Hi all, Can Yocto support image build for Cortex-M4 targets? If no, does somebody know if there is some distro/packaging tool which can support Cortex-M4? Best Regards, Zhenhua -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] profiling tools on a T4240RDB board

2016-08-24 Thread Zhenhua Luo
The fsl-image-minimal rootfs doesn't include those graphic packages by default, I think those packages are included by the dependency of new added packages. You can run "bitbake -g fsl-image-minimal" to generate the dependence file and analysis how the unneeded packages are brought in. Best

Re: [yocto] Yocto rootfs to support auto-login or remove the login prompt

2016-08-05 Thread Zhenhua Luo
Thanks a lot, Daniel, I will give a try. Best Regards, Zhenhua > -Original Message- > From: Daniel. [mailto:danielhi...@gmail.com] > Sent: Wednesday, August 03, 2016 9:10 AM > To: Zhenhua Luo <zhenhua@nxp.com> > Cc: yocto@yoctoproject.org > Subject:

[yocto] Yocto rootfs to support auto-login or remove the login prompt

2016-08-02 Thread Zhenhua Luo
Hi, I want to generate a rootfs image which can skip the Linux login prompt or auto-login Linux? Is it possible in Yocto? If yes, may I know how to implement it? Best Regards, Zhenhua -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Can't replace login.defs with shadow-sysroot bbappend

2016-07-28 Thread Zhenhua Luo
Hi Oliver, The following line in shadow-sysroot.bb disables the final binary packages generation. You can try to add bbappend for shadow to do the customization. # don't create any packages # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot # and this has

[yocto] The kernel versions used by Yocto

2016-07-28 Thread Zhenhua Luo
Hi, I want to understand the kernel version selection criteria of Yocto release, can somebody please help to comment on it? I recall that Yocto uses the LTSI kernel, may I know if this is still the case? Best Regards, Zhenhua -- ___ yocto mailing

[linux-yocto] The kernel versions used by Yocto

2016-07-28 Thread Zhenhua Luo
Hi, I want to understand the kernel version selection criteria of Yocto release, can somebody please help to comment on it? I recall that Yocto uses the LTSI kernel, may I know if this is still the case? Best Regards, Zhenhua -- ___ linux-yocto

Re: [yocto] bitbake problem

2016-07-14 Thread Zhenhua Luo
You can do the following check. 1. Find out the package which produces libvolk.so.0.0.0, I think it should be volk. 2. Check if the binary package is generated, which includes those dynamic libraries. It is possible that those libraries are generated and not shipped in any

Re: [yocto] customizing system configuration files in my image

2016-07-01 Thread Zhenhua Luo
Usually I do it by adding bbappend of corresponding packages to override original files, the interfaces is provided by init-ifupdown, the inittab is provided by sysvinit-inittab. An example: http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-ppc/tree/recipes-core/init-ifupdown Best Regards,

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-07-01 Thread Zhenhua Luo
Thanks a lot for your comments, Daniel. Can somebody please shed light on how to fix the issue in Yocto recipes? Best Regards, Zhenhua > -Original Message- > From: Daniel. [mailto:danielhi...@gmail.com] > Sent: Friday, July 01, 2016 4:48 AM > To: Zhenhua Luo <zhen

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-29 Thread Zhenhua Luo
-> ../../bin/ccache $ ls -l /usr/bin/ccache -rwxr-xr-x 1 root root 128584 Jan 26 14:58 /usr/bin/ccache $ Best Regards, Zhenhua > -Original Message- > From: Daniel. [mailto:danielhi...@gmail.com] > Sent: Wednesday, June 29, 2016 8:14 PM > To: Zhenhua Luo <zhenhua@nxp.c

Re: [yocto] some questions about PPC yocto reference board mpc8315e-rdb

2016-06-29 Thread Zhenhua Luo
Hello rday, The error logs indicate that the default boot option(bootcmd=run sataboot) finds rootfs in /dev/sda1, but seems like the disk drive is not available or enabled on your board. To check whether kernel can boot up, you can try ramboot(ramboot=set bootargs root=/dev/ram rw

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-29 Thread Zhenhua Luo
st Regards, Zhenhua From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Tuesday, June 28, 2016 10:48 PM To: Zhenhua Luo <zhenhua@nxp.com> Cc: yocto@yoctoproject.org Subject: RE: [yocto] Failed to cross compile kernel with Yocto toolchain /usr/lib64/ccache is unusual why do you have it in

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Zhenhua Luo
Hi, > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Tuesday, June 28, 2016 6:27 PM > To: Zhenhua Luo <zhenhua@nxp.com> > Cc: Khem Raj <raj.k...@gmail.com>; yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchai

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-27 Thread Zhenhua Luo
Hello Khem, > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Tuesday, June 28, 2016 12:36 AM > To: Zhenhua Luo <zhenhua@nxp.com> > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain &

[yocto] The linux login prompt delays about 5 seconds with systemd rootfs

2016-06-15 Thread Zhenhua Luo
Hello all, I try to add the following lines in local.conf to enable systemd, the core-image-minimal rootfs can be built successfully. DISTRO_FEATURES_append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" VIRTUAL-RUNTIME_initscripts = ""

Re: [yocto] The build issue of ext2.gz and ext2.gz.u-boot rootfs

2016-06-13 Thread Zhenhua Luo
I have submitted a patch, please review. http://patchwork.openembedded.org/patch/124761/. Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Zhenhua Luo Sent: Monday, June 13, 2016 5:53 PM To: yocto@yoctoproject.org Subject: [yocto

[yocto] The build issue of ext2.gz and ext2.gz.u-boot rootfs

2016-06-13 Thread Zhenhua Luo
Hi all, I try to use the master branch of poky to build ext2.gz and ext2.gz.u-boot rootfs at the same time, the following error will appear. The same issue can be reproduced for other machines as well. [...snip...] | Image Name: core-image-minimal-b4860qds-2016 | Created: Sun Jun 12

Re: [yocto] [Fwd: gobject introspection release notes]

2016-04-26 Thread Zhenhua Luo
Hello Chris, Please see my inline comments. Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Chris Trobridge Sent: Monday, April 25, 2016 11:01 PM To: yocto@yoctoproject.org Subject: Re: [yocto] [Fwd: gobject introspection

Re: [yocto] Fetcher failure: Unable to find revision 2134d97aa3a7ce38bb51f933f2e20cafde371085 in branch master even from upstream

2016-04-26 Thread Zhenhua Luo
If the SHA exists in a tag instead of any branch, you can use nobranch parameter, refer to http://git.yoctoproject.org/cgit.cgi/poky/tree/bitbake/lib/bb/fetch2/git.py?id=c4bcaa3f7ceac346af1555fff2b526ceeac92a54#n47. Best Regards, Zhenhua > -Original Message- > From:

Re: [yocto] Using Yocto with NXP QorIQ Processors

2016-04-18 Thread Zhenhua Luo
Hi Chris, The QorIQ SDK uses recent Yocto version, e.g. the SDK 2.0 is based on Yocto 2.0(Jethro). When the SDK is formally released in Q2/2016, the SDK recipes will be upstreamed to master of community layers. You can use either SDK ISOs available in NXP official

[yocto] Build failed for ext2.gz.u-boot rootfs

2016-03-09 Thread Zhenhua Luo
Hi, I try to use master branch of poky to build ext2.gz.u-boot rootfs image for qemuarm target, the build failed as the following. Does somebody know the reason and how to fix it? Thanks in advance. | Image Name: core-image-sato-sdk-qemuarm-2016 | Created: Wed Mar 9 06:11:14 2016 |

Re: [yocto] extracting SDK for supporting both 32 and 64 bit applications

2016-01-28 Thread Zhenhua Luo
Hi Michael, If you mean the standalone toolchain on host, the 32b and 64b build should be done by different toolchain, you need to install both 32b and 64b toolchain. If you mean the rootfs on target board, you can select a 64b target and add 32b package in corresponding rootfs bb file, e.g.

[yocto] The problem of linux-yocto external source build

2016-01-11 Thread Zhenhua Luo
Hi all, I try to use the HEAD of poky master to build the external source for linux-yocto. the following lines are added in conf/local.conf. PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" INHERIT += "externalsrc" EXTERNALSRC_pn-linux-yocto = "/home/yocto/my-linux-src" When I build a rootfs

[yocto] [meta-selinux][PATCH] Enable two options to ensure selinux can boot up

2014-07-24 Thread Zhenhua Luo
* CONFIG_SECURITY=y * CONFIG_SECURITYFS=y Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-kernel/linux/linux-yocto/selinux.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-yocto/selinux.cfg b/recipes-kernel/linux/linux-yocto/selinux.cfg index

Re: [yocto] Yocto branches policy for concurrent SDK releases

2013-11-22 Thread Zhenhua Luo
Please ignore, sorry for the noise. Best Regards, Zhenhua -Original Message- From: Luo Zhenhua-B19537 Sent: Friday, November 22, 2013 6:44 PM To: Software Development Power Arch Multicore Cc: yocto@yoctoproject.org Subject: [mcswdev] Yocto branches policy for concurrent SDK

Re: [yocto] [meta-cloud-services][PATCH] erlang: skip the host library path check to fix cross-compile issue

2013-11-20 Thread Zhenhua Luo
searching for a problem will find it very useful! On 13-11-19 05:27 AM, Zhenhua Luo wrote: Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- .../erlang/erlang-fix-build-issue-in-Yocto.patch | 25 ++ .../recipes-devtools/erlang/erlang_R15B.bb | 2

[yocto] [meta-cloud-services][PATCH v2] erlang: skip the host library path check to fix cross-compile issue

2013-11-20 Thread Zhenhua Luo
Below is the error message: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- .../erlang/erlang-fix-build-issue

Re: [yocto] [meta-cloud-services][PATCH v2] erlang: skip the host library path check to fix cross-compile issue

2013-11-20 Thread Zhenhua Luo
Cc: Liu Ting-B28495; Guo Chunrong-B40290; Yu Zongchun-B40527 Subject: Re: [meta-cloud-services][PATCH v2] erlang: skip the host library path check to fix cross-compile issue On 13-11-20 05:38 AM, Zhenhua Luo wrote: Below is the error message: ERROR: This autoconf log indicates errors

[yocto] [meta-cloud-services][PATCH] erlang: skip the host library path check to fix cross-compile issue

2013-11-19 Thread Zhenhua Luo
Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- .../erlang/erlang-fix-build-issue-in-Yocto.patch | 25 ++ .../recipes-devtools/erlang/erlang_R15B.bb | 2 ++ 2 files changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/erlang/erlang

[yocto] [meta-cloud-services][PATCH] python-horizon: remove nodejs from RDEPENDS of powerpc arch

2013-11-19 Thread Zhenhua Luo
Nodejs only supports arm, x86 and ia32 archs, it doesn't support powerpc. Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-openstack/recipes

[yocto] [meta-fsl-ppc] hypervisor: add missing space character for PACKAGES_prepend

2012-10-17 Thread Zhenhua Luo
Signed-off-by: Zhenhua Luo b19...@freescale.com --- recipes-tools/embedded-hv/hypervisor_git.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-tools/embedded-hv/hypervisor_git.bb b/recipes-tools/embedded-hv/hypervisor_git.bb index 50697fc..3a3f605 100644