Re: [yocto] core-image-minimal linux kernel version

2012-09-05 Thread Tomas Frydrych
On 05/09/12 20:03, James Macon wrote: > I found it but this is only partially the answer. I found > PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" in qemu.inc but there > is no recipe for linux-yocto. There are recipes for linux-yocto_3.* , > linux-yocto-tiny, and linux-yocto-rt_3*. > > So

Re: [yocto] core-image-minimal linux kernel version

2012-09-05 Thread James Macon
I found it but this is only partially the answer. I found PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" in qemu.inc but there is no recipe for linux-yocto. There are recipes for linux-yocto_3.* , linux-yocto-tiny, and linux-yocto-rt_3*. Somewhere during the build process something is appe

Re: [yocto] core-image-minimal linux kernel version

2012-09-05 Thread Tomas Frydrych
Hi, On 05/09/12 18:35, James Macon wrote: > I successfully built core-image-minimal. I now what to understand how the > build determine what linux kernel it will be using because the next step I > will want to do is add my own recipe that references my own kernel. I > have not been able to fi

[yocto] core-image-minimal linux kernel version

2012-09-05 Thread James Macon
I successfully built core-image-minimal. I now what to understand how the build determine what linux kernel it will be using because the next step I will want to do is add my own recipe that references my own kernel. I have not been able to find where the linkage to specific kernel is. Can so