[yocto] Building image without kernel

2014-07-21 Thread Wiktor S. Ovalle Correa
Hi everyone. I didn't find it anywhere - is it possible to only use linux headers without compiling kernel? My problem is rather unusual - i got to use custom kernel which has been customized long ago in a horrible way by a former co-worker so it's impossible to compile it with yocto in a

Re: [yocto] Building image without kernel

2014-07-21 Thread Jegan Chandru
​Hi, You can skip kernel build by a custom python function. It is supported by bitbake. There is an event called '*SkipPackage*' I did this for my custom distro in dylan. You can add this in your linux.bbappend. python __anonymous () { import bb, re nokb = (re.match('*insert ur

Re: [yocto] Building image without kernel

2014-07-21 Thread Paul Eggleton
Hi Wiktor, On Monday 21 July 2014 10:02:50 Wiktor S. Ovalle Correa wrote: I didn't find it anywhere - is it possible to only use linux headers without compiling kernel? My problem is rather unusual - i got to use custom kernel which has been customized long ago in a horrible way by a former

Re: [yocto] Bash parser

2014-07-21 Thread Paul Eggleton
On Wednesday 16 July 2014 11:53:30 Olof Johansson wrote: On 14-07-16 11:36 +0200, Isak Lichtenstein wrote: Does a page exist somewhere describing the bash features supported by the parser and also the execution environment? Are arrays supported at all? I don't know of any such

Re: [yocto] automated hardware testing

2014-07-21 Thread Stoicescu, CorneliuX
Hello Robert, Sorry for the late reply, I missed this mail. We do have an almost fully automated way of doing what you need. First of all, how do you want to run the automated tests? From the autobuilder as a build step OR from another machine (this will imply publishing the images on a http

[yocto] How to find the bb file from package name

2014-07-21 Thread Anooj Gopi
Hello All, Could some one help me to understand how we could find the bb file which generated particular package (rpm package for eg.)? (In some cases the name of the package and recipe name differ drastically) Also is there any way to list packages (rpm) generated by particular recipe (yocto

Re: [yocto] Status of Dylan 9.0.4

2014-07-21 Thread Adam Hughes
Flanagan, Elizabeth wrote: Let me clear this up a bit. We had begun to spin a 1.4.4. It went through QA and we were preparing to release it when a whole bunch of CVEs came out against OpenSSL. Instead of releasing with known security issues, we decided to hold off, kill 1.4.4, get 1.6.1 and

Re: [yocto] [OE-core] Carrier Grade layer proposal

2014-07-21 Thread Joe MacDonald
Hey Alex, I've been away from this for a bit but now I'm getting time to look at it again and I was wondering if you had any deeper level of detail you could share about the work going on in meta-cgl. Obviously since this is a new registration and one that will look rather different from all of

[yocto] Compliance testing fot toolchain

2014-07-21 Thread atulkumar singh
Hi all, We are building the toolchain for different architecture. And we have successfully build the same. Also as a testing plan we are planning for compliance testing(LTP, LSB). But when we tried to compile the test suite with our toolchain for LTP case, it's getting failed. Will post the error