Re: [yocto] [meta-freescale] Including Static Libraries from sysroot in an autotools based package

2015-03-19 Thread zhenhua....@freescale.com
The following article would be helpful for you. http://stackoverflow.com/questions/2057472/howto-add-a-link-to-a-library-in-autoconf-configure-script-makefile Best Regards, Zhenhua From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of

Re: [yocto] [meta-freescale] meta-fsl-ppc uses Openssl 1.0.1g in master

2014-12-16 Thread zhenhua....@freescale.com
Hi all, Regarding the openssl version in fsl-ppc layer, as I commented in another email, the openssl recipes in current master branch of fsl-ppc layer includes some FSL specific patches, to ensure the package works on FSL PPC targets, the recipes should be reserved currently. The FSL QorIQ

[yocto] Conditional patching in a recipe

2014-12-10 Thread zhenhua....@freescale.com
Hi all, I have a recipe R that builds fine and is a runtime dependency for two other packages - say D1 and D2. What I would like to do is to add a patch to R and apply it if and only if both D1 and D2 will be built and packaged. In particular, the patch is needed at runtime only by D2 and

Re: [yocto] How to build the uclibc toolchain by Yocto

2014-11-20 Thread zhenhua....@freescale.com
Hi Zhenhua, On Wednesday 19 November 2014 09:43:59 zhenhua@freescale.com wrote: The eglibc is used for meta-toolchain build in Yocto, may I know how to build the uclibc meta-toolchain in Yocto? It should be as easy as setting TCLIBC = uclibc in your custom distro config. Cheers

[yocto] How to build the uclibc toolchain by Yocto

2014-11-19 Thread zhenhua....@freescale.com
Hi all, The eglibc is used for meta-toolchain build in Yocto, may I know how to build the uclibc meta-toolchain in Yocto? Best Regards, Zhenhua -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] SELinux doesn't work on t4240qds

2014-07-24 Thread zhenhua....@freescale.com
] On Behalf Of zhenhua@freescale.com Sent: Wednesday, July 23, 2014 10:29 AM To: Mark Hatle; yocto@yoctoproject.org Subject: Re: [yocto] SELinux doesn't work on t4240qds Hi Mark, Thanks for your comments. -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto

Re: [yocto] SELinux doesn't work on t4240qds

2014-07-23 Thread zhenhua....@freescale.com
seconds.. Best Regards, Zhenhua -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of zhenhua@freescale.com Sent: Wednesday, July 23, 2014 10:29 AM To: Mark Hatle; yocto@yoctoproject.org Subject: Re: [yocto] SELinux doesn't

[yocto] SELinux doesn't work on t4240qds

2014-07-22 Thread zhenhua....@freescale.com
Hi all, I use the meta-selinux layer to build a core-image-selinux rootfs image, and build kernel with following options enabled. CONFIG_AUDIT=y CONFIG_NETWORK_SECMARK=y CONFIG_EXT2_FS_SECURITY=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS_SECURITY=y CONFIG_JFS_SECURITY=y

Re: [yocto] SELinux doesn't work on t4240qds

2014-07-22 Thread zhenhua....@freescale.com
Hi Mark, Thanks for your comments. -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Mark Hatle On 7/22/14, 10:11 AM, zhenhua@freescale.com wrote: Hi all, Which release are you using. [Luo Zhenhua-B19537] I

[yocto] Query about the kernel version supported by Yocto

2014-07-15 Thread zhenhua....@freescale.com
Hi all, The git tree of several kernel version is maintained in the Yocto official git repository, 3.4, 3,8, 3.10 and 3.14, is there any reason to skip kernel 3.12 which is a LTS version? What's the policy of kernel selection of kernel that is supported by Yocto? Best Regards, Zhenhua --

[yocto] Can Yocto support git clone for url with http prefix

2014-04-09 Thread zhenhua....@freescale.com
I want to create recipe for a package which is managed by Gerrit, Gerrit only provides an anonymous HTTP url(http://:8181/bb) which can be cloned by git clone http://:8181/bb; correctly. I set SRC_URI to http://:8181/bb; in the bb file, following is the detailed definition.

Re: [yocto] Can Yocto support git clone for url with http prefix

2014-04-09 Thread zhenhua....@freescale.com
Yocto support git clone for url with http prefix Hi, On Wed, Apr 9, 2014 at 8:21 AM, zhenhua@freescale.com zhenhua@freescale.com wrote: I want to create recipe for a package which is managed by Gerrit, Gerrit only provides an anonymous HTTP url(http://:8181/bb) which can

Re: [yocto] Need to customize /etc/network/interface

2014-01-23 Thread zhenhua....@freescale.com
My suggestion is to create a bbappend file for init-ifupdown to override the default interfaces. $ tree meta-custom/recipes-core/init-ifupdown |-- files | `-- interfaces `-- init-ifupdown_1.0.bbappend Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org

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

2014-01-22 Thread zhenhua....@freescale.com
Hi Bob, Sorry for the late response. -Original Message- From: Bob Cochran [mailto:yo...@mindchasers.com] Sent: Friday, January 10, 2014 4:25 AM Any plans to create a repo for meta-fsl-networking on git.yoctoproject for Power / QorIQ developers? [Luo Zhenhua-B19537]

Re: [yocto] Setting PV dynamically in a recipe

2013-12-17 Thread zhenhua....@freescale.com
AUTOREV might be what you are looking for. http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-AUTOREV Best Regards, Zhenhua -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Brad Litterell Sent:

Re: [yocto] Fedora19

2013-12-12 Thread zhenhua....@freescale.com
gcc-c++ should be installed on the host. Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Edward Vidal Sent: Friday, December 13, 2013 12:24 PM To: yocto@yoctoproject.org Subject: [yocto] Fedora19 Hello, I added