Re: [yocto] [meta-security] nmap build failed

2014-10-22 Thread Lai Eddy
in local.conf add : CORE_IMAGE_EXTRA_INSTALL = nmap and in bblayers.conf add (have download extra meta-openembedded layer into poky folder) /poky/meta-openembedded/meta-oe \ /poky/meta-openembedded/meta-perl \ Eddy Lai 2014-10-21 23:01 GMT+08:00 akuster808 akuster...@gmail.com: Lai,

Re: [yocto] [meta-qt5] How to bisect problem?

2014-10-22 Thread Neuer User
Am 21.10.2014 um 18:56 schrieb Martin Jansa: qt5 isn't special from this perspective (well maybe except that it takes damn long to build it all, so it's always useful to narrow the problematic module asap and then rebuild only that one as long as dependencies on other modules allow), I would

Re: [yocto] Issues creating /dev/ nodes in an initramfs

2014-10-22 Thread ChenQi
On 10/20/2014 02:09 AM, Mitchell Skiba wrote: I've been building a kernel with an initramfs, by using INITRAMFS_IMAGE to specify a recipe that generates an image as a .cpio.gz archive. I've been having issues creating /dev/console (or any other device file) in the image. (The 3.14 kernel

[yocto] Time To Build Yocto

2014-10-22 Thread nick
I am wondering from your experience how long is the largest build you have ever seen and what was it building. I am considering a high powered build system for Yocto and want to known about build times in order to help me with purchasing decisions. Cheers Nick --

Re: [yocto] Time To Build Yocto

2014-10-22 Thread Chris Tapp
On 20 Oct 2014, at 21:44, nick xerofo...@gmail.com wrote: I am wondering from your experience how long is the largest build you have ever seen and what was it building. I am considering a high powered build system for Yocto and want to known about build times in order to help me with

Re: [yocto] Time To Build Yocto

2014-10-22 Thread Robert P. J. Day
On Mon, 20 Oct 2014, nick wrote: I am wondering from your experience how long is the largest build you have ever seen and what was it building. I am considering a high powered build system for Yocto and want to known about build times in order to help me with purchasing decisions. dear yocto

Re: [yocto] Time To Build Yocto

2014-10-22 Thread nick
Thanks Chris, I was wondering if a i7 was worth it seems it is and yes for the matter, I did have issues with the kernel community and trying to work then out. Nick On 14-10-22 03:59 PM, Chris Tapp wrote: On 20 Oct 2014, at 21:44, nick xerofo...@gmail.com wrote: I am wondering from your

[yocto] meta layer branching guidelines

2014-10-22 Thread akuster808
Hello, I am looking for a guideline when to branch a layer to an official release. I know Richard is concerned with layer quality but I can not quantify what that might be and how to apply it to layers outside nightly builds and QA. If anyone has any links to any information on the subject

Re: [linux-yocto] cpufrequtils: no driver found for this CPU

2014-10-22 Thread Peter A. Bigot
On 10/21/2014 06:48 PM, Nikolay Dimitrov wrote: Hi Denis, On 10/22/2014 02:10 AM, Denis Laroche wrote: After posting it crossed my mind to look at /proc/config.gz of the Debian kernel and I was then able to make it work. I added the THERMAL configuration variables you posted — thanks!