Re: [yocto] [PATCH] add recipe cim-schema, cim-schema-docs and license file DMTF.

2014-06-18 Thread Martin Jansa
On Wed, Jun 18, 2014 at 07:30:49AM +, ya...@cn.fujitsu.com wrote: Why not in oe-core? What recipe can be put in oe-core, and what recipe can be put in meta-oe? core recipes which are used by most if not all OE builds opt-in extra recipes go to different topic layers nobody needed or asked

Re: [yocto] How to copy recipe and have different target names

2014-06-18 Thread Andrea Adami
On Tue, Jun 17, 2014 at 10:11 PM, Brian Smucker b...@bsmucker.eu.org wrote: Hi Andrea and all, So I am using your suggestion to make another variant of busybox: busybox-static, and I add the static.bblcass file. So when I try to do bitbake busybox-static, it ends up unpacking to

[yocto] build error

2014-06-18 Thread Ruud den Bekker
L.S., I followed the directions on http://www.codeproject.com/Articles/774826/Adding-rd-party-components-to -Yocto-OpenEmbedded-L to add an example project to my yocto-poky build tree. a strange thing happens: when using bitbake bbexample-lt for qemuarm or edgerouter, it builds ok.

Re: [yocto] should yocto ref manual variable glossary include bitbake variables?

2014-06-18 Thread Paul Eggleton
On Tuesday 17 June 2014 13:52:52 Rifenbark, Scott M wrote: These two glossaries are not replicates of each other by design. You might notice also that some definitions for the same variable differ as well. The intent is to have the variables in ref-manual be specific (if possible) for YP and

Re: [yocto] any plans on more carefully distinguishing docbook markup in yocto docs?

2014-06-18 Thread Robert P. J. Day
On Tue, 17 Jun 2014, Rifenbark, Scott M wrote: I could look at this... low on the priority list right now though but good point. Thanks, Scott -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Robert P. J. Day Sent:

[yocto] ExpansionError during parsing busybox 1.21.1 name 'find_cfgs' is not defined

2014-06-18 Thread Colin Wernham
I'm getting the following intermittent error when I run a bitbake recipe to build an entire filesystem (after removing all temporary files, sstate cache etc): ERROR: ExpansionError during parsing /home/cwernham/git/TiTarget/sources/oe-core/meta/recipes-core/busybox/busybox_1.21.1.bb: Failure

[yocto] Recipe to Copy JAR files, not extract it

2014-06-18 Thread Laurent d'Havé
Hello In a recipe i'm writing, i need to simply copy a .jar file. Since it's specified in SRC_URI , bitbake extracts it, making WORKDIR a complete mess, and makes it impossible to copy the .jar file to destination. How would i go about simply copying it ? Anyway to tell bitbake NOT to

Re: [yocto] Adding files to the hddimg

2014-06-18 Thread Francois P. Gallichand
Hello All, I realized that I may not have been specific enough on my problem since I haven't had any reply or found a solution yet. Essentially, I need to be able to add some files to the image file itself (.hddimg, not the rootfs) and be able to do that automatically (and ideally from a

Re: [yocto] Recipe to Copy JAR files, not extract it

2014-06-18 Thread Paul Eggleton
Hi Laurent, On Wednesday 18 June 2014 15:32:17 Laurent d'Havé wrote: Hello In a recipe i'm writing, i need to simply copy a .jar file. Since it's specified in SRC_URI , bitbake extracts it, making WORKDIR a complete mess, and makes it impossible to copy the .jar file to destination. How

Re: [yocto] Recipe to Copy JAR files, not extract it

2014-06-18 Thread Paul Eggleton
On Wednesday 18 June 2014 17:06:31 Paul Eggleton wrote: Hi Laurent, On Wednesday 18 June 2014 15:32:17 Laurent d'Havé wrote: Hello In a recipe i'm writing, i need to simply copy a .jar file. Since it's specified in SRC_URI , bitbake extracts it, making WORKDIR a complete mess, and

Re: [yocto] Recipe to Copy JAR files, not extract it

2014-06-18 Thread Robert P. J. Day
On Wed, 18 Jun 2014, Paul Eggleton wrote: Hi Laurent, On Wednesday 18 June 2014 15:32:17 Laurent d'Havé wrote: Hello In a recipe i'm writing, i need to simply copy a .jar file. Since it's specified in SRC_URI , bitbake extracts it, making WORKDIR a complete mess, and makes it

Re: [yocto] Recipe to Copy JAR files, not extract it

2014-06-18 Thread Laurent d'Havé
Damn , i did RTFM, but that's not the version i was reading. That'll teach me ! Thanks for quick response, really sorry , for not reading the latest version of the manual. Take care Laurent Paul Eggleton mailto:paul.eggle...@linux.intel.com 18 June 2014 18:09 Actually, I was mistaken -

Re: [yocto] Recipe to Copy JAR files, not extract it

2014-06-18 Thread Paul Eggleton
On Wednesday 18 June 2014 18:19:23 Laurent d'Havé wrote: Damn , i did RTFM, but that's not the version i was reading. That'll teach me ! Thanks for quick response, really sorry , for not reading the latest version of the manual. No problem; please feel free to ask any questions you have. I

Re: [yocto] Adding files to the hddimg

2014-06-18 Thread Paul Eggleton
Hi Francois, On Wednesday 18 June 2014 15:42:08 Francois P. Gallichand wrote: I realized that I may not have been specific enough on my problem since I haven't had any reply or found a solution yet. Essentially, I need to be able to add some files to the image file itself (.hddimg, not the

Re: [yocto] Adding files to the hddimg

2014-06-18 Thread Francois P. Gallichand
Hello Paul, Thanks for the reply. But that's not really what I want to achieve. Really, I just want to copy some files into the .hddimg file that is built as a result of running bitbake. Like I said, I tried to extend the bootimg.bbclass, which is responsible for creating the .hddimg file, but

Re: [linux-yocto] [PATCH 0/1] meta: update valleyisland scc to merge new feature branch

2014-06-18 Thread Kamble, Nitin A
Hi Rebecca, As this will be changing the kernel version as well. This change brings in the risk of further delay for the valleyland BSP with the meta-intel 1.6.1 release. How much validation have you done with this change? As some components from SDK image are sensitive to the kernel version.

[linux-yocto] Back-porting a new driver to Yocto kernel(s)..and device firmware

2014-06-18 Thread Allan, Bruce W
We have a new hardware crypto device driver currently out for RFC on the linux-crypto mailing list and would like to back-port it to the Yocto Linux kernels once it is committed upstream. What is the process for getting it into the current dev kernel as well as linux-yocto-3.10 and

Re: [linux-yocto] [PATCH 0/1] meta: update valleyisland scc to merge new feature branch

2014-06-18 Thread Chang, Rebecca Swee Fun
I have just removed two SMBUS patches from the feature branch as the 2 patches have been pulled into standard/base. I have done a build test and sanity test upon boot up. If you have concern, we can put this changes on hold and we can wait until meta-intel 1.6.1 release settled down first. We

Re: [linux-yocto] Back-porting a new driver to Yocto kernel(s)..and device firmware

2014-06-18 Thread Kamble, Nitin A
On 6/18/2014 4:24 PM, Allan, Bruce W wrote: We have a new hardware crypto device driver currently out for RFC on the linux-crypto mailing list and would like to back-port it to the Yocto Linux kernels once it is committed upstream. What is the process for getting it into the current dev

Re: [linux-yocto] Back-porting a new driver to Yocto kernel(s)..and device firmware

2014-06-18 Thread Bruce Ashfield
On 2014-06-18, 9:51 PM, Kamble, Nitin A wrote: On 6/18/2014 4:24 PM, Allan, Bruce W wrote: We have a new hardware crypto device driver currently out for RFC on the linux-crypto mailing list and would like to back-port it to the Yocto Linux kernels once it is committed upstream. What is the

Re: [linux-yocto] [PATCH 0/1] meta: update valleyisland scc to merge new feature branch

2014-06-18 Thread Bruce Ashfield
On 2014-06-18, 8:29 PM, Chang, Rebecca Swee Fun wrote: I have just removed two SMBUS patches from the feature branch as the 2 patches have been pulled into standard/base. I have done a build test and sanity test upon boot up. If you have concern, we can put this changes on hold and we can